Hi,
I am tring to write an application which connects to the MySQL(not on UNIX). I am using 'cygwin32' to compile my program, but I donot know how to link in 'libmysqlclient' to get my program to work.
Pls help
Thanx in advance
regards,
Chandru
I am sorry, donot use my first message.......
There are some currections......
use this........
prototype:
char* strcat(char *str1,char *str2);
but here 'str1' should be big enough, so that the resultant string can fit in.
char* strcat(char *str1,char *str2) {...
You can use the following function.
prototype:
char* strcat(char *str1,char *str2);
but here str1 should be big enough, such that the resultant string can fit in.
char* strcat(char *str1,char *str2) {
int i;
int j...
Hi,
I am tring to write an application which connects to the MySQL(not on UNIX). I am using 'cygwin32' to compile my program, but I donot know how to link in 'libmysqlclient' to get my program to work.
Pls help
Thanx in advance
regards,
Chandru
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.