Re: Embedded MySQL

2006-06-23 Thread Asif Lodhi
Hi Chris and Melvin, Thanks a lot for the quick responses. I have found it. Actually, it comes bundled with the main distribution. The documentation is in the main reference manual and the header can be found in the include directory. -- Thanks again. Asif I don't see a binary version aval

Re: Embedded MySQL

2006-06-23 Thread Melvin Zamora
I am sorry, this in case if your programming in java. Melvin Zamora <[EMAIL PROTECTED]> wrote: Hi, I haven't tried this one, but I think this might help http://mysql-je.sourceforge.net Asif Lodhi wrote: Hi All, Can some kind soul tell me from where I can download the "Embedded Library" vers

Re: Embedded MySQL

2006-06-23 Thread Melvin Zamora
Hi, I haven't tried this one, but I think this might help http://mysql-je.sourceforge.net Asif Lodhi <[EMAIL PROTECTED]> wrote: Hi All, Can some kind soul tell me from where I can download the "Embedded Library" version of MySQL? -- TIA, Asif -- MySQL General Mailing List For list archive

Re: Embedded MySQL

2006-06-23 Thread Chris White
On Friday 23 June 2006 06:18 am, Asif Lodhi wrote: > Hi All, > > Can some kind soul tell me from where I can download the "Embedded > Library" version of MySQL? I don't see a binary version avaliable, but I know the following configure option exists: --with-embedded-server Build the embedded

Re: Embedded MySQL for Symbian ?

2005-06-14 Thread Louie Miranda
I mean, much faster to other db that are currently on the symbian platform. On 6/15/05, Louie Miranda <[EMAIL PROTECTED]> wrote: > > that looks like a good idea, and im hoping it will be much faster. > > but, how can it ran on a symbian platform? > > On 6/15/05, AJIT SADASIVAN <[EMAIL PROTECTED

Re: Embedded MySQL for Symbian ?

2005-06-14 Thread Louie Miranda
that looks like a good idea, and im hoping it will be much faster. but, how can it ran on a symbian platform? On 6/15/05, AJIT SADASIVAN <[EMAIL PROTECTED]> wrote: > > Hi, > > I am new to this group...Just wanted to findout > whether Embedded MySQL library is available for > Symbian ( Series 60

Re: Embedded mysql for simple user programs

2004-11-04 Thread txemi
Thanks, I did have a look at it and it seems that I could use embedded mysql with no conffiles at all. :-) I like it becouse I would prefer application configuring mysql based on its own config or status and not having spread conffiles for each used library. Besides, various applications using this

Re: Embedded mysql for simple user programs

2004-11-04 Thread txemi
Aha, what solution would you recommend? I would like some open and free product working in linux and win, easy to interact with other products and some relation among tables capabilitie (foreign index, constraint...). I focused on sqlite because It seem to match this requirements and it is alread

Re: Embedded mysql for simple user programs

2004-11-04 Thread Gleb Paharenko
Hi. You may tell MySQL where the data files are stored in the argc, when you are calling mysql_server_init. Also you may put other server variables into this array. I think, MySQL can do most tasks, which you are looking for. See: http://dev.mysql.com/doc/mysql/en/Server_system_varia

Re: Embedded mysql for simple user programs

2004-11-04 Thread mos
At 09:14 AM 11/4/2004, you wrote: I cannot see in mysql online manual Embedded example (http://dev.mysql.com/doc/mysql/en/libmysqld_example.html) any pathname telling where de database will be saved in disk. So I suppose it must be some existing database especified on some configuration file. Could

Re: Embedded MySQL?

2003-03-20 Thread Benjamin Pflugmann
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 prog

Re: embedded mysql

2003-03-02 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mahesh rai wrote: Hi, we are developing an application in java that needs to have an embedded database so that we needn't install the database on the client machine. Is it possible to achieve this using mysql. I read that mysql 4.0 supports embedded

Re: Embedded MySQL

2002-09-26 Thread Jeremy Zawodny
On Fri, Sep 27, 2002 at 01:37:24PM +0930, David Lloyd wrote: > > What's the advantages of using Embedded MySQL instead of, say, Berkely's > DB? Well, the SQL interface is probably the biggest advantage. There is no query language for Berkely DB, so ad-hoc queries are time-consuming to code. --

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

Re: Embedded MySQL terminate abnormally.

2001-12-30 Thread Miguel Angel Solorzano
At 23:46 30/12/2001 +0900, Heo, Jungsu Mr. wrote: Hi! Below the patch made by Monty: (/my/mysql) bk diffs sql/net_serv.cc = sql/net_serv.cc 1.32 vs edited = 170c170 < #ifndef EXTRA_DEBUG --- > #if !defined(EXTRA_DEBUG) && !defined(EMBEDDED_LIBRARY) (/my/mysql) bk diffs -c sql/net_serv.c

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

Re: Embedded MySQL: Opinion Please

2001-02-15 Thread Gustavo Vieira Goncalves Coelho Rios
Benjamin Pflugmann wrote: > > Or, should I drop Linux and go with Windows CE, or some other RTOS? > > Well, I am biased there, but I would really avoid Windows. ;-) > > Other RTOS are probably a good idea, as someone else already said. > > > Or, should I stop being a software developing and be

Re: Embedded MySQL: Opinion Please

2001-02-15 Thread Benjamin Pflugmann
Hi. On Thu, Feb 15, 2001 at 02:00:04PM -0500, [EMAIL PROTECTED] wrote: [...] > Can they (MySQL / Linux) work in such an environment, continuously, without > error or failure, or requiring operator intervention, for years on end? Well, I see no principle problem here. The servers I administer run

Re: Embedded MySQL: Opinion Please

2001-02-15 Thread Gregg Housh
http://www.qnx.com/ Tey actually have a headline right now about BerkleyDB being ported. While I take nothing away from the Mysql/Linux combo as a stable OS. I would stay that a specifically designed RTOS for embeded devices might be better in this situation. Gregg - Original Message