Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with
Message
De
27/09/2005 07:54:14
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
27/09/2005 07:23:27
Daryl Dunkley
Pegasus Software Limited
Kettering, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01053363
Message ID:
01053370
Vues:
15
>hi,
>
>i'm not sure if i have found a bug in VFP9. i'm trying to run the below code in VFP9 but i get Error #1593, in VFP6 the code works and a database is created.
>
>------------------------------------------------------------------
>LOCAL loCrtDB
>BEGIN TRANSACTION
>loCrtDB = CREATEOBJECT('clscreatedatabase')
>loCrtDB.createdatabase()
>ROLLBACK
>RETURN
>
>DEFINE CLASS clssession as Session
> datasession=2
>ENDDEFINE
>
>DEFINE CLASS clscreatedatabase as clssession
> PROCEDURE createdatabase()
> CREATE DATABASE c:\tempdb
> ENDPROC
>ENDDEFINE
>-----------------------------------------------------------------
>
>does anybody know why this doesn't work in VFP9?
>
>thanks
>
>daryl

Daryl,
Are you sure it works under VFP6?
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform