HI,
I Wan't to connect to a DataBase using Borland C++ Builder.
C++ Builder have some controls to access database, but I dont wan't to use them.
Is there any way of creating a Var of the type of ODODB.Connection.
More or less like this!
ADODBConnection VarName;
VarName->ConnectionString ="....";
VarName.Open;
??
Thanks
