Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Move one recordset with another recordset
Message
 
À
01/06/2003 18:09:39
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00795022
Message ID:
00795112
Vues:
14
You need to copy field-by-field.

I assume that the RecordNum position is already existing snd that both recordsets contain the same columns in the same order.

for i = 0 to adoSiteRS.fields.count - 1
adolog(i) = adoSiteRS(i)
next i

>What ado command will move one recorset(adoSiteRS("RecordNum") to the same position in another recordset (adoLog("RecordNum")?
>
>
>I tried adoSiteRS.Move (adoLog("RecordNum")
>
>but that just moves it x number of times from where it currently is
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform