I want some information regarding begin transaction and end transaction.
suppose I have a table called orders. I want to update some records in that table with in the begin transaction and end transaction like this
begin transaction
update orders set status = 'ia' where status = 'na'
end...
I am basically Visual Basic progrmmer. Now I am going to work in VFP for my new project.
I want some information regarding program files.
Is it works same like standard module in VB?
If I call Set procedure to "program file" in VFP form load, can I access the procedures in the file to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.