Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass 2 SQL commands
Message
De
20/03/2003 12:58:49
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00764600
Message ID:
00768193
Vues:
26
Hi Esparta,

VFP execute local build of cursor!

On VFP
Simple examples:

BEGIN TRAN; SELECT .... -- ok

IF ..... SELECT .... -- ok

SET ... ; SELECT ... -- ok

DECLARE @X INT; SET @X=1; select @X -- NONE CURSOR IS BUILD

UPDATE/INSERT/DELETE ... ; SELECT @@IDENTITY -- NONE CURSOR IS BUILD

-- BATCH MODE =.T.

DECLARE @X INT; SELECT @@IDENTITY X; SET @X=1; SELECT @@IDENTITY Y
-- 1 CURSOR AND 1 ERROR

Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform