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 » Developing U++ » U++ Developers corner » Add columns to SqlArray from database table by foreign key
Add columns to SqlArray from database table by foreign key [message #59045] Thu, 20 October 2022 11:56 Go to previous message
dinamon is currently offline  dinamon
Messages: 3
Registered: October 2022
Location: Ru
Junior Member
Good afternoon!
I can't figure out how to add a column from a database table. For example , we have tables:

TABLE_(table1)
SERIAL_ (tb1_id)
STRING_ (name)
STRING_ (last_name)
END_TABLE
TABLE_(table2)
SERIAL_ (tb2_id)
INT_ (tb2_tb1_id) REFERENCES(table1)
STRING_ (book)
STRING_ (description)
END_TABLE

And I need to display the table:
-------------------------------------
|book | description| name| last_name|
-------------------------------------
 
Read Message
Read Message
Read Message
Previous Topic: Ctrl+LeftClick will not open Function Def for few items
Next Topic: pkg-config support
Goto Forum:
  


Current Time: Fri May 10 11:31:54 CEST 2024

Total time taken to generate the page: 0.02693 seconds