tosfera Posted September 24, 2014 Share Posted September 24, 2014 Hey guys, I've actually been avoiding to use the built in SQL functions because when I didn't use mysql yet ( which is a long time ago! ) that the dbPoll function takes more time and also might freeze your server. Currently I'm using the mysql module which is outdated and very unsafe to use but I think I made my way around to keep it protected and such. To get to the point, I'd like to hear your thoughts about the pros and cons of the mysql module and the built in mysql system ( dbPoll, dbConnect, etc ). Link to comment
DiSaMe Posted September 24, 2014 Share Posted September 24, 2014 Does MySQL module return the results without waiting for them to become available? Link to comment
tosfera Posted September 28, 2014 Author Share Posted September 28, 2014 the mysql module returns the value in less than 1s, I haven't had any trouble with retrieving data. but I'm not sure how the built in db functions are handeling complex queries... 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