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'

RE: Problems with CMP/MySQL

2001-09-30 Thread Troy Wong
I had a similar problem but found a fix for it. I assume you are using mm.mysql as your jdbc driver: create table Article ( articleId varchar(100) not null primary key, churchId varchar(100), userId varchar(100), title varchar(100), content longtext,