Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13984
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

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to close a sqlite session
Next Topic: I am trying to have two sqls one to read another to write
Goto Forum:
  


Current Time: Sun Jun 09 23:55:05 CEST 2024

Total time taken to generate the page: 0.01822 seconds