Create A New Driver

AristonDarmayuda

New member
Joined
Dec 15, 2005
Messages
1
Programming Experience
3-5
I want to create new driver for ODBC, it easier to create driver in C++ because all data type have been defined (but the language to complicated):(. Now i want to create a driver in VB or C#, i've search in google we can use the file ODBCCP32.DLL :eek: but i found so minimum reference :mad: how to use this file (like functions inside it). And also how to convert the data types for example like SQLHSTMT into what ? :confused: Because some function in ODBCCP32 need this data type.
 
Back
Top