Sql syntax working...sometimes
PHP Code:
But when I check the database there are some rows where there is no password g_szPassword[ id ] is allways alphanumeric ( md5 hash ) The column size for the password is correct varchar(32) It parses the name corectly, the email and the status but the password sometimes not Any ideas? |
Re: Sql syntax working...sometimes
Well, you could add a fail check, check if strlen(g_szPassword[id]) > 0 and log an error... or if it's not that frequently called, you should log every insert and see where it doesn't insert it.
|
Re: Sql syntax working...sometimes
Found the problem :D
formatex does not perform a "copy back" check. |
Re: Sql syntax working...sometimes
Yes it doesn't... but you don't have a copyback in that code.
|
Re: Sql syntax working...sometimes
Oh well...I'll wait and see
If it happens again with format I'll probably suicide :shock: |
| All times are GMT -4. The time now is 04:22. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.