Home » U++ Library support » U++ SQL » GUID column in DB and SqlArray (how to use GUID column in database app)
Re: GUID column in DB and SqlArray [message #46202 is a reply to message #46124] |
Fri, 25 March 2016 19:04   |
 |
mirek
Messages: 14255 Registered: November 2005
|
Ultimate Member |
|
|
At thid moment, uniquieidentifier is not supported. But I guess it would be easy to add to uppsrc\MSSQL\MSSQLSchema.h
It seems to behave like String for all practical purposes.... If I remember well, types not known in MSSQL are always converted to String, so it should work. You might even be able to in fact use .sch and just use STRING for GUID columns.
You do not need to "display" neither primary key nor foreign key. Just use AddKey for primary.
SqlArray.Join should work just fine.
Mirek
[Updated on: Fri, 25 March 2016 19:07] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun Apr 27 22:42:10 CEST 2025
Total time taken to generate the page: 0.03844 seconds
|