Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local Data SQL Pass Through
Message
From
25/08/2004 15:20:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Local Data SQL Pass Through
Miscellaneous
Thread ID:
00936394
Message ID:
00936394
Views:
41
Hi There,

I am trying to run a SQL Pass through over a local data, put the MM is creating a cursor named "query".

Looking at

* Library: Cdataenv.vcx
* Class: Csqlpassthrough
* Method: Execsql()
.
.
.
lcAlias = IIF(EMPTY(tcAlias), This.GetAlias(), tcAlias)
lcAlias = IIF(EMPTY(lcAlias), "SQLRESULT", lcAlias)

IF This.GetUseLocalData()
&tcExecString
lnResult = 1
ELSE
lnConnection = This.GetConnection()
IF lnConnection > 0
lnResult = SQLEXEC(lnConnection, tcExecString, lcAlias)
ENDIF
ENDIF
.
.
.

I see that the query string specified in tcExexString is not opened with alias specified in lcAlias, as in remote does.

It is a bug or I´m taking a mistake?

I´m using 8.1 VFP MM

Thank you
Paulo
Reply
Map
View

Click here to load this message in the networking platform