Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with
Message
From
27/09/2005 07:31:12
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
27/09/2005 07:23:27
Daryl Dunkley
Pegasus Software Limited
Kettering, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01053363
Message ID:
01053364
Views:
6
Hi Daryl,

>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

Well... Help says that is illegal to use Create Database command inside of one transaction. This in VFP 9 help and VFP 8 help. Check VFP 6 help.
Bye!
Erick
Força Sempre!
Strength Always!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform