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 » 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: 214
Registered: January 2012
Location: Deventer, Netherlands
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: Fri Apr 26 16:28:10 CEST 2024

Total time taken to generate the page: 0.02674 seconds