Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question on Transaction Process
Message
 
To
14/10/1998 13:22:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00146723
Message ID:
00146749
Views:
24
>Hi Jim,
>
>I'm very happy and thank you to have your respond, but i got some of the question to ask you. If my system is not build by project, how can put the table into database container? and can i use the "appe blan", "repl ... with .." instead of using "tableupdate()" in the scope of "begin transaction" and "end transaction", because i'm not familiar with the command of "tableupdate".
>
>Hope u can get my meaning, because my english is not very good!
>Thank you

Aston,

Ok, you can use REPLACE or APPEND BLANK inside of a transaction. However, the tables MUST be buffered for the transaction to be used. You must learn about buffering and using the TableUpdate function to post buffered edits to the table.

You can learn about these things in almost any VFP book for 3.0,5.0, or 6.0. Also read the developer's guide for VFP that is part of the documentation.

You put a table in a database by;

CREATE DATABASE MyDbc
MODIFY DATABASE

Then in the Database designer Right click and select New Table and create your table structure using the table designer.
Previous
Reply
Map
View

Click here to load this message in the networking platform