Can I ask you a question? Why are you using SQL instead of MySQL? I really like your scripts because they are awesome, but I know last months you were publishing House System and Business system and those were with MySQL.. it is SQL better than MySQL?
|
Well, SQL stands for Structured Query Language, and it is a programming language designed for quering data from database, and MySQL is a relational database management system which is completely different thing. |
Can I ask you a question? Why are you using SQL instead of MySQL? I really like your scripts because they are awesome, but I know last months you were publishing House System and Business system and those were with MySQL.. it is SQL better than MySQL?
|
SQL is a language, he is releasing these in SQLite !
as per usual great job, and actually I was hoping to get hold of you some way then I noticed you closed forum PMs so I guess you don't wanna be reached? |
C:\Users\Ihabou\Desktop\iServer\EO_CnR\pawno\include\sqlitei.inc(969) : error 017: undefined symbol "db_get_result_mem_handle" C:\Users\Ihabou\Desktop\iServer\EO_CnR\pawno\include\sqlitei.inc(978) : error 017: undefined symbol "db_get_result_mem_handle" C:\Users\Ihabou\Desktop\iServer\EO_CnR\pawno\include\sqlitei.inc(2159) : error 017: undefined symbol "db_get_result_mem_handle" C:\Users\Ihabou\Desktop\cash.pwn(68) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Ihabou\Desktop\cash.pwn(124) : warning 219: local variable "id" shadows a variable at a preceding level C:\Users\Ihabou\Desktop\cash.pwn(148) : warning 219: local variable "id" shadows a variable at a preceding level C:\Users\Ihabou\Desktop\cash.pwn(214) : warning 219: local variable "id" shadows a variable at a preceding level C:\Users\Ihabou\Desktop\cash.pwn(285) : warning 219: local variable "id" shadows a variable at a preceding level C:\Users\Ihabou\Desktop\cash.pwn(296) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Ihabou\Desktop\cash.pwn(315) : error 025: function heading differs from prototype C:\Users\Ihabou\Desktop\cash.pwn(315) : error 017: undefined symbol "objectid" C:\Users\Ihabou\Desktop\cash.pwn(317) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(320) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(322) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(323) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(326) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(330) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(333) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(336) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(340) : error 021: symbol already defined: "format" C:\Users\Ihabou\Desktop\cash.pwn(346) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(349) : error 025: function heading differs from prototype C:\Users\Ihabou\Desktop\cash.pwn(349) : error 017: undefined symbol "objectid" C:\Users\Ihabou\Desktop\cash.pwn(351) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(353) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(355) : error 021: symbol already defined: "id" C:\Users\Ihabou\Desktop\cash.pwn(355) : error 008: must be a constant expression; assumed zero C:\Users\Ihabou\Desktop\cash.pwn(361) : error 021: symbol already defined: "SetDynamicObjectPos" C:\Users\Ihabou\Desktop\cash.pwn(364) : error 021: symbol already defined: "Streamer_SetFloatData" C:\Users\Ihabou\Desktop\cash.pwn(368) : error 025: function heading differs from prototype C:\Users\Ihabou\Desktop\cash.pwn(368) : error 021: symbol already defined: "stmt_bind_value" C:\Users\Ihabou\Desktop\cash.pwn(369) : error 021: symbol already defined: "stmt_bind_value" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.
when i compile i get this
Code:
C:\Users\Ihabou\Desktop\iServer\EO_CnR\pawno\include\sqlitei.inc(969) : error 017: undefined symbol "db_get_result_mem_handle" C:\Users\Ihabou\Desktop\iServer\EO_CnR\pawno\include\sqlitei.inc(978) : error 017: undefined symbol "db_get_result_mem_handle" C:\Users\Ihabou\Desktop\iServer\EO_CnR\pawno\include\sqlitei.inc(2159) : error 017: undefined symbol "db_get_result_mem_handle" C:\Users\Ihabou\Desktop\cash.pwn(68) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Ihabou\Desktop\cash.pwn(124) : warning 219: local variable "id" shadows a variable at a preceding level C:\Users\Ihabou\Desktop\cash.pwn(148) : warning 219: local variable "id" shadows a variable at a preceding level C:\Users\Ihabou\Desktop\cash.pwn(214) : warning 219: local variable "id" shadows a variable at a preceding level C:\Users\Ihabou\Desktop\cash.pwn(285) : warning 219: local variable "id" shadows a variable at a preceding level C:\Users\Ihabou\Desktop\cash.pwn(296) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Ihabou\Desktop\cash.pwn(315) : error 025: function heading differs from prototype C:\Users\Ihabou\Desktop\cash.pwn(315) : error 017: undefined symbol "objectid" C:\Users\Ihabou\Desktop\cash.pwn(317) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(320) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(322) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(323) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(326) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(330) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(333) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(336) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(340) : error 021: symbol already defined: "format" C:\Users\Ihabou\Desktop\cash.pwn(346) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(349) : error 025: function heading differs from prototype C:\Users\Ihabou\Desktop\cash.pwn(349) : error 017: undefined symbol "objectid" C:\Users\Ihabou\Desktop\cash.pwn(351) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(353) : error 010: invalid function or declaration C:\Users\Ihabou\Desktop\cash.pwn(355) : error 021: symbol already defined: "id" C:\Users\Ihabou\Desktop\cash.pwn(355) : error 008: must be a constant expression; assumed zero C:\Users\Ihabou\Desktop\cash.pwn(361) : error 021: symbol already defined: "SetDynamicObjectPos" C:\Users\Ihabou\Desktop\cash.pwn(364) : error 021: symbol already defined: "Streamer_SetFloatData" C:\Users\Ihabou\Desktop\cash.pwn(368) : error 025: function heading differs from prototype C:\Users\Ihabou\Desktop\cash.pwn(368) : error 021: symbol already defined: "stmt_bind_value" C:\Users\Ihabou\Desktop\cash.pwn(369) : error 021: symbol already defined: "stmt_bind_value" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors. |