Connector C/C++ static libraries
Posted by: mike fregeau
Date: December 09, 2019 10:45PM

Does anyone know if there exists a download for connector 8 static debug and release libraries? I have spent 3 days trying to get the source to compile correctly and figure I don't have enough floating neurons in my thick head to get it right.

IF I can get the correct static libraries to compile a simple app like:

driver = get_driver_instance ();
con = driver->connect (url, user, password);

con->setAutoCommit (0);
con->setSchema (database);

stmt = con->createStatement();

query.Format ("SELECT * FROM Apps where app_name = '%s'", appName);

res = stmt->executeQuery (query.GetBuffer (0));

while (res->next())
{
.......

I would burn a candle to the Oracle gods for whoever has them...

Options: ReplyQuote


Subject
Views
Written By
Posted
Connector C/C++ static libraries
1436
December 09, 2019 10:45PM
583
December 27, 2019 02:44AM
510
December 27, 2019 09:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.