This is a discussion on Writing custom odbc driver. within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Hi I am trying to write a custom odbc driver for one of my application. The application is called ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi I am trying to write a custom odbc driver for one of my application. The application is called data mediator which mediates between various datasources . I have already developed JDBC driver for this application. Now I want to develop ODBC driver so that any ODBC compliant application can use the Funtionalities of my data mediator application. Please tell me some resource about writing ODBC driver. Any suggesion will be extremely helpful. Thanks -Avijit |
| |||
| http://msdn.microsoft.com/library/de...bcoverview.asp Regards -------------------------------- Mike Epprecht, Microsoft SQL Server MVP Zurich, Switzerland IM: mike@epprecht.net MVP Program: http://www.microsoft.com/mvp Blog: http://www.msmvps.com/epprecht/ "avijit" <avijit.sikder@online.nospam> wrote in message news:BBD0C1D1-32E0-4DE5-A519-7992E86E75E1@microsoft.com... > Hi > I am trying to write a custom odbc driver for one of my application. > The application is called data mediator which mediates between various > datasources . I have already developed JDBC driver for this application. > Now I want to develop ODBC driver so that any ODBC compliant application > can > use the Funtionalities of my data mediator application. > Please tell me some resource about writing ODBC driver. > Any suggesion will be extremely helpful. > Thanks > -Avijit |
| |||
| Thanks for pointing this out. Could you tell me where can I get the SDK or API for ODBC drivers. Thanks -Avijit "Mike Epprecht (SQL MVP)" wrote: > http://msdn.microsoft.com/library/de...bcoverview.asp > > Regards > -------------------------------- > Mike Epprecht, Microsoft SQL Server MVP > Zurich, Switzerland > > IM: mike@epprecht.net > > MVP Program: http://www.microsoft.com/mvp > > Blog: http://www.msmvps.com/epprecht/ > > "avijit" <avijit.sikder@online.nospam> wrote in message > news:BBD0C1D1-32E0-4DE5-A519-7992E86E75E1@microsoft.com... > > Hi > > I am trying to write a custom odbc driver for one of my application. > > The application is called data mediator which mediates between various > > datasources . I have already developed JDBC driver for this application. > > Now I want to develop ODBC driver so that any ODBC compliant application > > can > > use the Funtionalities of my data mediator application. > > Please tell me some resource about writing ODBC driver. > > Any suggesion will be extremely helpful. > > Thanks > > -Avijit > > > |
| |||
| http://www.microsoft.com/downloads/d...DisplayLang=en -- -------------------------------- Mike Epprecht, Microsoft SQL Server MVP Zurich, Switzerland IM: mike@epprecht.net MVP Program: http://www.microsoft.com/mvp Blog: http://www.msmvps.com/epprecht/ "avijit" <avijit.sikder@online.nospam> wrote in message news:1E9BD027-A751-4D94-81F4-B1AEED4237DD@microsoft.com... > Thanks for pointing this out. > Could you tell me where can I get the SDK or API for ODBC drivers. > Thanks > -Avijit > > "Mike Epprecht (SQL MVP)" wrote: > >> http://msdn.microsoft.com/library/de...bcoverview.asp >> >> Regards >> -------------------------------- >> Mike Epprecht, Microsoft SQL Server MVP >> Zurich, Switzerland >> >> IM: mike@epprecht.net >> >> MVP Program: http://www.microsoft.com/mvp >> >> Blog: http://www.msmvps.com/epprecht/ >> >> "avijit" <avijit.sikder@online.nospam> wrote in message >> news:BBD0C1D1-32E0-4DE5-A519-7992E86E75E1@microsoft.com... >> > Hi >> > I am trying to write a custom odbc driver for one of my application. >> > The application is called data mediator which mediates between various >> > datasources . I have already developed JDBC driver for this >> > application. >> > Now I want to develop ODBC driver so that any ODBC compliant >> > application >> > can >> > use the Funtionalities of my data mediator application. >> > Please tell me some resource about writing ODBC driver. >> > Any suggesion will be extremely helpful. >> > Thanks >> > -Avijit >> >> >> |
| ||||
| We have a product called OpenAccess SDK that be used to implement a ODBC driver for a data source with a JDBC API or any other API. You can learn more about it http://www.OpenAccessSoftware.com. It has been used by over one hundred companies to ODBC enable their products. |
| Thread Tools | |
| Display Modes | |
|
|