Posted by Eian on 2000-09-22
> TC>Is there a Linux equivalent to Windows' ODBC? > > Hmm, I am not quite sure. There may be something equal or > similar to ODBC. I think I did see something, but don't > remember where. Well, it depends. There are packages out there like MySQL or MiniSQL or PostgresSQL (the one that I am most familar with) that allow ODBC SQL operation/queries on a database under a *nix OS (i.e. Linux). But the key thing to keep in mind is that as with everything, the actual interface that you are going to use is going to look different from the interface that you used on Windows. But of course the SQL statements are going to almost be (minor syntax changes sometimes) 100% the same. :) Eian
Previous post | Next post | Timeline | Home