473,513 Members | 2,749 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Read data from dataset and update 3 different databases

Hi there!

I'm a newbie in this area and have assigned, appears to be, tough task.
Please help me out.

I have to update 3 different database server(Sybase / MYSQL / MS SQL)
using a client webservice.Client has one tool that can push the new
records(Products) time to time and webservice(at client end) will keep
the records in the cache.Please let me know how to read the dataset
from cache and how to store the records in a xml file at disk or how to
update the databases that has totally different structure then the
generated xml file.Please advice.

FYI:

Public Function WinUploadFile(ByVal UserID As String, ByVal Password As
String, ByVal DS As DataSet, ByVal Rebuild As Boolean) As Boolean
Try
If CheckUserIDandPassword(UserID, Password) Then
Dim cs As New ClientSpecific(UserID, Password)
cs.SubmitInventoryUploadDS(DS, Rebuild)
Else 'bad credentials
Return False
End If
End Try
End Function

Would highly appreciate prompt response!

With Thanks!

May 26 '06 #1
1 1428
Any thought?

Please let me know if anyone needs more information..

Sam
sh**********@gmail.com wrote:
Hi there!

I'm a newbie in this area and have assigned, appears to be, tough task.
Please help me out.

I have to update 3 different database server(Sybase / MYSQL / MS SQL)
using a client webservice.Client has one tool that can push the new
records(Products) time to time and webservice(at client end) will keep
the records in the cache.Please let me know how to read the dataset
from cache and how to store the records in a xml file at disk or how to
update the databases that has totally different structure then the
generated xml file.Please advice.

FYI:

Public Function WinUploadFile(ByVal UserID As String, ByVal Password As
String, ByVal DS As DataSet, ByVal Rebuild As Boolean) As Boolean
Try
If CheckUserIDandPassword(UserID, Password) Then
Dim cs As New ClientSpecific(UserID, Password)
cs.SubmitInventoryUploadDS(DS, Rebuild)
Else 'bad credentials
Return False
End If
End Try
End Function

Would highly appreciate prompt response!

With Thanks!


May 27 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
4202
by: hch | last post by:
dataAdapter.Update(data, "TableName") won’t work! I was about to deploy my first website on the Internet only to discover that the dataAdapter.Update() throws the Server Error in the third...
1
2566
by: Johann Blake | last post by:
I am looking for a good solution on how to implement data access in an application so that there is a clean separation between the data access layer, the business layer and the GUI layer. I am...
2
301
by: Mervin Williams | last post by:
I am using Infragistics UltraWebTab (a tab folder control for ASP.NET). My tab folder control will include five tab pages with a separate web form on each, and these web forms will share data. ...
2
4560
by: Chris Langston | last post by:
I have a Web Server running IIS 5 or 6 on Windows 2K and Windows 2003 Server that is experiencing strange shutdown problems. We are using ASP.NET v1.1 and our application is written in VB.NET ...
3
1325
by: DwC | last post by:
Hi, We have a ms access database that we will be using to develop a website which would have fairly low usage levels. We have some experience with windows apps but not so much with asp.net...
10
2316
by: Trevor | last post by:
Hey, I am trying to do this tutorial on the microsoft site : http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dndotnet/html/usingadonet.asp I can get everything to work up to...
16
453
by: Adda | last post by:
If I cycle through the MdiChildActivate event of the parent form I can read text in a textbox on the child mdiform -- console.writeline(Me.ActiveMdiChild.Controls(1).Text) But if I have a sub...
4
2462
by: JIM.H. | last post by:
Hello, I am trying to write the data I got from a web service to my table in SQL Server I need to append the dataset wsDS to the dataset ds and do update. PVS.myWS.Loader load = new...
0
2262
by: tom | last post by:
When I try to read in a csv file it gives me this error message. 'Cannot update. Database or object is read-only.' If I change the extension to txt it processes just fine. I have googled all...
0
7158
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7380
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7523
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5683
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5085
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3232
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3221
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
798
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.