Re: ODBC

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi Robert,

"OpenAccess SDK is the quickest solution for native ODBC, OLE DB, JDBC, and
..NET drivers development using C/C++,

Java or .NET languages"
Please visit our web site: http://www.odbcsdk.com

Ilesh H. Garish
Automation Technology, Inc.
Phone: (408) 350-7020 X 242 Fax: (408) 350-7021
e-mail: ileshg@xxxxxxxxxxxxxxxxxxxxxx


"Robert Sundström" wrote:

> On Thu, 24 Feb 2005 08:12:36 -0500, MachavaramKumar <mvn_kumar@xxxxxxxxx>
> wrote:
> > Hi all,
> > I'm trying to write an ODBC Driver DLL. i register it with
> > SQLInstallDriverEx and Implement "ConfigDSN" and "SQLConnect". With
> > "SQLConfigDataSource" i register Some Data source( ds1 ), but if I try to
> >
> > connect via "SQLConnect" ODBC's "SQLGetDiagRec" return "Driver Doesn't
> > support this function" !?!?.
>
> Your driver probably needs to return something appropriate for its
> SQLGetFunctions call.
> --
> Robert Sundström, Mimer SQL Development
> Mimer Information Technology AB, http://www.mimer.com
> Validate your SQL statements/procedures at
> http://developer.mimer.com/parser
>
.