문제

I used gcc compiler, MySQL Server 5.0 When I use a long length string as a value to insert or update or select or delete, system doesn't work. No error comes. So I could not find the error. A part of my code is this :

mysql_query(conn, sql);
도움이 되었습니까?

해결책

Yes, it's possible if you use the C driver for MySQL.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top