![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I was thinking, is there any open, common standard for database and data access ? I have been using proprietary standards until now to access data and send SQL commands to most database systems but I want to switch to open source and I think there should be an open standard. One intended to be implemented and to run on all or most systems. I think ODBC tries to be such a standard, although it is not used much now as far as I know. |
#3
| |||
| |||
|
|
On 22.12.2006 11:23, Timothy Madden wrote: I was thinking, is there any open, common standard for database and data access ? I have been using proprietary standards until now to access data and send SQL commands to most database systems but I want to switch to open source and I think there should be an open standard. One intended to be implemented and to run on all or most systems. I think ODBC tries to be such a standard, although it is not used much now as far as I know. SQL is an ANSI standard, however most vendors have their own extensions - especially in the area of DDL. Other than that I know no standard for access but JDBC is pretty ubiquitous although not an open standard AFAIK. But it should work on more systems than ODBC. |
#4
| |||
| |||
|
|
Robert Klemme wrote: On 22.12.2006 11:23, Timothy Madden wrote: I was thinking, is there any open, common standard for database and data access ? I have been using proprietary standards until now to access data and send SQL commands to most database systems but I want to switch to open source and I think there should be an open standard. One intended to be implemented and to run on all or most systems. I think ODBC tries to be such a standard, although it is not used much now as far as I know. SQL is an ANSI standard, however most vendors have their own extensions - especially in the area of DDL. Other than that I know no standard for access but JDBC is pretty ubiquitous although not an open standard AFAIK. But it should work on more systems than ODBC. I guess I forgot to say I am a programmer and I am looking for an application programming interface (API) for sending SQL to the database engine and getting results. I thought JDBC is the Java version of ODBC and that it only works with Java |
#5
| |||
| |||
|
|
If you need to change the language from C++ to Delphi then a Delphi related web site / mailing list / newsgroup is probably a good place to seek further information. A quick google revealed this page which might help you dive further into the matter: |
![]() |
| Thread Tools | |
| Display Modes | |
| |