Renkon Posted November 5, 2012 Share Posted November 5, 2012 Why do people prefer using mysql resource than built-in functions? At least, in my case, I use built in functions, yet I don't realize why people prefer using some other functions. Mind telling me? Link to comment
Anderl Posted November 6, 2012 Share Posted November 6, 2012 Probably they have a website and they need to query data from the server's database. If people don't do that nor they're going to make use of the server's database, I guess using built-in functions will be better and faster. Link to comment
Renkon Posted November 6, 2012 Author Share Posted November 6, 2012 Built-In functions can be PERFECTLY used for extern databases Link to comment
Castillo Posted November 6, 2012 Share Posted November 6, 2012 I think Anderl is talking about SQLite, if you don't need to use it outside the server, then it's faster as far as I know. Link to comment
Anderl Posted November 6, 2012 Share Posted November 6, 2012 I think Anderl is talking about SQLite, if you don't need to use it outside the server, then it's faster as far as I know. Yes, that's what I was talking about. Link to comment
Renkon Posted November 6, 2012 Author Share Posted November 6, 2012 I am talking about mysql resource functions and built-in functions. maybe you did not get it. Link to comment
Castillo Posted November 6, 2012 Share Posted November 6, 2012 I personally use the MTA-built in MySQL functions, they are somehow easier to use. Link to comment
Renkon Posted November 6, 2012 Author Share Posted November 6, 2012 Well what I found out after reading many issues in this forum is that the 90% of the people scripting use exports.mysql (from the mysql resource) 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