Database Access
From: Michael Stum (devnull_at_stum.de)
Date: 12/27/04
- Next message: PC: "Re: Database Access"
- Previous message: Donnie Fuqua: "shared libraries"
- Next in thread: PC: "Re: Database Access"
- Reply: PC: "Re: Database Access"
- Reply: Larry I Smith: "Re: Database Access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 27 Dec 2004 01:47:33 +0100
Hi,
if I want to access a Database via SQL, there are different ways of
doing it.
In order to be Database-independent, i use ODBC at the Moment (i am
developing for Windows).
However, i want to start making Cross-Platform Programs and I wonder if
ODBC is "available" under Linux as well.
I surely could use direct Database access via the various APIs (which
would be the technically best solution), but that is quite... ...complex
to do.
So: Is there a generic Database Access Method commonly used under Linux?
I am developing in C/C++, so JDBC is not an option unfortunately - ODBC
would be just right, but i do not really know if it is used under Linux.
Thanks!
- Next message: PC: "Re: Database Access"
- Previous message: Donnie Fuqua: "shared libraries"
- Next in thread: PC: "Re: Database Access"
- Reply: PC: "Re: Database Access"
- Reply: Larry I Smith: "Re: Database Access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|