I
Iurica
Hi
I have an application in VB6 that works only locally but i would like
to make it able to save, update and get records from a Database.
The problem is that i want to use the .NET technology and realize a
disconnected scenario.
I Know how implement this type of application in .NET.
I would like to know how to use a Dataset from VB6.
The scenario is this:
I download some record from a Database using a Web Service and
then
populate a DataSet that i want to read from VB6
Then, in the VB6 application , I use these records and change the
values
or create other records.
I want so save these records in the Dataset and then, in a second
moment,
save all added and/or updated records to the Database using a
WebService.
The problem is how to store new value from the VB6 application to a
..NET DataSet and then using this DataSet to consume the WebService.
Thanks!!
I have an application in VB6 that works only locally but i would like
to make it able to save, update and get records from a Database.
The problem is that i want to use the .NET technology and realize a
disconnected scenario.
I Know how implement this type of application in .NET.
I would like to know how to use a Dataset from VB6.
The scenario is this:
I download some record from a Database using a Web Service and
then
populate a DataSet that i want to read from VB6
Then, in the VB6 application , I use these records and change the
values
or create other records.
I want so save these records in the Dataset and then, in a second
moment,
save all added and/or updated records to the Database using a
WebService.
The problem is how to store new value from the VB6 application to a
..NET DataSet and then using this DataSet to consume the WebService.
Thanks!!