MySQL loading bug?
#1

hey guys, i'm getting a weird problem with mysql, wich i never had before...

When loading a string, it loads cutted '-'

pawn Код:
cache_get_field_content(0,"owner",HouseOwner[houseid],MySQL_Connected);
        printf("House %d owner: %s",houseid,HouseOwner[houseid]);
// prints

//House 0 owner: Esta
Owner in mysql is "Estado" not "Esta"...

pawn Код:
new HouseOwner[MAX_HOUSES][24];
the size of HouseOwner is right, so i can't see a problem anywhere...
Reply


Messages In This Thread
MySQL loading bug? - by arakuta - 07.08.2013, 23:12
Re: MySQL loading bug? - by Macluawn - 08.08.2013, 00:24
Re: MySQL loading bug? - by arakuta - 08.08.2013, 03:05
Re: MySQL loading bug? - by arakuta - 08.08.2013, 15:01
Re: MySQL loading bug? - by Misiur - 08.08.2013, 15:39
Re: MySQL loading bug? - by arakuta - 08.08.2013, 15:43
Re: MySQL loading bug? - by Scenario - 08.08.2013, 15:55
Re: MySQL loading bug? - by arakuta - 08.08.2013, 22:04

Forum Jump:


Users browsing this thread: 1 Guest(s)