Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I don't understand.
Message
From
14/08/2003 05:49:25
 
 
To
14/08/2003 05:35:37
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00819794
Message ID:
00820050
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform