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

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
espiralms
Posts: 17
Joined: Mon 22 May 2017 11:46

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

Post by espiralms » Mon 22 May 2017 11:49

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

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

Post by Shalex » Tue 23 May 2017 09:35

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.

espiralms
Posts: 17
Joined: Mon 22 May 2017 11:46

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

Post by espiralms » Tue 23 May 2017 13:24

Thank you very much !!!

Post Reply