need help :(
#1

can u guys help me solving those errors :

Код:
String=mysql_GetStr("vehicles","owner",String);

error 047: array sizes do not match, or destination array is too small
============================================================
stringEX=mysql_GetStr("vehicles","owner",String);

error 047: array sizes do not match, or destination array is too small
============================================================
stringEX=mysql_GetStr("`business`","`name`",queryEX);

error 047: array sizes do not match, or destination array is too small
============================================================
String=mysql_GetStr("vehicles","owner",queryEX);

error 047: array sizes do not match, or destination array is too small
============================================================
String=mysql_GetStr("vehicles","owner",queryEX);

error 047: array sizes do not match, or destination array is too small
============================================================
Reply
#2

pawn Код:
String=mysql_GetStr("vehicles","owner",String);
If you simply do this:

pawn Код:
mysql_GetStr("vehicles","owner",String);
would it work?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)