24.08.2012, 13:26
for some reason mysql insert id does not work but it carrys out the query and i have a colum in mysql table named id and an AUTO_INCREMENT on it
Код:
mysql_function_query(mysql, szDestination, false, "", "");
printf("account registered with ID %d", mysql_insert_id(mysql));
mysql_free_result(mysql);

