AV with TOracleQuery

Sli

Member
Hi i got a problem when i use too many variables in TOraclQuery.
The message is the following:
Access violation at addres 6045E648 in module 'OraClient8.Dll'. Read of address 00000160

What should i do?
 
If the problem is caused by the number of variables, then I suspect a Net8 bug. Perhaps you have access to a Net9 or 10 installation to verify this?
 
OK thanks, I will try Net9 but there is another programm which doesn't use DOA (it uses BDE) and calls the same procedure with the same number of variables and it works fine on the same PC.
 
looks like we found the problem. it could be not becase of the quantity of the variables but because of too long names of the variables.
 
Back
Top