| Author |
Message |
bernhardz
Joined: 23 Jun 2004 Posts: 12
|
Posted: Wed Jun 23, 2004 9:52 pm Post subject: Local Transaction already active |
|
|
Hi,
I am testing the dbexpress driver for SQL Anywhere against version 8 of sybase. The initial testing appeared to be going fine, my application seemed to be working.
However, we now are getting the above error message when inserting a number of records into severall different tables. The inserts are grouped into multiple transactions. Only on the second repeat of the operation do we get the above error.
What does this error mean? We also tested with the sybase dbexpress driver. We ended up with other problems that stirred us to your product. The sybase driver did not experience the above problem performing the same operation.
TIA |
|
| Back to top |
|
 |
bernhardz
Joined: 23 Jun 2004 Posts: 12
|
Posted: Wed Jun 23, 2004 10:45 pm Post subject: Followup info |
|
|
Further testing revealed that I can do exactly 1000 insert's before receiving this error. So I assume the error is caused by the trial version I am using.
Please also see my post regarding the registration code of my license purchase. Re-reading the website, I am assuming I shoud get a full version that needs to be activated with the registration code. However, I did not receive any e-mail other than the registration code without any attachments.
TIA |
|
| Back to top |
|
 |
VISOCO VISOCO Software Manager
Joined: 15 Jul 2002 Posts: 48
|
Posted: Fri Jun 25, 2004 9:13 am Post subject: Full version and registration code |
|
|
Hi
We answered to you by e-mail. _________________ Best regards,
VISOCO Software Team
--
VISOCO Software - Sybase connectivity products |
|
| Back to top |
|
 |
VISOCO Support VISOCO Software Support
Joined: 16 Jul 2002 Posts: 96
|
Posted: Fri Jun 25, 2004 9:30 am Post subject: |
|
|
Hi,
You had a problem in trial version because of trial restriction.
VISOCO Support
support@visoco.com |
|
| Back to top |
|
 |
VISOCO VISOCO Software Manager
Joined: 15 Jul 2002 Posts: 48
|
Posted: Fri Oct 01, 2004 3:55 pm Post subject: Transaction already active |
|
|
Hi,
Since Delphi Service Pack 1 Borland has changed the values of some core DBX constants.
For example:
DBXERR_LOCALTRANSACTIVE = $0012; (DBXpress.pas, D7.0)
DBXERR_DRIVERRESTRICTED = $0012; (DBXpress.pas, D7.1)
DBX driver for ASA has been compiled with Delphi 7.1.
Try to install Delphi 7 SP1 and you'll see a message about trial restriction. _________________ Best regards,
VISOCO Software Team
--
VISOCO Software - Sybase connectivity products |
|
| Back to top |
|
 |
VISOCO VISOCO Software Manager
Joined: 15 Jul 2002 Posts: 48
|
Posted: Fri Oct 01, 2004 3:56 pm Post subject: Transaction already active |
|
|
Hi,
Since Delphi Service Pack 1 Borland has changed the values of some core DBX constants.
For example:
DBXERR_LOCALTRANSACTIVE = $0012; (DBXpress.pas, D7.0)
DBXERR_DRIVERRESTRICTED = $0012; (DBXpress.pas, D7.1)
DBX driver for ASA has been compiled with Delphi 7.1.
Try to install Delphi 7 SP1 and you'll see a message about trial restriction. _________________ Best regards,
VISOCO Software Team
--
VISOCO Software - Sybase connectivity products |
|
| Back to top |
|
 |
|