dotConnect Mobile for Oracle Queries

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
milindsaraswala
Posts: 3
Joined: Tue 06 Mar 2012 17:55

dotConnect Mobile for Oracle Queries

Post by milindsaraswala » Tue 06 Mar 2012 18:06

I have downloaded trial version of dotConnect Mobile for Oracle. Now when I start creating application for Windows Mobile 6.1. I notice that there is no Direct connect property in Mobile Version.

Now my question is that as we don't have any oracle client in our Windows Mobile 6.1 device. Will it possible to connect from PDA without oracle client.

Kindly help me on this or give me some guidance for this. Also provide me some sample C# code.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Post by Pinturiccio » Mon 12 Mar 2012 12:59

milindsaraswala wrote:I notice that there is no Direct connect property in Mobile Version.
dotConnect for Oracle Mobile Edition works only in Direct mode. Do not use Direct parameter of connection string with Mobile Edition. You do not need Oracle Client for establish a connection.
milindsaraswala wrote:Also provide me some sample C# code.
If you install dotConnect for Oracle Mobile trial with samples (this option is selected by default), you can find C# samples via the Start menu: 'Start Menu->All Programs->Devart dotConnect Mobile for Oracle->Samples->C# Samples'. Samples can also be found in the following folder: "C:\Program Files (x86)\Devart\dotConnect Mobile\Oracle\Samples", if you have not changed the installation path.

Post Reply