creating a custom odbc driver for application

Posted by neddy on Stack Overflow See other posts from Stack Overflow or by neddy
Published on 2010-03-24T14:09:00Z Indexed on 2010/03/24 14:13 UTC
Read the original article Hit count: 169

Filed under:
|
|

Ok, i have a simple database engine (its a proprietary product written in vb6) for one of my applications...

i'd like to create an ODBC driver for it so i can use some of my other applications (which require a database) with my database engine rather than microsoft sql (which they are currently using)....

Does anyone have any heads up on how to develop an ODBC driver (preferably in vb6) ... i'v spent the last few hours googling it and havnt had much luck... about the best thing i have found so far is: http://www.datadirect.com/products/openaccess/index.ssp

but i dont exactly want to go buying an SDK to write an ODBC driver...

Cheers in advance,

© Stack Overflow or respective owner

Related posts about vb6

Related posts about odbc