Raised This Month: $ Target: $400
 0% 

Ability to pass MySQL Results?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
BAILOPAN
Join Date: Jan 2004
Old 09-12-2005 , 12:34  
Reply With Quote #7

This should work:

Code:
native Result:hrb_query(const query[]); //.... public plugin_natives() {    register_native("hrb_query", "hrb_query") } public Result:hrb_query(query[]) {    param_convert(1)    new Result:res = dbi_query(g_Sql, query)    return res }

If none of this is working for you, I suggest outputting values each step of the way and telling me what they are, and what the expected values are. That way we can debug it.
__________________
egg
BAILOPAN is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:19.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode