nithithika
June 14th, 2005, 06:28 AM
Can anybody help me in connecting oracle with C++ (Unix OS)
|
Click to See Complete Forum and Search --> : C++ with Oracle nithithika June 14th, 2005, 06:28 AM Can anybody help me in connecting oracle with C++ (Unix OS) Hobson June 14th, 2005, 08:42 AM When I was connecting with Oracle database from C++ app, I was using OCI / OCCI libraries, and it was really good. My app was running on Windows, but AFAIK there is also some Unix version of OCI. Hob yeohhs June 14th, 2005, 08:35 PM You might want to check out Database Template Library http://dtemplatelib.sourceforge.net/ Some information from its FAQ page. Which compilers are supported? The DTL has been tested on these compilers: Microsoft Visual C++ 6.0, service pack 5, using Windows NT 2000 Microsoft Visual C++ 7, using Windows NT 5 Microsoft Visual C++ 2005 Express, under Windows NT 2000 Borland 5.5, 6.0 under Windows NT 2000 GNU C++ 3.2 using Red Hat Linux 7 with unixODBC 2.0.8 GNU C++ 3.3 using Cygwin and Microsoft ODBC DLLs GNU C++ 2.95.4 under FreeBSD with STLPort (as reported by R. Kotha). Sun Solaris Workshop 6, Update 1 using the Merant 3.7 ODBC drivers (we are not currently testing this compiler) HP with aCC A.03.35 using the Merant 3.7 ODBC drivers (we are not currently testing this compiler) Which databases are supported? We have followed the ODBC 3.0 standard and done nothing database specific. So any database that has on ODBC 3.0, Level 1 compliant driver should work. The databases we regularly test against are: Oracle 8, 9 SQL Server 2000 Access 2000 MySQL We have also had reports that others have successfully used DTL against Sybase, Postgres and DB2. (Please note, as reported by Ben Martin, that if you are using Postrgres versus unixODBC then you should use the official Postgres driver from http://gborg.postgresql.org/project/psqlodbc/projdisplay.php since the one that comes with unixODBC does not work with DTL). codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |