Search found 130 matches: transactions

Return to advanced search

Re: ADO RDD xHarbour

... to do. Can you try relations and seeks with a medium size table (> 100.000 records) (both parent and child) on a browse to check performance? Transactions are automatically called so please dont forget to issue dbcommit after each transaction or data wont be saved. In this trial transacts ...
by AHF
Mon Apr 06, 2015 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447069

Re: ADO RDD xHarbour

... features are: 1) To have all indexes, record movement, seek, locates and relations emulating 100% ISAM as dbf and ADS. 2) Concurrent access with Transactions. I dont foresee problems in other features but still not initiated. As I told you I'm not looking yet for field replaces ,writes etc. It ...
by AHF
Mon Apr 06, 2015 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447069

Re: ADO RDD xHarbour

... that locks are virtual and arent placed in the files so in fact dont protect others from writing the locked file / record. This is assured by transactions (new change from last adordd) Locking only give us the records lock array to allow us to go back to the locks records wihtout disrupt the ...
by AHF
Fri Apr 03, 2015 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447069

Re: ADO RDD xHarbour

New adordd with relations and transactions https://github.com/AHFERREIRA/adordd.git
by AHF
Thu Apr 02, 2015 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447069

Re: ADO RDD xHarbour

Antonio,

What Rdd function DbCommit() and DbCommitAll() are calling ?

I need it to design the transactions.
by AHF
Wed Apr 01, 2015 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447069

Re: ADO RDD xHarbour

... types. Can you find out with Mr Rao how to know or force that all recordsets are opened with the same connection obj. This is imperative for transactions for locking concurrency Now we ve a demand to prevent 100% SQL INJECTION. I have to study this ? Do you or Mr Rao have any ideas? Cross ...
by AHF
Wed Mar 25, 2015 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447069

Re: ADO Exclusive open

... application. We can also open recordset with pessimistic locking and if we update a record, it is locked till unlocked. Wont do for me. Concept of TRANSACTIONS is different. On quite a few occasions we need to update two or more tables for recording a single transaction. We need to either alter ...
by AHF
Tue Mar 24, 2015 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Exclusive open
Replies: 6
Views: 1377

Re: ADO Exclusive open

... and re-orient our thinking. We can also open recordset with pessimistic locking and if we update a record, it is locked till unlocked. Concept of TRANSACTIONS is different. On quite a few occasions we need to update two or more tables for recording a single transaction. We need to either alter ...
by nageswaragunupudi
Tue Mar 24, 2015 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Exclusive open
Replies: 6
Views: 1377

Re: ADO RDD xHarbour

Antonio,

In order to finish network and concurrent activity I need to work with transactions.

For that I need to know if in ADORDD each time we open a new recordset its in the same connection.

Its crucial to know this because transactions are per connection.

Do you have any idea how to test that?
by AHF
Tue Mar 24, 2015 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447069

Re: ADO RDD xHarbour

Antonio, Its absolutly necessary to keep the locklist array. In transactions we lock and append all necessary records and then we loop trough the locklist with dbgoto to make all replaces. If a lock fails the transaction fails. Altough with ADO never fails ...
by AHF
Sun Mar 22, 2015 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447069

Re: ADO RDD xHarbour

Antonio, Its absolutly necessary to keep the locklist array. In transactions we lock and append all necessary records and then we loop trough the locklist with dbgoto to make all replaces. If a lock fails the transaction fails. Altough with ADO never fails ...
by AHF
Sun Mar 22, 2015 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447069

Re: ADO RDD xHarbour

... locked like any other rdd to be used by dbrlocklist() that are either Bookmarks or column RECNO. In our case this is very important because in our transactions we lock and append all needed records and when updating we go through an array of locked records returned by dbrlocklist() using dbgoto(). ...
by AHF
Wed Mar 18, 2015 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447069

Re: SQL - advice

... your market, then MSSQL is much more expensive. I think of this because I store a lot of blob data (images, documents, ids, xml, audit-log of all transactions) which make the db grow very fast. On the other hand, bigger customers (bigger data) probably wouldn't mind paying for MSSQL and you wouldn't ...
by reinaldocrespo
Tue Mar 10, 2015 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL - advice
Replies: 9
Views: 2373

OT: Dreams... by LF

... We all use Harbour language but we use different data structures that very likely contain more or less the same data: customers, orders, invoices, transactions, bill of materials and so on. The problem is that the field's name is different, table's name is different and probably they have a meaning ...
by hmpaquito
Wed Nov 26, 2014 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Dreams... by LF
Replies: 1
Views: 499

New FTDN march/april 2014 (FWH 14.04)

... DATA lUseTrans .t. or .f. ( default .f. ) Programmer may assign logic to begin, commit or rollback transaction to the three codeblocks and enable transactions by setting the data lUseTrans to .T. In case the table is an ADO table, the class by default assigns the proper codeblocks and programmer ...
by Antonio Linares
Thu May 22, 2014 4:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN march/april 2014 (FWH 14.04)
Replies: 2
Views: 1750
PreviousNext

Return to advanced search