Hello, I have a problem.
I have a program in VB6 that has to save a file in a database, but it has to
do it across a webservice created with .NET
So, the webservice must take the file that the program in VB6 send, connect
to the database (in MySQL) and save the new record with the file.
The problem is that i never use a webservice in a VB6 program, someone can
help me?
Thank you very much!
And sorry about my poor english!!
Kay-Christian Wessel - 27 Sep 2006 22:41 GMT
One solution could be to create Com-dll that exposes the methods of the
webservice, using VS2005. This DLL can be used from VB6.
Takes 5 minutes to do this. You need to install the framework 2.0 with your
VB6 app if you use this approach.
Kay
> Hello, I have a problem.
>
[quoted text clipped - 11 lines]
>
> And sorry about my poor english!!