Re: [PHP-DB] Embedded MySQL server (libmysqld)?

2004-02-23 Thread Ricardo Lopes
The libmysqld is meant to be used as a database server embeded into
application, not a replace or a lighter version of a database server, it
can´t be used with php to provide a web page to the internet in the way i
tink you want.

The way of using libmysql is for what i read the same way you would use a
mysql database.
It could be used with php to create a dinamic webpage into a cdrom with a
read-noly database.

If you dont want to pay the extra $$$ you could use plain text files, or use
a driver to treat text-files as databases, you can execute sql instructions
as if you were using a database but the results asre saved/fetched from a
textfile, is a slower but cheaper solution.


- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Monday, February 23, 2004 2:53 PM
Subject: [PHP-DB] Embedded MySQL server (libmysqld)?


 Howdy --
 Would someone point or provide me with an example of PHP + libMysqld
 (Embedded MySQL server)?

   My problem is my churchs web site doesn't provide a MySQL database as
 a default package (add $15.95/mo)for a MySQL Db.

 TIA,
 David

 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] Embedded MySQL server (libmysqld)?

2004-02-23 Thread user
Ricardo Lopes wrote:
The libmysqld is meant to be used as a database server embeded into
application, not a replace or a lighter version of a database server, it
can´t be used with php to provide a web page to the internet in the way i
tink you want.
The way of using libmysql is for what i read the same way you would use a
mysql database.
It could be used with php to create a dinamic webpage into a cdrom with a
read-noly database.
If you dont want to pay the extra $$$ you could use plain text files, or use
a driver to treat text-files as databases, you can execute sql instructions
as if you were using a database but the results asre saved/fetched from a
textfile, is a slower but cheaper solution.
Ricardo --
Thanks or you reply.
Unfortunitly the question of hostinga package is out of my hands.
If the PHP provides SQL -text file pleae point me to the man page?
Is it sometihng like SQLcsv ?
TIA,
David
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP-DB] Embedded MySQL server (libmysqld)?

2004-02-23 Thread Ricardo Lopes
You can use:

- txtSQL http://txtsql.sourceforge.net/

Is not provided in php, you have to install it to the folder were you have
your scripts or reachable by it.
The sintax is not exactly as sql but is similar, the documentation included
seems to be very good.

I dont know if it does everything you need but it appears to have an fairly
complete list of features avaliable the main drawback is compatibility (the
sql instructions are not sql standard) and speed (its slower, but probably
you wont even notice it).

Good Luck

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 23, 2004 3:29 PM
Subject: Re: [PHP-DB] Embedded MySQL server (libmysqld)?


 Ricardo Lopes wrote:
  The libmysqld is meant to be used as a database server embeded into
  application, not a replace or a lighter version of a database server, it
  can´t be used with php to provide a web page to the internet in the way
i
  tink you want.
 
  The way of using libmysql is for what i read the same way you would use
a
  mysql database.
  It could be used with php to create a dinamic webpage into a cdrom with
a
  read-noly database.
 
  If you dont want to pay the extra $$$ you could use plain text files, or
use
  a driver to treat text-files as databases, you can execute sql
instructions
  as if you were using a database but the results asre saved/fetched from
a
  textfile, is a slower but cheaper solution.
 Ricardo --
 Thanks or you reply.
 Unfortunitly the question of hostinga package is out of my hands.
 If the PHP provides SQL -text file pleae point me to the man page?
 Is it sometihng like SQLcsv ?

 TIA,
 David

 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] Embedded MySQL server (libmysqld)?

2004-02-23 Thread user
Ricardo Lopes wrote:

You can use:

- txtSQL http://txtsql.sourceforge.net/

Is not provided in php, you have to install it to the folder were you have
your scripts or reachable by it.
The sintax is not exactly as sql but is similar, the documentation included
seems to be very good.
I dont know if it does everything you need but it appears to have an fairly
complete list of features avaliable the main drawback is compatibility (the
sql instructions are not sql standard) and speed (its slower, but probably
you wont even notice it).
Good Luck

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 23, 2004 3:29 PM
Subject: Re: [PHP-DB] Embedded MySQL server (libmysqld)?


Ricardo Lopes wrote:

The libmysqld is meant to be used as a database server embeded into
application, not a replace or a lighter version of a database server, it
can´t be used with php to provide a web page to the internet in the way
i

tink you want.

The way of using libmysql is for what i read the same way you would use
a

mysql database.
It could be used with php to create a dinamic webpage into a cdrom with
a

read-noly database.

If you dont want to pay the extra $$$ you could use plain text files, or
use

a driver to treat text-files as databases, you can execute sql
instructions

as if you were using a database but the results asre saved/fetched from
a

