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 » Problem when call a BIG stored procedure !
Re: Problem when call a BIG stored procedure ! [message #37199 is a reply to message #36874] Wed, 05 September 2012 01:12 Go to previous message
akebee is currently offline  akebee
Messages: 90
Registered: August 2011
Location: China
Member
By the way, the stored procedure will generated a table,i found that it execute sucess in fact, when i wait for some seconds
suc as:

TimeStop tm;
while(true)
{
 if(tm.Elapsed() > 10*1000)
    break;
}


// now the table has generated i can fetch it
sql.Execute("select date('now')");
while(sql.Fetch())
{
}


so the problem is how to know the procedure has completed, has any idea? Confused
 
Read Message icon5.gif
Read Message
Read Message
Previous Topic: Multi-column unique index
Next Topic: How do I load sqlite3 .sql with triggers on it?
Goto Forum:
  


Current Time: Sun May 12 12:40:43 CEST 2024

Total time taken to generate the page: 0.01332 seconds