Quoting Michael Smith <[EMAIL PROTECTED]>:
> I see. We have it working with mySQL, by the way - it's a bit ugly, but
> we just create the database and tables before letting slide touch it,
> then slide populates the tables as normal.
>
> We just replace the varchars (which mysql limits in size) with blobs.
> Probably fairly inefficient, but it does the job, and we don't need to
> change any of the slide code, since other than the create tables,
> nothing specifically references the type of the variables.
That's great ! I thought it would require some extensive code modifications to
have it run.
Remy