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 » SqlExp and LIMIT
SqlExp and LIMIT [message #2933] Sun, 30 April 2006 22:58 Go to previous message
mezise is currently offline  mezise
Messages: 54
Registered: April 2006
Member
Code from reference/SQL_Sqlite3/simple.cpp:
	// Test selection:
	sql*Select(row).From(SIMPLE_TEST1);


How to apply "LIMIT 15" clause?

There is not something like this:
	// Test selection:
	sql*Select(row).From(SIMPLE_TEST1).Limit(15);


Michal
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: SqlArray and checkboxes
Next Topic: SQL Insert Statement without a value[SOLVED]
Goto Forum:
  


Current Time: Tue May 14 17:30:44 CEST 2024

Total time taken to generate the page: 0.02436 seconds