Access violation error at address in TOraQuery Component ...
Posted: Wed 01 Dec 2010 14:02
Hello everyone,
Let me first explain what I am trying to do and the problem I am facing.
1. We have a project written on Delphi 5 that has to be converted to Delphi 2010 due to character set problems and usage of Unicode. Our underlying database is oracle 10g.
First I tested all needed components including ODAC as a trial version. Later on we bought all needed components including ODAC.
[b]Problem:[/b] After I bought ODAC components removed trial version and installed them to Delphi 2010 RAD without any problem. Today I wrote very simple program on Delphi 2010 so I placed all the needed ODAC components like OraSession, OraQuery etc., so when I click on OraQuery enter an SQL statement inside and press the buttons Execute or Data Editor it gives me an error NET: Access violation at address ... or NULL pointer etc. The same program works perfect on Delphi 5
What is the problem ?
Let me first explain what I am trying to do and the problem I am facing.
1. We have a project written on Delphi 5 that has to be converted to Delphi 2010 due to character set problems and usage of Unicode. Our underlying database is oracle 10g.
First I tested all needed components including ODAC as a trial version. Later on we bought all needed components including ODAC.
[b]Problem:[/b] After I bought ODAC components removed trial version and installed them to Delphi 2010 RAD without any problem. Today I wrote very simple program on Delphi 2010 so I placed all the needed ODAC components like OraSession, OraQuery etc., so when I click on OraQuery enter an SQL statement inside and press the buttons Execute or Data Editor it gives me an error NET: Access violation at address ... or NULL pointer etc. The same program works perfect on Delphi 5
What is the problem ?