Dinbandhu wrote:


I would rather use either Windows OO 2.3 or an external HSQL DB if they
would work well and there is some clear explanation available as to how
to do it.

Thank you,
Regards,
Swarup

We are using postgresql on a linux server. It works very well.

If you are confortable installing sql servers under linux, I would certainly go for this approach. SQL server do come with administration hassles, like someone would want to steal MY data :-) But the performance is good.

Once the data is moved to the server you can access it from both MS A and Base - from multiple users (ok, take care to keep the integrity of relationships) - and that's the way it's meant to be with databases.

You can choose from various driver routes: the postgresql odbc driver (won´t work for you), ado driver (same and is buggy), native driver for OO (under development, works well except maybe for date and bool types), jdbc driver (I use now, works well, bool types in form filters sometimes complain that 0 is not FALSE).

Ferry

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to