OraDirect .3.5 trial beta

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
tom_jht
Posts: 16
Joined: Sat 18 Mar 2006 06:24

OraDirect .3.5 trial beta

Post by tom_jht » Tue 23 May 2006 00:45

hi,

when I use oradirect 3.5(recompiled with MS .net.), my program is runing on 64bit mode(compiled with x64) in vs2005(vc++8.0) on windows xp64.

private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e)
{
this->oracleConnection1 = (gcnew OracleConnection());
oracleConnection1->ConnectionString ="User ID=scott; Password=tiger; Data Source=testdb";
oracleConnection1->Open();
}

Additional information: Arithmetic operation resulted in an overflow.

on 32bit mode(compiled with win32), it no problem.

why?

I think it is caused by windows xp64 or trial version?

thank u very much!
Last edited by tom_jht on Tue 23 May 2006 14:11, edited 4 times in total.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 23 May 2006 06:14

What is the name of the installation package?

Post Reply