Re: Problems with CMP/MySQL

2001-10-11 Thread Marcus Ahnve
/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Michael Simons Sent: Monday, October 01, 2001 11:14 AM To: Orion-Interest Subject: Re: Problems with CMP/MySQL Roozbeh Ghaffari wrote: Hi All, We use Orion CMP features with MySQL. We had

RE: Problems with CMP/MySQL

2001-10-02 Thread Roozbeh Ghaffari
PROTECTED]] On Behalf Of Michael Simons Sent: Monday, October 01, 2001 11:14 AM To: Orion-Interest Subject: Re: Problems with CMP/MySQL Roozbeh Ghaffari wrote: Hi All, We use Orion CMP features with MySQL. We had problems with boolean and char fields. I used P6Spy (www.provision6

Re: Problems with CMP/MySQL

2001-10-01 Thread Michael Simons
Roozbeh Ghaffari wrote: Hi All, We use Orion CMP features with MySQL. We had problems with boolean and char fields. I used P6Spy (www.provision6.com http://www.provision6.com) to see SQL commands generated by Orion. Orion says: update table_name set boolean_field = 'true'

Problems with CMP/MySQL

2001-09-30 Thread Roozbeh Ghaffari
Title: Message Hi All, We use Orion CMP features with MySQL. We had problems with boolean and char fields. I used P6Spy (www.provision6.com) to see SQL commands generated by Orion. Orion says: update table_name set boolean_field = 'true' but MySQL expects update table_name set

RE: Problems with CMP/MySQL

2001-09-30 Thread Troy Wong
-Interest [EMAIL PROTECTED] Subject: Problems with CMP/MySQL Date: Sun Sep 30 08:38:18 GMT 2001 Hi All, We use Orion CMP features with MySQL. We had problems with boolean and char fields. I used P6Spy (www.provision6.com) to see SQL commands generated by Orion. Orion says: update table_name set