| Author |
Message |
luyear
Joined: 05 Aug 2003 Posts: 2
|
Posted: Fri Nov 28, 2003 8:43 am Post subject: Connet Error when send about more then 10,000 SQL |
|
|
After many SQL in my program,Error message sometime will be
| Code: | | "Message: 5701. Severity: 10. Changed database context to 'mydatabase'" |
sometime will be
| Code: | | "Invaild Username/Password" |
 |
|
| Back to top |
|
 |
VISOCO Support VISOCO Software Support
Joined: 16 Jul 2002 Posts: 96
|
Posted: Mon Dec 01, 2003 6:04 pm Post subject: |
|
|
Hi, how are you?
Are you registered user?
Do you use trial version of driver?
VISOCO Support |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Dec 02, 2003 11:28 am Post subject: |
|
|
| VISOCO support wrote: | Hi, how are you?
Are you registered user?
Do you use trial version of driver?
VISOCO Support |
No, I am only a trial user; some one give me this driver,he say it's a good drivers than CT lib. if all message show only in trial version; I think my boss like to buy your driver’s lisence; if not, we have to use CT lib drivers again |
|
| Back to top |
|
 |
StephenKuo Guest
|
Posted: Tue Dec 02, 2003 12:04 pm Post subject: |
|
|
| VISOCO support wrote: | Hi, how are you?
Are you registered user?
Do you use trial version of driver?
VISOCO Support |
I am a register user, my project use midas with RemObjects using connection pooling(first with socket connect with romote dm)
about 1 or 2 days raise errors, then service had to restart
but other one use CoreLab Oracle driver there is no error
I think there is a bug in driver
ps. chinese language in database here |
|
| Back to top |
|
 |
VISOCO Support VISOCO Software Support
Joined: 16 Jul 2002 Posts: 96
|
Posted: Wed Dec 03, 2003 10:22 am Post subject: midas |
|
|
To StephenKuo
Describe your problem in more details.
Visoco Support |
|
| Back to top |
|
 |
VISOCO Support VISOCO Software Support
Joined: 16 Jul 2002 Posts: 96
|
Posted: Wed Dec 03, 2003 10:25 am Post subject: Connect Error |
|
|
To Guest
All message (Connect Error when send about more then 10,000) show only in trial version
VISOCO Support |
|
| Back to top |
|
 |
StephenKuo Guest
|
Posted: Thu Dec 04, 2003 8:27 am Post subject: Re: midas |
|
|
| VISOCO support wrote: | To StephenKuo
Describe your problem in more details.
Visoco Support |
I do not know what happens, but I have to use some debug tool to hide these exceptions... , but most exception raise from dbexpsyb.dll.
---------------------------09:33:24 23/11/2003---------------------------
Exception 'EDatabaseError' in module SFServer.exe at 000390C5
Message: 5701. Severity: 10. Changed database context to 'safe'.
Source file: UNKNOWN, Line UNKNOWN
Call stack:
:0043A0C5 [SFServer.exe]
:0058850C [SFServer.exe]
...
---------------------------09:34:07 23/11/2003---------------------------
Exception 'EAccessViolation' in module dbexpsyb.dll at 00000C62
Access violation at address 021D1C62 in module 'dbexpsyb.dll'. Write of address 00000000
Source file: UNKNOWN, Line UNKNOWN
Call stack:
:021D1C62 [dbexpsyb.dll]
:021D274F [dbexpsyb.dll]
:021D5588 [dbexpsyb.dll]
:0040673F [SFServer.exe]
---------------------------14:35:55 23/11/2003---------------------------
Exception 'EAccessViolation' in module dbexpsyb.dll at 00000C62
Access violation at address 022D1C62 in module 'dbexpsyb.dll'. Write of address 00040000
Source file: UNKNOWN, Line UNKNOWN
Call stack:
:022D1C62 [dbexpsyb.dll]
Registers:
EAX = 0000000E CS = 001B EIP = 022D1C62 Flags = 00010206
EBX = 022F031C SS = 0023 ESP = 04D3DB90 EBP = 022F6614
ECX = 5EF00000 DS = 0023 ESI = 00000050 FS = 0038
EDX = 00040000 ES = 0023 EDI = 022F6610 GS = 0000
Code at CS:EIP
89 02 89 50 04 5B C3 8D 40 00 8B 15 20 66 2F 02
Stack:
022F031C 022D2106 04D3DBCC 00000041 04D3DC00
022F6614 00EC20E4 00000000 00000000 00000000
00000000 00000000 00000000 00000000 022D1C62
00EC2005 0458CDD4 00F0280B 022D1C62 00000C62 |
|
| Back to top |
|
 |
VISOCO Support VISOCO Software Support
Joined: 16 Jul 2002 Posts: 96
|
Posted: Fri Dec 05, 2003 12:16 pm Post subject: more detail |
|
|
I spoke about other things...
What request you send in a database?
What components use thus?
...
VISOCO Support |
|
| Back to top |
|
 |
Stephen Guest
|
Posted: Fri Dec 26, 2003 10:25 am Post subject: Re: more detail |
|
|
| VISOCO support wrote: | I spoke about other things...
What request you send in a database?
What components use thus?
...
VISOCO Support |
I change to openodbc, problem seems not changed in my windows service program, finally I use ShareQmm (dll version of QMemory) and
recompile openodbc source, no problem so far,
I did not buy source version of your product, so I can't test.
After my project, maybe I can test dbexpsyb.dll work with QMemory
hope this is useful for other users.
Stephen Kuo |
|
| Back to top |
|
 |
|