Re: Embedding MySQL

2008-01-06 Thread Shawn Green
Octavian Rasnita wrote: Hi, I want to embed MySQL and install it with a freeware application I make. I hope it is legally to do this. Please tell me where can I found more information about how can I do this. The app will run under Windows. Thank you. Octavian Please refer to

Embedding MySQL

2008-01-02 Thread Octavian Rasnita
Hi, I want to embed MySQL and install it with a freeware application I make. I hope it is legally to do this. Please tell me where can I found more information about how can I do this. The app will run under Windows. Thank you. Octavian -- MySQL General Mailing List For list archives:

Re: Embedding MySQL in application, probably developed in C#

2005-01-24 Thread Ian Gibbons
On 19 Jan 2005 at 21:28, elizabeth baker wrote: We are building an application for myths of the world. It started out in Access, but when we decided to distribute it via CD to attendees at an art retrospective (about myths of the world), we began looking for an alternative db, since not

Re: Embedding MySQL in application, probably developed in C#

2005-01-24 Thread elizabeth baker
Ian, thanks for your post. This is all new territory for me. Doesn't a web-based app imply a server? Are you proposing to incorporate the server functionality on the CD? If so, does this HTTrack do this for you or does something like Apache have such utilities? If we develop this app for the

Embedding MySQL in application, probably developed in C#

2005-01-20 Thread elizabeth baker
We are building an application for myths of the world. It started out in Access, but when we decided to distribute it via CD to attendees at an art retrospective (about myths of the world), we began looking for an alternative db, since not everyone has Access on their computer. There will be

Re: Embedding MySQL in application, probably developed in C#

2005-01-20 Thread leegold
On Wed, 19 Jan 2005 21:28:05 -0800, elizabeth baker [EMAIL PROTECTED] said: We are building an application for myths of the world. It started out in Access, but when we decided to distribute it via CD to attendees at an art retrospective (about myths of the world), we began looking for an

Re: Embedding MySQL in application, probably developed in C#

2005-01-20 Thread Daniel Kasak
elizabeth baker wrote: We are building an application for myths of the world. It started out in Access, but when we decided to distribute it via CD to attendees at an art retrospective (about myths of the world), we began looking for an alternative db, since not everyone has Access on their

Re: Embedding MySQL...

2002-05-22 Thread Mark Robson
Nick, You're going to be mostly out of luck. You can ship a MySQL binary with a pre-configured config, and get the java app to exec the binary, and send a shutdown command when it's finished. Alternatively you can assist me in developing my Type II driver for MySQL, then embed

Embedding MySQL...

2002-05-20 Thread Nick Stuart
Is it possible to embed MySQL in a stand alone java app? I know you can do it in c++/vb but waswandering if it was possible to do so in Java. Thanks for the help! -Nick - Before posting, please check:

Re: Embedding MySQL in an application

2001-12-16 Thread Michael Widenius
Hi! Brian == Brian P Austin [EMAIL PROTECTED] writes: Brian You need to download the MySQL-4.0 source and compile for Brian embedded-server. This is a library that you link your programs to. Brian It is used for small devices, like what we are doing here. Brian I haven't found any docs on

Embedding MySQL in an application

2001-08-09 Thread Shawn P. Garbett
I have been told it is possible to embed MySQL in an application such that the user never knows a database is running underneath the app. Where can I find more information about doing this? -- Shawn P. Garbett [EMAIL PROTECTED] See http://www.garbett.org/public-key for my PGP key

Re: Embedding MySQL in an application

2001-08-09 Thread Tadej Guzej
You could be more specific: Try specifying your programming language and operating system at least. - Original Message - From: Shawn P. Garbett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 09, 2001 2:43 PM Subject: Embedding MySQL in an application I have been told

Re: Embedding MySQL in an application

2001-08-09 Thread Sebastiaan J.A. Kamp
] To: [EMAIL PROTECTED] Sent: Thursday, August 09, 2001 3:43 PM Subject: Embedding MySQL in an application I have been told it is possible to embed MySQL in an application such that the user never knows a database is running underneath the app. Where can I find more information about doing

Fwd: Re: Embedding MySQL in an application

2001-08-09 Thread Shawn P. Garbett
I have been told it is possible to embed MySQL in an application such that the user never knows a database is running underneath the app. Where can I find more information about doing this? That's simple - as you write the application, keep the user interface and database totally seperate.

Re: Embedding MySQL in an application

2001-08-09 Thread Stefan Hinz
. Garbett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 09, 2001 3:43 PM Subject: Embedding MySQL in an application I have been told it is possible to embed MySQL in an application such that the user never knows a database is running underneath the app. Where can I find more

Re: Embedding MySQL in an application

2001-08-09 Thread Alex Page
From: Shawn P. Garbett [EMAIL PROTECTED] Sent: Thursday, August 09, 2001 3:07 PM Subject: Fwd: Re: Embedding MySQL in an application The real point is, that a user can take the product out of shrink rap, install it, run the program and never fiddle one iota with installation of MySQL or even

Fwd: Re: Fwd: Re: Embedding MySQL in an application

2001-08-09 Thread Shawn P. Garbett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Freakin' Spam filter!!! - -- Forwarded Message -- Subject: Re: Fwd: Re: Embedding MySQL in an application Date: 9 Aug 2001 14:07:44 - From: [EMAIL PROTECTED] To: Shawn P. Garbett [EMAIL PROTECTED] Your message cannot

Re: Embedding MySQL in an application

2001-08-09 Thread Brian P. Austin
Austin On Thu, 9 Aug 2001, Alex Page wrote: From: Shawn P. Garbett [EMAIL PROTECTED] Sent: Thursday, August 09, 2001 3:07 PM Subject: Fwd: Re: Embedding MySQL in an application The real point is, that a user can take the product out of shrink rap, install it, run the program and never

Embedding MySql

2001-06-19 Thread Ankur Agarwal
Hi, I want to embed MySql in my application. Please help me in doing this. Ankur