guest
|
| Posted: 10/31/2002, 2:11 PM |
|
hi
i have mysql and i test code charge studio.
i created a table for user info and i added it to a security tab. When i
create a Aut Builder and configure it all up it returns me an error.
i get message SQL error :
select * from
or when i try to configure it all again i get an error because of quoting a
table name and column names
it looks like : select * from 'table'
what should i do to correct it ? can i modify functions not to deconfigure
mysql ?
please email meatart79@poczta.onet.pl
thanks alot.
Art
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 11/01/2002, 4:46 AM |
|
Try to edit MySQL.xml file in CCS folder/Components databases and remove '
character from
fieldLeftDelim="`"
fieldRightDelim="`"
lines. Reload CCS . Let me know if it helps.
--
Alex,
Support Engineer
CodeCharge Team
<art79@poczta.onet.pl> wrote in message
news:aps9q2$o10$1@news.codecharge.com...
> hi
>
> i have mysql and i test code charge studio.
>
> i created a table for user info and i added it to a security tab. When i
> create a Aut Builder and configure it all up it returns me an error.
>
> i get message SQL error :
> select * from
>
> or when i try to configure it all again i get an error because of quoting
a
> table name and column names
> it looks like : select * from 'table'
>
> what should i do to correct it ? can i modify functions not to deconfigure
> mysql ?
>
> please email meatart79@poczta.onet.pl
>
> thanks alot.
>
> Art
>
>
|
|
|
 |
|