Page 1 of 1

Application with Direct Mode and Oracle Server arquitecture (x64 / x86)

Posted: Mon 22 May 2017 11:49
by espiralms
Hello!
If we develop an application with DevArt docConnect for Oracle, with Direct Mode enabled, and the application is x64... would it work against a x86 Oracle Server?

Thank you very much !!
Best regards

Re: Application with Direct Mode and Oracle Server arquitecture (x64 / x86)

Posted: Tue 23 May 2017 09:35
by Shalex
Yes, it would work against a x86 Oracle Server.

dotConnect for Oracle assemblies are built with the /platform:anycpu option. So, you can use provider's assemblies on any platform (x86 or x64). For more information, refer to http://msdn.microsoft.com/en-us/library/zekwfyz4.aspx. The capacity (x86 or x64) of the assembly of your application doesn't depend on capacity of your Oracle Server.

Re: Application with Direct Mode and Oracle Server arquitecture (x64 / x86)

Posted: Tue 23 May 2017 13:24
by espiralms
Thank you very much !!!