Print Thread
TOracleObject and Oracle 10g
#6221 03/23/04 09:19 PM
Joined: Nov 2003
Posts: 9
M
Member
OP Offline
Member
M
Joined: Nov 2003
Posts: 9
On creating a TOracleObject with a TOracleSession that is connected to an Oracle 10g database always occurs an exception . My DOA-Version is 3.4.6.1. Does this problem also exist in the current release?

Re: TOracleObject and Oracle 10g
#6222 03/23/04 10:32 PM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
There have been some fixes since 3.4.6, but I'm not sure if this applies to your situation. You could try the current 4.0 release, or you can send me a little demo project for verification.


Marco Kalter
Allround Automations
Re: TOracleObject and Oracle 10g
#6223 03/24/04 02:10 PM
Joined: Nov 2003
Posts: 9
M
Member
OP Offline
Member
M
Joined: Nov 2003
Posts: 9
[quote]Originally posted by Marco Kalter:
There have been some fixes since 3.4.6, but I'm not sure if this applies to your situation. You could try the current 4.0 release, or you can send me a little demo project for verification. [/quote]Here is a little example, unfortunately only in C++:

void __fastcall TForm1::Button1Click(TObject *Sender)
{
OS->LogOn();
if(OS->Connected)
{
TOracleObject* OraObj = new TOracleObject(OS, "TDemoPerson", "");
ShowMessage(OraObj->Name);
delete OraObj;
}
OS->LogOff();
}

Re: TOracleObject and Oracle 10g
#6224 03/24/04 10:48 PM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
I assume the ObjectGrid demo also fails in your situation? It works fine for me.


Marco Kalter
Allround Automations
Re: TOracleObject and Oracle 10g
#6225 03/25/04 01:24 PM
Joined: Nov 2003
Posts: 9
M
Member
OP Offline
Member
M
Joined: Nov 2003
Posts: 9
[quote]Originally posted by Marco Kalter:
I assume the ObjectGrid demo also fails in your situation? It works fine for me. [/quote]No the demo works neither. But I have downloaded the current DOA release. Here all works fine.
So I will have to persuade my boss to buy the new release.


Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.185s Queries: 14 (0.087s) Memory: 2.5129 MB (Peak: 3.0393 MB) Data Comp: Off Server Time: 2024-05-04 00:34:38 UTC
Valid HTML 5 and Valid CSS