Dotconnext universal mobile oracle net option

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
wjm4
Posts: 72
Joined: Mon 12 Feb 2007 21:31

Dotconnext universal mobile oracle net option

Post by wjm4 » Mon 26 Jul 2010 00:03

I use unidac for rad studio and was trying the trial version of dotconnext mobile in vs2008. Does the dotconnext universal mobile version have the same net option (connect to oracle without the oracle client) as the rad studio unidac vcl have? If so how do I enable it. Thanks for the help.

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Mon 26 Jul 2010 14:11

The Professional and Mobile editions of dotConnect Universal include the bundled dotConnect for Oracle data provider which supports the Direct connection mode, i.e., connecting to Oracle servers without the Oracle client software. You can enable this mode in the ConnectionString property of an UniConnection object. To do so, please set the Direct property of the connection string to true; then you will need to specify the correct Server, SID, and Port properties. For more information on this, please refer to
http://www.devart.com/dotconnect/univer ... irect.html

Post Reply