Search found 172 matches: transaction

Return to advanced search

Re: MARIADB ROWSET BATCH DML OPERATION EXAMPLE

Do you know if is possible to use Transaction with BEGIN SEQUENC/RECOVER? Something like this: BEGIN SEQUENC      oCn:BeginTransaction()         oCn:Insert(...)         oCn:Insert(...)         oCn:Insert(...)  ...
by vilian
Thu Oct 19, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARIADB ROWSET BATCH DML OPERATION EXAMPLE
Replies: 7
Views: 718

Re: MARIADB ROWSET BATCH DML OPERATION EXAMPLE

TRANSACTION: We use this feature when we need to update/insert more than one table and want that either all changes to be written or none. In other words, we do not want a situation where some tables are updated and some or ...
by nageswaragunupudi
Tue Sep 12, 2023 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARIADB ROWSET BATCH DML OPERATION EXAMPLE
Replies: 7
Views: 718

Re: MARIADB ROWSET BATCH DML OPERATION EXAMPLE

Mr Rao,

What is the differenc between BATCH and TRANSACTION ? Could you explain it to me ?
by vilian
Mon Sep 11, 2023 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARIADB ROWSET BATCH DML OPERATION EXAMPLE
Replies: 7
Views: 718

Re: Shell.Explorer.2 problem

... "uses something called ThreatMetrix as an additional security measure for verifying a person is a “person” when initiating a Hosted Payments transaction, and it seems that recently they made a change that implemented some newer javascript functionality that causes issues on older browser ...
by Randal
Thu Jun 29, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 751

Re: Shell.Explorer.2 problem

Hello. everything indicates that this provider: https://certtransaction.hostedpayments.com/ https://stripe.com/br/resources/more/hosted-payment-pages#:~:text=hosted%20payment%20pages-,What%20is%20a%20hosted%20payment%20page%3F,payment%20gateways%20on%20their%20websites. ...
by karinha
Tue Jun 27, 2023 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 751

Re: Callback Server

... to be fully functional. This is a web address to which their system can reply with the info necessary to complete the two way process of the transaction. They are thinking in terms of web based applications, but for those of us who have clients who still need site based systems, and not web ...
by cnavarro
Fri Mar 10, 2023 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 684

PostBack Server

... to be fully functional. This is a web address to which their system can reply with the info necessary to complete the two way process of the transaction. They are thinking in terms of web based applications, but for those of us who have clients who still need site based systems, and not web ...
by TimStone
Fri Mar 10, 2023 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 684

Re: Editar RowSet con dos tablas - At. Mr. Rao

Mr. rao
Para los que no usamos MariaDB es posible usar BEGIN TRANSACTION, COMMIT Y ROLLBACK?
Tengo fwh 17.12
by artu01
Wed Sep 21, 2022 11:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar RowSet con dos tablas - At. Mr. Rao
Replies: 15
Views: 3040

Re: Transaction security with DBF

Dear Mr. RAo,
Thank you so much for your help.
Best regards,
Otto
by Otto
Sat Sep 10, 2022 6:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 749

Re: Transaction security with DBF

RDD Built-in ROLLBACK feature:
viewtopic.php?f=3&t=42174
by nageswaragunupudi
Sat Sep 10, 2022 4:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 749

DBF: ROLLBACK (built-in feature)

... Limitations of DBF ROLLBACK feature: 1) Rollback works only if the record pointer is not changed. Any SKIP() operation implicitly commits the transaction. So, we can not use this RollBack with more than one record in the same work area. While programming we need to remember this carefully. ...
by nageswaragunupudi
Sat Sep 10, 2022 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF: ROLLBACK (built-in feature)
Replies: 1
Views: 357

Re: Transaction security with DBF

Hi,
Thank you very much.
Do you have a simple example to start with?
Best regards,
Otto
by Otto
Fri Sep 09, 2022 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 749

Re: Transaction security with DBF

Hola, Lo mas parecido a rollback que conozco para archivos .dbf es trabajar con archivos temporales y luego al final hacer un commit Es una tecnica que mejora mucho la integridad referencial para el caso que se produzca un corte. En todo caso el rollback, hasta donde yo se no existe en todas las bb....
by hmpaquito
Fri Sep 09, 2022 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 749

Re: Transaction security with DBF

... to this? Best regards, Otto http://www.dbase.com/help/Xbase/IDH_XBASE_ROLLBACK__.htm Show ROLLBACK( ) Topic group Related topics Cancels the transaction by undoing all logged changes. Syntax ROLLBACK([<database name expC>]) <database name expC> The name of the database in which ...
by Otto
Fri Sep 09, 2022 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 749

Re: Transaction security with DBF

Dear Antonio, Cristobal and Victor,
thank you for your help.
I will expand my database accesses to include these suggestions.
Best regards,
Otto
by Otto
Wed Aug 31, 2022 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 749
Next

Return to advanced search