[Tutorial] MySQL Threaded queries with y_inline
#3

Nice tutorial, calling out threaded queries just once outside a function was always a mess.
Quote:
Originally Posted by PT
Посмотреть сообщение
I was already using y_inline on Dialogs but not on MySQL.

What you mean with this two:



Can you please provide an example?

Thanks

- Anyway nice job is an nice tutorial.
It means that you cannot use arrays (multi dimensional variables) within the inline function and also while passing an inline function, you must have ATLEAST 1 parameter.

pawn Код:
inline Query_OnFetchName(nick[])
//I suppose this isn't possible because 'nick' is an array.
//EDIT: YOU CAN ACTUALLY;
inline Query_OnFetchName(string:nick[])
//You must use the "string:" tag for strings.


inline Query_GetCounts()
//Neither possible because it doesn't have any parameter.
I don't use YSI, but from what Jay_ has mentioned, I suppose that's it. Feel free to correct me if I'm wrong.
Reply


Messages In This Thread
MySQL Threaded queries with y_inline - by Jay_ - 03.12.2014, 22:26
Re: MySQL Threaded queries with y_inline - by PT - 04.12.2014, 08:53
Re: MySQL Threaded queries with y_inline - by Lordzy - 04.12.2014, 13:02
Re: MySQL Threaded queries with y_inline - by Kaperstone - 04.12.2014, 13:26
Re: MySQL Threaded queries with y_inline - by maddinat0r - 04.12.2014, 14:48
Re: MySQL Threaded queries with y_inline - by iReacheR - 04.12.2014, 15:38
Re: MySQL Threaded queries with y_inline - by Lordzy - 04.12.2014, 15:59
Re: MySQL Threaded queries with y_inline - by Jay_ - 04.12.2014, 16:02
Re: MySQL Threaded queries with y_inline - by Jay_ - 08.12.2014, 10:44
Re: MySQL Threaded queries with y_inline - by rickisme - 08.12.2014, 19:19
Re: MySQL Threaded queries with y_inline - by maddinat0r - 09.12.2014, 14:53
Re: MySQL Threaded queries with y_inline - by rickisme - 10.12.2014, 15:06
Re: MySQL Threaded queries with y_inline - by iReacheR - 14.01.2015, 22:46
Re: MySQL Threaded queries with y_inline - by PaulDinam - 15.01.2015, 09:40
Re: MySQL Threaded queries with y_inline - by im - 15.01.2015, 12:02
Re: MySQL Threaded queries with y_inline - by maddinat0r - 17.01.2015, 13:08
Re: MySQL Threaded queries with y_inline - by andyandyy8 - 14.02.2015, 20:33
Re: MySQL Threaded queries with y_inline - by Cypress - 22.02.2015, 22:26
Re: MySQL Threaded queries with y_inline - by kurta999 - 12.01.2017, 23:11
Re: MySQL Threaded queries with y_inline - by renatog - 12.01.2017, 23:40
Re: MySQL Threaded queries with y_inline - by Yaa - 22.01.2017, 18:03

Forum Jump:


Users browsing this thread: 2 Guest(s)