[Solved] SQL INSERT & UPDATE
Well how i do with sqlx to know if a row is writed? So if writing i update if not I insert.. Look in dbi is like this:
result = dbi_query(sql, "SELECT ............bla bla bla") if( result == RESULT_NONE ) row is clean else if( result <= RESULT_FAILED ) sql error else row is wrired. Thanks. |
| All times are GMT -4. The time now is 17:08. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.