Search found 130 matches: transactions

Return to advanced search

Otto;

Transactions works in ADS with DBFs just perfectly. Without ADS you'd have to implement the logic your self. For example:

Code: Select all  Expand view
Try

while ok
   copy record to tempfile
   delete record
   skip
endwhile

catch
  restore records to original file from tempfile
end



Hope this helps.


Reinaldo.
by reinaldocrespo
Sat Oct 27, 2007 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database question
Replies: 18
Views: 3704

... propouses only and stand alone applications, it really supports all the ADS stuff with two exceptions: is not client/server, it doesn't support transactions, it's great for taking it home because you can develop your application and you don't need to be where the server is. The main advantage ...
by R.F.
Wed Aug 08, 2007 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which the best choice for Client Server for DBFCDX?
Replies: 9
Views: 2627

... the program will indicate an error, and it will finish. Values for the connection parameter are: (1) Local server only, no client server nor transactions features, no internet access either, this is a free redistributable server for developing, testing or for commercial applications, you ...
by R.F.
Sat Apr 21, 2007 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS remote access
Replies: 11
Views: 5151

... this is a full featured ADS LOCAL Server, supports all the ADS features except two: Is not Client/Server aware, and it doesn't support transactions. You can use it in your personal computer or in LAN enviroments up to 5 users. You are free to distribuite it with your application. ACE32.DLL: ...
by R.F.
Mon Apr 16, 2007 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Start With ADS
Replies: 6
Views: 2956

... in one or two days, the most of my customers do it in a weekend, so they can be back to work the very next monday. ADS have a bunch of features, transactions, Optimized filters, Internet Access, it takes some extra time to be "full" up and running with ADS but not more than a month, in the meantime ...
by R.F.
Mon Mar 05, 2007 5:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client / Server
Replies: 5
Views: 2392

... transaction model and transaction isolation level. Only few [R]DBMS (usually using some additional OS/hardware support) can cleanly revert transactions when the server crashes. Most of them can cleanly revert only transactions not committed by clients f.e. due to client computer crash. ...
by George
Thu Jun 01, 2006 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Should us to STOP using DBF?
Replies: 38
Views: 10684

... accesses a common data store on a Windows NT file server using opportunistic locks (or OPLOCKS), it is possible for a given user to cache partial transactions on the client systems hard drive. This is a performance enhancement to the Windows client redirector to reduce network file I/O between ...
by Marco Turco
Sat Mar 18, 2006 11:37 am
 
Forum: All products support
Topic: Dati "scomparsi"
Replies: 4
Views: 1338

Re: 2 questions

... The file name association is incomplete or invalid. SE_ERR_DDEBUSY The DDE transaction could not be completed because other DDE transactions were being processed. SE_ERR_DDEFAIL The DDE transaction failed. SE_ERR_DDETIMEOUT The DDE transaction could not be completed because the ...
by Enrico Maria Giordano
Tue Jan 31, 2006 7:58 am
 
Forum: FiveWin for CA-Clipper
Topic: 2 questions
Replies: 14
Views: 5484

... all my file names (hundreds) to lowercase (will probably write a script to do so). After this I'll be testing with AIS connection and speed of transactions. Allowing access to the dbfs from anywhere via a web connection is very important to me. I'll keep you all informed. Thank you for all ...
by reinaldocrespo
Tue Dec 20, 2005 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS
Replies: 10
Views: 3468

Re: ADS Driver

... this is a "small" ADS Server that can be run in your local machine, this server has all the ADS features except Client/Server technology and transactions, but is fully operative, free, and can handle up to 5 concurrents users. So you don't need a remote server any more, with the ADSLOC32.DLL ...
by R.F.
Fri Nov 11, 2005 2:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Driver
Replies: 2
Views: 1676
Previous

Return to advanced search