Delphi XE4 with UniDAC getting Access violation error
Posted: Sat 07 Sep 2013 20:46
Hello,
Using Delphi XE4 32bit, i migrated from ZeosLib 7.2alpha to UniDAC 5.0.2 Pro, by using these topics:
http://forums.devart.com/viewtopic.php?t=20007
http://forums.devart.com/viewtopic.php?t=16574
Im using wampserver with mysql 5.5.24. My VCL(non FireMonkey) program 32bit can connect with db fine, but when trying to commit something to db im getting Access violation error:
http://snag.gy/yAFAT.jpg
http://snag.gy/XtAGm.jpg
In TUniConnection is used:
TUniQuery with default options.
If anyone is up for TeamViewer session to debug it, let me know.
P.s. Still using ZSqlProcessor as didnt found equal what could be used from UniDAC.
Best regards,
[email protected]
Using Delphi XE4 32bit, i migrated from ZeosLib 7.2alpha to UniDAC 5.0.2 Pro, by using these topics:
http://forums.devart.com/viewtopic.php?t=20007
http://forums.devart.com/viewtopic.php?t=16574
Im using wampserver with mysql 5.5.24. My VCL(non FireMonkey) program 32bit can connect with db fine, but when trying to commit something to db im getting Access violation error:
http://snag.gy/yAFAT.jpg
http://snag.gy/XtAGm.jpg
In TUniConnection is used:
Code: Select all
SpecificOptions.Strings = (
'MySQL.Direct=True'
'MySQL.UseUnicode=False')If anyone is up for TeamViewer session to debug it, let me know.
P.s. Still using ZSqlProcessor as didnt found equal what could be used from UniDAC.
Best regards,
[email protected]