System.Guid and mySQL, oracle

Posts   
 
    
Harry67
User
Posts: 2
Joined: 21-Jul-2006
# Posted on: 02-Aug-2006 16:18:31   

In order to support several DBMS brands with adapter we need a solution for mapping System.Guid to SQLServer, mySQL and Oracle.

If find out a lot of theads a long time ago to that problem.

How can I map a PK Field in mySQL. I have tried several datatypes varchar(3sunglasses , varbinary and blob.

If I take the varchar(3sunglasses , i can save the data in the mySQL database, but i can't read because the cast conversion failed.

Has somebody solved this problem?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 02-Aug-2006 17:12:42   

Have you checked TypeConverters ? Please check "Concepts -> Type Converters" in the docs.