Re: help about mysql_real_connect!

2004-01-08 Thread Arunachalam
Hi Li, If you want to see the implementation portion of C coding for mysql_real_connect, U can see open the mysql.h header file in any C++ editor. I don't know Why do you want to see those iplementation? libmysql.lib is a library file used to permit dynamic calls from it's clients. libmysqld.lib

help about mysql_real_connect!

2004-01-08 Thread Yanhong.Li-1
Hi, ALL I have problems understanding the libmysql.def and libmysqld.def. I know they are interfaces for client and server. A lot of other modules are just calling functions definded in those two. But I can not see where they are actually implemented. For eaxample, mysql_real_connect, it is sho