为应用程序创建自定义 odbc 驱动程序

发布于 2024-08-26 01:09:52 字数 428 浏览 5 评论 0原文

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

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

有没有人知道如何开发ODBC驱动程序(最好在vb6中)......我花了过去几个小时谷歌搜索它并没有太多运气......到目前为止我发现的最好的事情是: http://www.datadirect.com/products/openaccess/index.ssp

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

提前干杯,

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,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

椵侞 2024-09-02 01:09:52

如果你不得不问,你将无法做到这一点:-) 说真的,编写 ODBC 驱动程序是一项艰巨的任务 - 我曾经考虑过为我曾经参与的一个项目这样做,并最终建议不要尝试,并且我已经对 ODBC 有很好的了解。而且它确实需要大部分用较低级语言(例如 C 或 C++)编写 - VB6 并不适合。

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.

似梦非梦 2024-09-02 01:09:52

这是一个开源的,您可以查看或用作您的东西的基础: http://www.postgresql.org/ftp/odbc/versions/src/

Here is an open source one you can look at or use as a base for your stuff: http://www.postgresql.org/ftp/odbc/versions/src/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文