No I am using the compiled .dll, but it is a stripped down version of the
original connector which references only mscorlib, System and System.Data
versions 2.0 so I hope mono got all of this implemented long time ago.

Regarding linking looks like the best option so far is to set linking to SDK
only to all the projects and that works fine, and the apk is not that big,
but if can optimize it even more I am all for it.

- Vladimir

-----Original Message-----
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor
Sent: Thursday, December 08, 2011 6:00 PM
To: Discussions related to Mono for Android
Subject: Re: [mono-android] Using MySQL Connector

On Dec 8, 2011, at 7:49 AM, Vladimir Dimitrov wrote:
> I am experimenting with the mysql.data.cf.dll version of the connector
which is trimmed down version for Pocket PCs,

Are you building this from source? Or using an assembly built against the
Compact Framework?

If you're not building from source against the Mono for Android assemblies,
we can't say how reliably it will work -- it could reference assemblies,
types, and members that don't exist, which would result in runtime failures.

 - Jon

_______________________________________________
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