textfile, is a slower but cheaper solution.
Ricardo --
Thanks or you reply.
Unfortunitly the question of hostinga package is out of my hands.
If the PHP provides SQL -text file pleae point me to the man page?
Is it sometihng like SQLcsv ?
TIA,
David
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Thanks, I'll have a look.
Does ADOdb povide text functions?
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP-DB] Embedded MySQL server (libmysqld)?

2004-02-23 Thread Adam Voigt
Check these guys out:

http://spenix.com/WebHostingPlans.aspx

Very cheap, very reliable, great features, and support is second to none
I've ever experienced, and before you ask, no I'm not now nor have I
ever been an employee or shareholder. =) Just a satisfied customer.

On Mon, 2004-02-23 at 09:53, [EMAIL PROTECTED] wrote:
 Howdy --
 Would someone point or provide me with an example of PHP + libMysqld 
 (Embedded MySQL server)?
 
   My problem is my churchs web site doesn't provide a MySQL database as 
 a default package (add $15.95/mo)for a MySQL Db.
 
 TIA,
 David
-- 

Adam Voigt
[EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] Embedded MySQL server (libmysqld)?

2004-02-23 Thread user
Adam Voigt wrote:
Check these guys out:

http://spenix.com/WebHostingPlans.aspx

Very cheap, very reliable, great features, and support is second to none
I've ever experienced, and before you ask, no I'm not now nor have I
ever been an employee or shareholder. =) Just a satisfied customer.
Admin --
There is no shortage of good cheap hosting package.
The choice of hosting providers is out of my hands.
What I'm looking for is a way to implement a  relational database in 
docuument_root of the web site (ie. /home/username)?

David

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-DB] Re: [PHP] Re: [PHP-DB] Embedded MySQL server (libmysqld)?

2004-02-23 Thread Adam Voigt
Alright, well with any txt based system, your probably going to run into
problems with multi-users (multiple browsers) updating the DB.

Reguardless, if you must use txtbased, I recommend SQL-Lite, it supports
SQL statements, and is very small and very fast.

http://www.sqlite.com



On Mon, 2004-02-23 at 11:53, [EMAIL PROTECTED] wrote:
 Adam Voigt wrote:
  Check these guys out:
  
  http://spenix.com/WebHostingPlans.aspx
  
  Very cheap, very reliable, great features, and support is second to none
  I've ever experienced, and before you ask, no I'm not now nor have I
  ever been an employee or shareholder. =) Just a satisfied customer.
  
 Admin --
 There is no shortage of good cheap hosting package.
 The choice of hosting providers is out of my hands.
 
 What I'm looking for is a way to implement a  relational database in 
 docuument_root of the web site (ie. /home/username)?
 
 David
-- 

Adam Voigt
[EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] Re: [PHP] Re: [PHP-DB] Embedded MySQL server (libmysqld)?

2004-02-23 Thread user
Adam Voigt wrote:
Alright, well with any txt based system, your probably going to run into
problems with multi-users (multiple browsers) updating the DB.
Reguardless, if you must use txtbased, I recommend SQL-Lite, it supports
SQL statements, and is very small and very fast.
http://www.sqlite.com
Quoting myself(
What I'm looking for is a way to implement a  relational database in 
docuument_root of the web site (ie. /home/username)?
)
David
Adam,
Thanks for your repsone(s) now back the root of the problem.
As stated above I need to be able to run the database from with the home 
direcory/document root?

TX,
David
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-DB] Re: [PHP] Re: [PHP-DB] Embedded MySQL server (libmysqld)?

2004-02-23 Thread Adam Bregenzer
On Mon, 2004-02-23 at 23:02, [EMAIL PROTECTED] wrote:
 Adam,
 Thanks for your repsone(s) now back the root of the problem.
 As stated above I need to be able to run the database from with the home 
 direcory/document root?

I hesitate to answer this so as to not create a naming confusion but I
can not resist. :)

However, Adam (not me) already answered your question.  If your hosting
provider does not provide you with a mysql or any other database server
you need to use a flat file database solution.  I second his
recommendation of sqlite if you can use it with your hosting provider. 
Another choice may be db or access of you are on windows through odbc. 
If none of these options work for you then you either need to change
hosting providers (which you should since they don't provide what you
seem to need) or you are of course able to write your own database in
PHP and share it with the world. (This is a joke, please don't ask us
how to write your own database).

Also, *please* do not cross post in the future, pick a list and give it
a shot, if you don't have any luck try another one.  I hesitate to cross
post this response but you did not even provide a valid e-mail address
so I am not sure which list you are checking.

Regards,
Adam

-- 
Adam Bregenzer
[EMAIL PROTECTED]
http://adam.bregenzer.net/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php