Etienne Charland wrote:
>
> When defining a column as "uniqueidentifier" in SQLite, it still stores
the
> data as text. It would be the .NET provider's job to convert it back and
> forth to Guid.
> 

This depends on the value of the BinaryGUID connection string property.  You
might want to experiment with setting this property to false (it defaults to
true).

--
Joe Mistachkin

Reply via email to