| From: | "Francisco Figueiredo Jr(dot)" <fxjrlists(at)yahoo(dot)com(dot)br> |
|---|---|
| To: | Aleksandar Dezelin <dezelin32(at)fastmail(dot)fm>, "pgsql-interfaces(at)postgresql(dot)org" <pgsql-interfaces(at)postgresql(dot)org> |
| Subject: | Re: Guid and Npgsql C# |
| Date: | 2004-11-03 19:23:28 |
| Message-ID: | 20041103192328.96816.qmail@web60708.mail.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
--- Aleksandar Dezelin <dezelin32(at)fastmail(dot)fm> escreveu:
> Does anybody knows how C# Guids are interpreted in Npgsql assembly?
> I want to convert existing C# .NET application which uses MS SQL 2000
> database to Mono and PostgreSQL but I don't know how to deal with all
> Guid fields that it's using. I've found a patch that adds
> uniqueidentifier support to PostgreSQL but I'm not sure how to use it
> from C# and Mono.
>
Hi Aleksandar.
Unfortunately, Npgsql doesn't support Guid datatypes. You could try using it as
string inside your database and use the NpgsqlDbTypes.Text as the datatype.
Could you provide me a link to this uniqueidentifier patch? I could help you
add this specific type to a custom Npgsql assembly.
Regards,
Francisco Figueiredo Jr.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Hans-Günther Röwekamp | 2004-11-03 22:51:41 | Borland c++ compile problems |
| Previous Message | Aleksandar Dezelin | 2004-11-03 15:25:42 | Guid and Npgsql C# |