Error with Trial
Posted: Thu 08 May 2008 09:21
Hi,
I just tried UniDAC (demo) for a first test and when executing the query with a TUniQuery component:
update BSGLOBAL set DATA = :PDATA where NAME = :PNAME
I get the following error:
EAccessViolation at 0069d301 DBTest.exe DBAccess TDAParam.GetIsNull 0069d301 DBTest.exe DBAccess TDAParam.GetIsNull
Access violation at address 0069D301 in module 'DBTest.exe'. Read of address 00000000
0069d301 DBTest.exe DBAccess TDAParam.GetIsNull
0055999e DBTest.exe TestFramework 1207 TTestResult.RunTestRun
7c91eaf5 ntdll.dll KiUserExceptionDispatcher
006ac608 DBTest.exe DBAccess TCustomDASQL.AssignParamValue
006d3d3e DBTest.exe Uni TUniSQL.WriteParams
0069ec19 DBTest.exe DBAccess TCustomDADataSet.Execute
Database is Firebird.
Any idea what goes wrong? Since I have the demo version only, I cannot debug it myself.
cu Christian
I just tried UniDAC (demo) for a first test and when executing the query with a TUniQuery component:
update BSGLOBAL set DATA = :PDATA where NAME = :PNAME
I get the following error:
EAccessViolation at 0069d301 DBTest.exe DBAccess TDAParam.GetIsNull 0069d301 DBTest.exe DBAccess TDAParam.GetIsNull
Access violation at address 0069D301 in module 'DBTest.exe'. Read of address 00000000
0069d301 DBTest.exe DBAccess TDAParam.GetIsNull
0055999e DBTest.exe TestFramework 1207 TTestResult.RunTestRun
7c91eaf5 ntdll.dll KiUserExceptionDispatcher
006ac608 DBTest.exe DBAccess TCustomDASQL.AssignParamValue
006d3d3e DBTest.exe Uni TUniSQL.WriteParams
0069ec19 DBTest.exe DBAccess TCustomDADataSet.Execute
Database is Firebird.
Any idea what goes wrong? Since I have the demo version only, I cannot debug it myself.
cu Christian