I was just wondering if it's possible to create an app that interacts with a database 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?
views:
50answers:
2
A:
You may go through this tutorial for querying database from VB6.
Darin Dimitrov
2010-08-31 06:26:26
Thanks, great link. :D
Exist
2010-08-31 06:27:40
A:
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
Dirk
2010-08-31 06:37:01