Re: Transaction.Commit() and Transaction.Rollback() ... They are used to ensure that an entire group of commands succeeds or else none of them succeed. ... This is done through the use of a transaction log.... The Begin Transaction, Commit Transaction, End Transaction & Rollback Transaction commands are ways to specify which groups of queries to treat as Atomic. ... Commit & End Transaction tells the database that your are finished with that atomic operation and that all the commands you had sent since the trasaction began should now get committed to the actual database tables. ... (microsoft.public.dotnet.languages.csharp)
Re: dbf trashing problem after upgrade ...FLUSH doesn't work on disks that have an active Write cache, ... Tha'ts why VFP in recent versions has added commands like SYS'Purge ... data modifications or as the BEGIN TRANSACTION - END TRANSACTION / ROLLBACK ... the terminals share a DBF on the server. ... (microsoft.public.fox.programmer.exchange)
Re: dbf trashing problem after upgrade ... i will do some testing with the commands you mentioned and let you know of ... > Hi Anis... > FLUSH doesn't work on disks that have an active Write cache, ... > data modifications or as the BEGIN TRANSACTION - END TRANSACTION / ... (microsoft.public.fox.programmer.exchange)
Re: Typed Dataset and transactions in ADO.NET 2.0 ... Maybe this style...just across a couple of commands...SqlTransaction trans;...bReturnLog = ErrorLog.ErrorRoutine; ... I have a general question about typed datased and transaction.... (microsoft.public.dotnet.framework.adonet)
Re: Transaction and commands question ... What this will do is extract commands from a transaction logged in the log ... reader as they are found and send them to the distribution database....commitbatchsizethreshold.... (microsoft.public.sqlserver.replication)