RE: Matt's ODBC
- Posted by Jonas Temple <jktemple at yhti.net> Dec 19, 2002
- 418 views
George, What type of DB are you connecting to? There's one limitation with Matt's ODBC wrapper. If the ODBC driver requires additional information (Oracle, for example) then you have to use SQLDriverConnect, which Matt's library doesn't support (although he does reference the function, it's just not implemented). Jonas George Walters wrote: > Running Matt's odbc.exw example, I get a handle from > "openConnectionODBC()" of minus 2 (-2). Is this a legitimate handle? If > I continue it says I've conneced, but any sql statement produces an > error and the demo blows up.. > > george > >