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