Re: Memory corrupting, while retrive the query generated
| | } | //free(sel_smt); mysql_free_result(res); mysql_close(MySQL); exit(0); } ------code ends here Thanks and regards, Ravi - Original Message - From: "walter
Memory corrupting, while retrive the query generated
Dear All, I want to connect MYSQL with following C application , while i'm trying to retrive the query generated , its corrupting the memory. Is there any solution , to retrive the query generated with out any memory crashes? Please help me to solve this problem. code a