Home » U++ Library support » U++ SQL » Access to S_* Structure of TABLE crash Application.
Re: Access to S_* Structure of TABLE crash Application. [message #36263 is a reply to message #36261] |
Thu, 17 May 2012 11:32   |
Sender Ghost
Messages: 301 Registered: November 2008
|
Senior Member |
|
|
sergeynikitin wrote on Thu, 17 May 2012 10:51 |
OK! Please say from what table DUMP(SQL[NAME]) read data in read cycle
|
I think, it depends from current select. Based on the logs, by the selection order:
SQL[0] from WORKER.NAME
SQL[1] from WORKER.LASTNAME
SQL[2] from PLANT.NAME
SQL[3] from PLANT.ADDRESS
Therefore, SQL[0] == SQL[NAME] from WORKER table here. It's like finding index by the SqlId name.
sergeynikitin wrote on Thu, 17 May 2012 10:51 |
Where went easily-readable code U++?
In this case it is better to write
WRK_NAME and PLA_NAME
(Exceptions are cases when not myself create the Database, and connected into the already existing DataBase.)
.
|
Agreed, this might help also. I just did it with my current understanding of the U++ source code.
sergeynikitin wrote on Thu, 17 May 2012 10:51 |
PS
By the way, sorry for the tone (if it seemed overpriced).
Nothing personal. I treat you with great respect.
|
No problem. Interesting topic.
|
|
|
Goto Forum:
Current Time: Tue Jul 08 07:59:44 CEST 2025
Total time taken to generate the page: 0.04079 seconds
|