Can be:

"Data Source=" + 
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal),
 "POS.db")


Karl

On 17/05/11 19:48, "milop" <mi...@slomins.com> wrote:

>Hi, Greg.
>
>Following your ORM way, I get an error creating the SQLConnection object
>using the connection string in your code: "Invalid ConnectionString format
>for parameter /data/data/com.mydomain.android/pos/databases/POS.db"
>
>The name of my database is POS.db.
>
>So, I created the database using the SQLiteOpenHelper and am trying to
>access it using the ADO SQLConnection class but can't connect because of
>the
>connection string.
>
>If I prepend "Data Source=file:" or try using "URI=file::memory:" I also
>get
>errors.
>
>What is the correct connection string?
>
>Thank you,
>
>Mike
>
>--
>View this message in context:
>http://mono-for-android.1047100.n5.nabble.com/Insert-2000-rows-into-SQLite
>-tp4401830p4405010.html
>Sent from the Mono for Android mailing list archive at Nabble.com.
>_______________________________________________
>Monodroid mailing list
>Monodroid@lists.ximian.com
>
>UNSUBSCRIBE INFORMATION:
>http://lists.ximian.com/mailman/listinfo/monodroid




_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to