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 next 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|
-------------------------------------
Re: Add columns to SqlArray from database table by foreign key [message #59063 is a reply to message #59045] Mon, 24 October 2022 11:27 Go to previous messageGo to next message
dinamon is currently offline  dinamon
Messages: 3
Registered: October 2022
Location: Ru
Junior Member
Well, is it possible?
Re: Add columns to SqlArray from database table by foreign key [message #59064 is a reply to message #59063] Tue, 25 October 2022 16:46 Go to previous message
androinc is currently offline  androinc
Messages: 3
Registered: October 2022
Junior Member
Good afternoon!
I faced a similar problem, but also did not find a solution.
Previous Topic: Ctrl+LeftClick will not open Function Def for few items
Next Topic: pkg-config support
Goto Forum:
  


Current Time: Sat Apr 27 20:32:53 CEST 2024

Total time taken to generate the page: 0.05873 seconds