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 » Multiple fields primary key
Multiple fields primary key [message #5338] Thu, 14 September 2006 11:08 Go to previous message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Is there any way to create primary kay from more than one fields using schama files?

This not work..

TABLE_(TEST)
INT_ (ID) PRIMARY_KEY
INT_ (VERSION) PRIMARY_KEY
.....
END_TABLE


If from any reason previous form would be hard to implement mayby form below would be easier..

TABLE_(TEST)
INT_ (ID)
INT_ (VERSION)
.....
PRIMARY_KEY (ID, VERSION)
END_TABLE
 
Read Message
Read Message
Read Message
Previous Topic: select(*)
Next Topic: my_sql's charset in linux
Goto Forum:
  


Current Time: Thu May 09 22:56:48 CEST 2024

Total time taken to generate the page: 0.03200 seconds