Hi,
I am pretty new to VB.net and am having trouble figuring out how to do this.
I have an app that copies data from one datasource to another.
I have it set to run through a for loop for each row in SourceDataTable .
for each row i get the a value that is not an ID and I have a funciton that compares this to a column in the Destination, and i recieve the ID back if it exits and nothing if it...
User Profile
Collapse
-
Stopping a For Next Loop until a value is return from another form
Last edited by DrBunchman; Jul 25 '08, 08:05 AM. Reason: Added [Code] Tags - Please use the '#' button -
copy from one DataSetA to DataSetB
Hi guys,
I am relatively new to VB 2005 programming and am trying to develop an application that copies tables from Source A to Source B.
i am able to copy tables fine, however i would like to check data while copying.
basically i would like to the following.
IF SourceDataSet.R ow in DestDataSet THEN
Update record in DestDataSet = SourceDataSet.V alue
Else... -
inserting to one database from another
Hi,
I am trying to insert records from one database to another.
I am passing in a SourceDataSet created from the SourceDatabase and a DestinationData baseConnection (that is open). I just need to know how to put the SourceDataSet into the destination database. (the table exists in the destination and has the same field names)
i am trying something like below, however i am not sure how the syntax of the...
No activity results to display
Show More