From: Michael Lang Date: March 18 1999 2:32am Subject: TCP/IP protocol List-Archive: http://lists.mysql.com/win32/17 Message-Id: <3.0.5.32.19990317213212.0090dbc0@mindspring.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" I've been test driving mySQL through the C API calls with good success. Since I am not using C or C++ as my development environment, I'm having to go through the libmysql.dll to "speak" to mySQL. I have some experience with writing TCP/IP applets and would like to speak directly to mySQL (thus bypassing the DLL). Is there any documentation for writing such low level communication libraries? After all, somebody had to write libmysql.dll and the JDBC drivers! Regards, Michael