Re: [GENERAL] Picking DB interfaces

2000-08-18 Thread Tom Lane
"Jason J. Czerak" <[EMAIL PROTECTED]> writes: > what i'm confused about now is the best way to interface with the server. > there's ODBC, DBI, and others. > My main tools are Perl and PHP. If you're using Perl I think it's a no-brainer: DBI is the standard way. (Not sure why we don't include a DB

[GENERAL] Picking DB interfaces

2000-08-18 Thread Jason J. Czerak
Hello, I'm new to the whole linux + DB stuff. And I reading the various news articles and looking into what DB stupported what. and Picked PostgreSQL (mainly cuz if it's transaction stupport). what i'm confused about now is the best way to interface with the server. there's ODBC, DBI, and othe