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 http://www

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 web

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

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

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 libmysq

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 a

Re: Embedding MySQL in an application

2001-08-09 Thread Brian P. Austin
Brian 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

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

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 i

Re: Embedding MySQL in an application

2001-08-09 Thread Stefan Hinz
Dear Shawn, try PHP (www.php.net). Regards, -- Stefan Hinz Geschäftsführer / CEO iConnect e-commerce solutions GmbH # www.js-webShop.com www.iConnect.de # Gustav-Meyer-Allee 25, 13355 Berlin # Tel: +49-30-46307-382 Fax: +49-30-46307-388 - Original Message - From: "Shawn P

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 seper

Re: Embedding MySQL in an application

2001-08-09 Thread Sebastiaan J.A. Kamp
Documentation for any programming language that supports / has an interface to / uses MySQL. Try PHP (www.php.net), Perl (http://www-cgi.cs.cmu.edu/cgi-bin/perl-man), or one of the many others. Regards, Sebastiaan J.A. Kamp - Original Message - From: "Shawn P. Garbett" <[EMAIL PROTECTED

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