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
Re: SqlExp and LIMIT [message #2934 is a reply to message #2933] Sun, 30 April 2006 23:01 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
mezise wrote on Sun, 30 April 2006 16:58

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


Not yet. To put it straight, so far SqlExp was designed for Oracle and will need further tweaks for other SQL engines.

Mirek
 
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: Thu Aug 14 03:09:47 CEST 2025

Total time taken to generate the page: 0.13087 seconds