Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting
Message
De
03/10/2005 16:40:57
 
 
À
03/10/2005 16:25:45
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01055622
Message ID:
01055635
Vues:
14
? lvRetVal.Fields(0).Value
gives me
"Member FIELDS does not evaluate to an object" error.

>I never thought second is supposed to work. Where does it say it should work?
Microsoft ADO help file "C:\Program Files\Common Files\Microsoft Shared\OFFICE11\1033\ADO210.CHM"
Connection Object - bottom of the page
"Execute a stored procedure as a native method of a Connection object

To execute a stored procedure, issue a statement where the stored procedure name is used as if it were a method on the Connection object, followed by any parameters. ADO will make a "best guess" of parameter types. For example:

Dim cnn As New ADODB.Connection
...
'Your stored procedure name and any parameters.
cnn.sp_yourStoredProcedureName "parameter"
"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform