Broadly speaking, I would agree with Cal becasue MySQL is, by its very
nature, a server application..
However, you can easily emulate it being an application by adding net
start(s) and net stop(s) to the beginning and end of your application - you
may have timing issues, however, with the start and stops and your
application - you will need to ensure that everything is in place before you
start your app main code and that everything closes off properly before your
app releases all resources.
I think the first will just be a timing or return function problem and the
second a flush buffer and ensuring all updates have taken place. O'course I
aint heard of anyone trying this yet!
Andy
The rest of life is left as an exercise for the reader :-)
----- Original Message -----
From: "Cal Evans" <[EMAIL PROTECTED]>
To: "Michael Gilman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, March 01, 2001 7:38 AM
Subject: RE: running mysql not as a server
> Michael,
>
> IMHO, if you are looking for a desktop database, something built around a
> .dbf file would be a more suitable choice. (My personal fav is FoxPro even
> though it's a M$ product) MySQL, while it probably can be made to do this,
> is not designed to do this.
>
> Cal
> http://www.calevans.com
>
>
> -----Original Message-----
> From: Michael Gilman [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 01, 2001 6:08 AM
> To: [EMAIL PROTECTED]
> Subject: running mysql not as a server
>
>
> How can I run mySQL in a Windows app in a non-server mode. That is how can
I
> get the app to start mySQL when the app starts and shut it down when the
app
> is exited. Are there any issue that might cause a problem?
> Thanks for your help.
> Best Regards,
> Mike
>
> Michael Gilman, PhD
> Data Mining Technologies Inc.
> (516) 470-9011 ext 100
> [EMAIL PROTECTED]
>
> The information transmitted in this email is intended only for the
person(s)
> or entity to which it is addressed and may contain confidential and/or
> privileged material. Any review, retransmission, dissemination or other
use
> of, or taking of any action in reliance upon, this information by persons
or
> entities other than the intended recipient is prohibited. If you
received
> this email in error, please contact the sender and permanently delete the
> email from your computer.
>
>
>
>
> ---------------------------------------------------------------------
> 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