Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help..End tran and begin tran with tables lots of txs
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Help..End tran and begin tran with tables lots of txs
Miscellaneous
Thread ID:
00246181
Message ID:
00246181
Views:
39
We have an app that builds transactions and then posts all the txs to the server.

We have 30,000 txs or greater to post.

Here some of the code in short

do while !EOF()
begin tran
insert into .....
end tran
skip
enddo

The reason we do this is becasue with a trna on the outside it uses all resources on the clients machine. we can only get about 1200 records updated to the server. if we do it this way we can get 20000 but we still run out of resources. Doe any one know how to clear the cached space so we can clear the cache each time to get through all txs.

TIA
SHAWN
Shawn Dorion
Geo Sektor Dot Com
Website: http://www.geosektor.com

Web Hosting Plans
Visit : http://WebHosting.Applications4u.com/
Next
Reply
Map
View

Click here to load this message in the networking platform