Add Guid type in Data Type list

i think that adding the GUID type in database fields is very useful.

Hi Giafranco! Adding GUID would work well for the .NET clients. However, other client types do not have that datatype, so they would need to deal with it as String. The .NET client could also consume it as String and and then use the Guid( String ) constructor to convert it into a real Guid. What do you think?

My Idea is for Guid or Secret key generation on server in “default value” property edit schema. This could be very useful to manage client permissions or manage record instead ID/username/email. I think .-)

[reply user_id=19][h4]Gianfranco Torlone wrote:[/h4]My Idea is for Guid or Secret key generation on server in “default value” property edit schema. This could be very useful to manage client permissions or manage record instead ID/username/email. I think .-)[/reply]I see what you’re saying now. This is a great suggestion, we will definitely look into it.