UnknownConnectionStringParameter with Direct Mode

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
CDundon
Posts: 1
Joined: Fri 29 Sep 2006 18:33

UnknownConnectionStringParameter with Direct Mode

Post by CDundon » Fri 29 Sep 2006 18:39

Using the following ConnectionString, I get an InvalidOperationException that says "UnknownConnectionStringParameter":

"User Id=username;Password=password;Direct=true;Data Source=server.domain.com;Port=1521;SID=ORCL"

Help? This is version 3.50.12.1 of the Mobile edition that I just downloaded today, and the platform is a Symbol Technology MC9090-G running Windows Mobile 5. I get the same error whether I use the fully qualified name of the server or it's IP address.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 02 Oct 2006 06:28

You must not specify "Direct=true" in OraDirect .NET Mobile.

Post Reply