Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why this ADO error with javascript but not with vbscript
Message
De
13/11/2002 08:27:05
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00722031
Message ID:
00722045
Vues:
15
This message has been marked as the solution to the initial question of the thread.
The problem is in optional parameter. You can use this:
rs.Open(cmdTemp,Conn,3);
but this is repetition of defining ActiveConnection. In your case you can consider using implicit connection (if this connection isn't used by other commands):
rs.Open([SQL command], [Connection string], 3);

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform