Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Parsing
Message
 
 
À
01/04/2021 19:01:45
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01679440
Message ID:
01679468
Vues:
45
>Have you tried to execute this via SQLExec in VFP. I'm in 6. If it works better in 9, let me know.
>
> BEGIN TRY
> BEGIN TRANSACTION
> DECLARE @X INT
> SET @X=1/0;
> COMMIT TRANSACTION
> END TRY
> BEGIN CATCH
> ROLLBACK TRANSACTION;
> THROW;
> END CATCH

I haven't. Not doing VFP work now much.

I applied your suggested grammar corrections to the article, thanks!
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform