tags:

views:

50

answers:

2

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?

A: 

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

Darin Dimitrov
Thanks, great link. :D
Exist
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