|
Posted by IchBin on 10/11/45 11:57
NC wrote:
> Frits van Leeuwen wrote:
>> Is it posible to create and use a DB without MYSQL or SQL?
>
> Depends on how you define a database. If you want data storage, you
> can store data in text files. If you want fast lookups, joining, etc.,
> you're better off with a database.
>
>> My provider doesn't give me the posebillety to use MYSQL or SQL.
>
> Perhaps, you should fire your provider and get a real one?
>
> Cheers,
> NC
>
I am new to PHP but you could look at SQLite. You can search the PHP
extended manual for info. Another external database that has been around
longer is BerkeleyDB. This is C\C++ driven database.
http://www.sqlite.org
http://www.sleepycat.com
--
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Navigation:
[Reply to this message]
|