Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I don't understand.
Message
De
14/08/2003 05:49:25
 
 
À
14/08/2003 05:35:37
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00819794
Message ID:
00820050
Vues:
16
Ok Cetin,

Open SQL Profiler, and try this now:
local lnHandle
lnHandle=SQLStringConnect('DRIVER=SQL Server;SERVER=cetin\cetin;Trusted_connection=Yes')

SQLEXEC(lnHandle, "USE pubs")

SQLEXEC(lnHandle, "USE master; SELECT ?p1; SELECT DB_NAME()")

? sqlresult.exp
? sqlresult1.exp

SQLEXEC(lnHandle, "SELECT DB_NAME()")
? sqlresult.exp

SQLDISCONNECT(lnHandle)
I see identical command on SQL Profiler, but result is not identical.

Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform