AssignConnect - Access violation and / or garbage data
AssignConnect - Access violation and / or garbage data
Hi All
I am using Unidac in an app that has a host app, and a bunch of .bpl plugins. (I am using REM Hydra). When I use the AssignConnect message, I either get a access violation, or it works, and then when I open my query, I get random Unicode characters with a message to the effect that these strings are not understood by the server.
Unidac 5.01
Delphi XE4
S
I am using Unidac in an app that has a host app, and a bunch of .bpl plugins. (I am using REM Hydra). When I use the AssignConnect message, I either get a access violation, or it works, and then when I open my query, I get random Unicode characters with a message to the effect that these strings are not understood by the server.
Unidac 5.01
Delphi XE4
S
-
AndreyZ
Re: AssignConnect - Access violation and / or garbage data
Hello,
Please specify the exact database server (for example, Oracle, SQL Server, etc.) you are working with.
Please specify the exact database server (for example, Oracle, SQL Server, etc.) you are working with.
Re: AssignConnect - Access violation and / or garbage data
Sorry, I am using PostgreSQL 9.1.9
-
DemetrionQ
- Devart Team
- Posts: 271
- Joined: Wed 23 Jan 2013 11:21
Re: AssignConnect - Access violation and / or garbage data
Hello.
Thank you for the information. We have reproduced the issue, and we are investigating it. We'll do our best to add the fix in the next build.
Thank you for the information. We have reproduced the issue, and we are investigating it. We'll do our best to add the fix in the next build.
-
DemetrionQ
- Devart Team
- Posts: 271
- Joined: Wed 23 Jan 2013 11:21
Re: AssignConnect - Access violation and / or garbage data
We have fixed the issue. We will add the fix in the next build.
Re: AssignConnect - Access violation and / or garbage data
Any chance I can get a patch in the meantime? This is holding up a project I am working on.
Thnx.
Thnx.
Re: AssignConnect - Access violation and / or garbage data
Hello,
If you have a version with source code, you should add the following changes to the PgClassesUni.pas module:
in the TPgSQLConnection.AssignConnect method
replace
with
If you have no sources, please send us your license number and e-mail to alexp*devart*com in order for me to send you the fixed version of UniDAC. Also, please specify your version of the IDE.
If you have a version with source code, you should add the following changes to the PgClassesUni.pas module:
in the TPgSQLConnection.AssignConnect method
replace
Code: Select all
FConnected := True;Code: Select all
FConnected := FProtocol <> nil;Re: AssignConnect - Access violation and / or garbage data
Hi Alex
I have mailed you twice since this was posted, have you got them?
I have mailed you twice since this was posted, have you got them?
Re: AssignConnect - Access violation and / or garbage data
Hello,
I have sent you the fixed UniDAС once more. Please check your mail and spam filter. Your spam filter may not allow letters with attachments
I have sent you the fixed UniDAС once more. Please check your mail and spam filter. Your spam filter may not allow letters with attachments