Home » U++ Library support » U++ SQL » Reading S_xxxx records from Sql
Reading S_xxxx records from Sql [message #38871] |
Thu, 24 January 2013 21:20  |
 |
Alboni
Messages: 216 Registered: January 2012 Location: Kajaani, Finland
|
Experienced Member |
|
|
Hello,
Is it possible to read whole records from sql instead of fields?
something like: (different syntax probably)
Sql sql;
S_SOMETABLE rec;
sql*Select(SqlAll()).From(SOMETABLE).Where(key==1);
if (sql.Fetch()
{
rec=sql;
}
Would be awfully handy.....
[Updated on: Thu, 24 January 2013 21:21] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat Jun 07 19:56:16 CEST 2025
Total time taken to generate the page: 0.05224 seconds
|