Re: HELP: postgreSQL query - MySQL query

2002-02-26 Thread wally liau
sorry guys, it isn't intended to post a message repeatedly. Yahoo keeps telling me that the message was not delievered due to some sort of size problem. Anyway, I'm still seeking a solution to my problem and would appreciate any of your help. Thanks --- Benjamin Pflugmann [EMAIL PROTECTED]

HELP: MySQL

2002-02-25 Thread wally liau
Hi there, I have a postgreSQL query like (SELECT ... FROM... WHERE...) INTERSECT (SELECT ... FROM... WHERE...) INTERSECT (SELECT ... FROM... WHERE...) and I'd like to have an equivalent MySQL query. Your help would be greatly appreciated. The reason is that we were running Java

HELP: postgreSQL query - MySQL Query

2002-02-25 Thread wally liau
Hi there, I have a postgreSQL query like (SELECT ... FROM... WHERE...) INTERSECT (SELECT ... FROM... WHERE...) INTERSECT (SELECT ... FROM... WHERE...) and I'd like to have an equivalent MySQL query. Your help would be greatly appreciated. The reason is that we were running Java

HELP: postgreSQL query - MySQL query

2002-02-25 Thread wally liau
Hi there, I have a postgreSQL query like (SELECT ... FROM... WHERE...) INTERSECT (SELECT ... FROM... WHERE...) INTERSECT (SELECT ... FROM... WHERE...) and I'd like to have an equivalent MySQL query. Your help would be greatly appreciated. The reason is that we were running Java

HELP: postgreSQL query - MySQL query

2002-02-25 Thread wally liau
Hi there, I have a postgreSQL query like (SELECT ... FROM... WHERE...) INTERSECT (SELECT ... FROM... WHERE...) INTERSECT (SELECT ... FROM... WHERE...) and I'd like to have an equivalent MySQL query. Your help would be greatly appreciated. The reason is that we were running Java

HELP: cannot connect to MySQL server

2002-02-14 Thread wally liau
Dear MySql experts: we have mysql and mm driver installed on a unix server, but when I try to run Blob (in testsuite/), it gives error message: cannot connect to MySQL server on //localhost:3306 here is the code for connection: try { Class.forName(org.gjt.mm.mysql.Driver).newInstance();