Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update Syntax
Message
De
10/06/2002 09:12:16
Victor Lapid
Phil. Long Distance Tel. Co.
Manila, Philippines
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Update Syntax
Divers
Thread ID:
00666483
Message ID:
00666483
Vues:
50
Hi!

I would like to update an Ingres Table (I_persons) connected using an ODBC driver from an SQL Server table (S_persons) using an OLEDB driver.

Lets say: I_person Table has the ff: columns namely name,address, tel. while S_persons has also the same.

Pseudocode: Update I_persons table from S_persons where I_persons.name=S_persons and I_persons.address = S_persons.address set I_persons.tel = S_persons.tel

Can somebody translate this psuedocode into a correct VB syntax?

Thanks in advanced.
Répondre
Fil
Voir

Click here to load this message in the networking platform