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