开发者

Is it possible to create an app in VB6 that read/writes to a database hosted on a web server?

开发者 https://www.devze.com 2023-01-14 10:36 出处:网络
I was just wondering if it\'s possible to create an app that interacts with a data开发者_Go百科base hosted on a web server... or is it only possible using VB.NET? Also if it is possible, is there any

I was just wondering if it's possible to create an app that interacts with a data开发者_Go百科base hosted on a web server... or is it only possible using VB.NET? Also if it is possible, is there any good documentation or tutorials I could reference?


You may go through this tutorial for querying database from VB6.


Tripping down the memory lane...

I think the SOAP Toolkit with a database wrapped through a soap webservice is your best chance to do this.

Other idea: client-side .NET Wrapper with COM Visible interface

0

精彩评论

暂无评论...
验证码 换一张
取 消