Re: database without installation again

2007-02-28 Thread Andrzej S.
[EMAIL PROTECTED] wrote: > MySQL is a server software. You cannot just drop some files and expect > the whole thing to work. Yes, sure. There is mySQL server installed. I can access it from php. >> I think, the >> best solution would be db stored in binary file with interface in based on >> stan

Re: database without installation again

2007-02-27 Thread [EMAIL PROTECTED]
On 28 fév, 00:06, "andrew_s" <[EMAIL PROTECTED]> wrote: > Hi! > > I'm looking for any database which I could use without need of instalation. > I've read some threads here but I couldn't find any complete answer. > On my ISP's server I can use Python throu cgi only. There is Python 2.4.3 > and it h

Re: database without installation again

2007-02-27 Thread Ben Finney
"andrew_s" <[EMAIL PROTECTED]> writes: > I'm looking for any database which I could use without need of > instalation. Python 2.5 comes with SQLite built in. SQLite allows database interaction without a corresponding server; all the code is in the client, in this case provided in the Python stand

Re: database without installation again

2007-02-27 Thread Larry Bates
andrew_s wrote: > Hi! > > I'm looking for any database which I could use without need of instalation. > I've read some threads here but I couldn't find any complete answer. > On my ISP's server I can use Python throu cgi only. There is Python 2.4.3 > and it has only standard library modules and

database without installation again

2007-02-27 Thread andrew_s
Hi! I'm looking for any database which I could use without need of instalation. I've read some threads here but I couldn't find any complete answer. On my ISP's server I can use Python throu cgi only. There is Python 2.4.3 and it has only standard library modules and no possibility to oficially