what is connectionHandle in MySQL
#1

well, i'm a beginner in MySQL. I have used SQLite, but now i wanna use MySQL, but i have one doubt. what is connectionHandle in MySQL? example
pawn Код:
mysql_function_query(connectionHandle, query[], bool:cache, callback[], format[], {Float,_}:...);
what is connectionHandle and what is it for?
Reply
#2

The connection used for that query.

example:

new mysql = mysql_connect("127.0.0.1","root","mydatabase","myp ass");
mysql_function_query(mysql, "etc", etc, "etc", "etc", etc);
Reply
#3

hmm, now i understand...finally xD
well....Thanks
Reply
#4

No problem . Feel free to ask me in PM or somewhere else about it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)