User Profile

Collapse

Profile Sidebar

Collapse
pfildes
pfildes
Last Activity: Dec 10 '08, 11:30 PM
Joined: Jul 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Stopping a For Next Loop until a value is return from another form

    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...
    See more | Go to post
    Last edited by DrBunchman; Jul 25 '08, 08:05 AM. Reason: Added [Code] Tags - Please use the '#' button

  • pfildes
    started a topic copy from one DataSetA to DataSetB

    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...
    See more | Go to post

  • pfildes
    started a topic inserting to one database from another

    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...
    See more | Go to post
No activity results to display
Show More
Working...