Hi

At 10:46 12/11/2001 +0000, Syed Ali Dost wrote:
>Hi.......
>
>I'm new to MySQL. I can play it by ODBC connectivity using JDBC-ODBC bridge.
>But I want to write code in C using MySQL native C-APIs. One reason for me
>to switch to MySQL is its C-APIs. I've been using Borland Turbo C/C++ 3.0
>for a long time on DOS/Windows OS. When I try to include MySQL headers, it
>throws errors...which I guess is the problem of long header file names (not
>complaint with DOS 8.3 file name convention). I'm in search of an IDE that
>can support MySQL and that should not be much different from the one I'm
>used to. Could anybody help me out............

#include <windows.h> before
#include <mysql.h>


>Cheers..
>
>Ali
>
>
>---------------------------------------------------------------------
>Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
>To request this thread, e-mail <[EMAIL PROTECTED]>
>To unsubscribe, e-mail <[EMAIL PROTECTED]>
>Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to