tosfera Posted April 28, 2013 Share Posted April 28, 2013 hey guys, I'm not sure if its of any danger or so, but I'm working with dbQuery. I'm saving data into a database and blah blah, aint that important. But when ever I launch an update query I'll get this info-message in my console; Database result uncollected after 5 minutes Is it dangerous? do I have to fix it? Link to comment
DiSaMe Posted April 28, 2013 Share Posted April 28, 2013 Do you use dbFree or dbPoll to release the query result from memory? Link to comment
tosfera Posted April 28, 2013 Author Share Posted April 28, 2013 Nope, all I did was launching a update query. Should I use dbPoll to just reset it? n_n Link to comment
DiSaMe Posted April 28, 2013 Share Posted April 28, 2013 If you don't use the result of the query, it's better to use this function: dbExec Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now