20.03.2010, 12:35
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
============================================================

