Is it possible to create an app in VB6 that read/writes to a database hosted on a web server?
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
精彩评论