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

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 Go to previous message
Alboni is currently offline  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

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to view immediately the primary key in SqlArray
Next Topic: SqlArray with Ctrls (in place)
Goto Forum:
  


Current Time: Sun Apr 26 21:01:53 GMT+2 2026

Total time taken to generate the page: 0.00536 seconds