Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Local Data SQL Pass Through
Message
De
25/08/2004 15:20:48
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Local Data SQL Pass Through
Divers
Thread ID:
00936394
Message ID:
00936394
Vues:
40
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
Répondre
Fil
Voir

Click here to load this message in the networking platform