为应用程序创建定制的odbc驱动程序 [英] creating a custom odbc driver for application

查看:77
本文介绍了为应用程序创建定制的odbc驱动程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

好吧,我为我的一个应用程序提供了一个简单的数据库引擎(它是用vb6编写的专有产品)...

我想为其创建一个ODBC驱动程序,以便我可以将其他一些应用程序(需要数据库)与我的数据库引擎一起使用,而不是使用Microsoft sql(他们当前正在使用)....

是否有人对如何开发ODBC驱动程序(最好是在vb6中)有任何了解...我花了最后几个小时来搜索它,并且运气很好...关于我发现的最好的东西,所以到目前为止是: http://www.datadirect.com/products/openaccess/index.ssp

但是我确实不想去购买SDK来编写ODBC驱动程序...

提前加油

解决方案

如果必须询问,您将无法做到:-)认真地讲,编写ODBC驱动程序是一项艰巨的任务-我看着这样做对于一个我曾经参与过的项目,最终建议不要尝试,并且我对ODBC有很好的理解.而且实际上确实需要使用较低级的语言(例如C或C ++)编写-VB6并不适合.

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,

解决方案

If you have to ask, you won't be able to do it :-) Seriously, writing an ODBC driver is big undertaking - I looked at doing so for a project I was on once, and eventually advised against trying, and I have a pretty good understanding of ODBC. And it really needs to be mostly written in a lower level language such as C or C++ - VB6 is not really suitable.

这篇关于为应用程序创建定制的odbc驱动程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