Hi.

On Thu 2003-03-20 at 08:25:08 +0200, [EMAIL PROTECTED] wrote:
> Hi, I have a question I hope you can help me with.
> 
> I try to develop a database in Borlands Delphi or with C++ and Visual Studio
> 6 (Windows 2000). Probably I choose Delphi.
> Now I want to use MySQL as a platform for my program. According to
> http://www.mysql.com/doc/en/libmysqld_overview.html
> I can run a standalone server in my program. Now I wonder how this works in
> practise?
> 
> Ideally I want to call an API in a dll-file to create and maintain the
> database.

  http://www.mysql.com/doc/en/libmysqld.html

should answer most of your concern. Basically it boils down to an
additional call to mysql_server_init() and mysql_server_end() and
compiling with libmysqld instead of libmysqlclient. The rest is the
same with the client library.

HTH,

        Benjamin.

-- 
[EMAIL PROTECTED]

---------------------------------------------------------------------
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