U++ framework
Do not panic. Ask here before giving up.

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: 1367
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: Mon Apr 27 02:27:36 GMT+2 2026

Total time taken to generate the page: 0.00396 seconds