Hi!
I am using Delphi 2007 and DOA v 4.1.
When I use the Oracle 11 client i get an error: Access violation at address 03C701E9 in module 'orageneric11.dll'. Write of address 00000000.
From what I have gathered of information by debuging is that the error occurs when I set the TOracleDataset to either Edit or try to do a post.
I have also debuged the DOA source files and concluded that there is an issue running CloseDMLQuery. When the "FieldList" is about to be cleared is when the access violation occurs.
The error is difficult to reporoduce since it's not consistent so I understand that it's hard to answer my question on why this happens. Therefore I am asking if there is any known issues regarding Oracle 11 and DOA 4.1? I have googled it and looked through the forum here, but I can't find any sollution for this problem.
I will debug some more on this problem and post back here if I find anything.
Edit: I forgot to mention that it works fine with the oracle 10 client.
I am using Delphi 2007 and DOA v 4.1.
When I use the Oracle 11 client i get an error: Access violation at address 03C701E9 in module 'orageneric11.dll'. Write of address 00000000.
From what I have gathered of information by debuging is that the error occurs when I set the TOracleDataset to either Edit or try to do a post.
I have also debuged the DOA source files and concluded that there is an issue running CloseDMLQuery. When the "FieldList" is about to be cleared is when the access violation occurs.
The error is difficult to reporoduce since it's not consistent so I understand that it's hard to answer my question on why this happens. Therefore I am asking if there is any known issues regarding Oracle 11 and DOA 4.1? I have googled it and looked through the forum here, but I can't find any sollution for this problem.
I will debug some more on this problem and post back here if I find anything.
Edit: I forgot to mention that it works fine with the oracle 10 client.
Last edited: