Re: Cant compile embedded mysql server in Windows

2004-04-05 Thread Karam Chand
Hello, I want a debuggable compiled library. Is Deug version of embedded server available. Karam --- Victor Medina <[EMAIL PROTECTED]> wrote: > Karam Chand wrote: > > Hello, > > > > I want to use embedded MySQL server library. I > > downloaded the latest MySQL 4

Re: Cant compile embedded mysql server in Windows

2004-04-05 Thread Victor Medina
Karam Chand wrote: Hello, I want to use embedded MySQL server library. I downloaded the latest MySQL 4.1.1 source and unzipped. I opened up mysql.dsw and set libmysqld as active project. Using Build->Rebuild All.. I started compiling it. After all the related projects were compiled I am gett

Cant compile embedded mysql server in Windows

2004-04-05 Thread Karam Chand
Hello, I want to use embedded MySQL server library. I downloaded the latest MySQL 4.1.1 source and unzipped. I opened up mysql.dsw and set libmysqld as active project. Using Build->Rebuild All.. I started compiling it. After all the related projects were compiled I am getting the following er

About Embedded MySQL server

2003-08-15 Thread Vladimir Espinosa Angarica
I've installed the last stable MySQL version (4.0.14-standard) under Linux, (Suse-8.0) kernel 2.4.28-64GB SMP, form the binary distribution that i downloaded from www.mysql.com. I'm interested on implementing the embedded server within my clients programs but the distribution do not have inclu

About Embedded MySQL server

2003-08-15 Thread Vladimir Espinosa Angarica
I've installed the last stable MySQL version (4.0.14-standard) form the binary distribution. I'm interested on implementing the embedded server within my clients programs but the distribution do not have included the libmysqld.a library. There is a possible solution to this without having to g

Embedded MySQL server

2003-01-14 Thread Asif Jan
Hi Can some one guide me on how to use the embedded MySQL server. I have gone through brief description in the MySQL manual but did not get much from it When we use Embedded server in an application ,do we need complete MySQL installation ??? any pointer will be appraciated thanks asif

Embedded MySQL Server

2002-12-30 Thread ·N¬Ã ÃC
Hi, Since libmysqld does not use sockets or TCP/IP, what's the mechanism it uses when the client and server communicate with each other? I mean how embedded MySQL Server works as a server. Thanks for reply in advance. Regards. -- ___ Get your

Using the embedded mysql server - how do I create a database on the fly?

2002-10-23 Thread Steven Webb
Hello. I'm just getting started with the embedded mysql server and I'm not trying to do anything fancy. I just want to initialize the server and call "mysql_create_db" and have the database get created and then start using it. I've modified the basic "embed

Re: Embedded MySQL server crashing

2002-06-18 Thread Theodore Morse
Sorry for the ambiguity. My application is a gui application written in Borland C++ Builder 6. It features one form with 4 buttons consisting of Create, Connect, Disconnect, Destroy. Only the relevant buttons are availible at certain times. (For instance, you cannot destroy a server when one is no

Embedded MySQL server crashing

2002-06-13 Thread Theodore Morse
Hello to all! I am currently working on a GUI Application in Borland C++ Builder, and must use an embedded MySQL server in it. I am having difficulties, however, because whenever I create an instance, and destroy it, then try to make another instance of an embedded server, the second time it

Re: Embedded MySQL server && the outside world

2001-12-12 Thread Sinisa Milivojevic
Marek Kustka writes: > Hi folks, > > does embedded server tcp-listen to the outside world i.e. it could > be used by another app or perhaps been accessed by the same app > using ODBC? > Nope. > OR > > is MySQL C API the only way to control it? > Yes, so far. But other API's could be built o

Embedded MySQL server && the outside world

2001-12-12 Thread Marek Kustka
Hi folks, does embedded server tcp-listen to the outside world i.e. it could be used by another app or perhaps been accessed by the same app using ODBC? OR is MySQL C API the only way to control it? Thanks, Marek - Before po