I am using mySQL for descriptors store and content store. I have an
intresting point to post.
I want to store content containing
"{plus-color:"red";line-width:"0.02in";} ", works fine with a simple
jdbc call.But with in slide i get the below error.
java.sql.SQLException: Syntax error for escape sequence: unknown escape
sequence
'plus-color:"red";
line-width:"0.02in";'
at
org.gjt.mm.mysql.EscapeProcessor.processEscape(EscapeProcessor.java)
at
org.gjt.mm.mysql.EscapeProcessor.escapeSQL(EscapeProcessor.java)
at org.gjt.mm.mysql.Statement.executeUpdate(Statement.java)
at
org.gjt.mm.mysql.PreparedStatement.executeUpdate(PreparedStatement.java)
Any clues are greately helpful.
Thanks in advance
Rama
-----Original Message-----
From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 31, 2001 6:25 PM
To: [EMAIL PROTECTED]
Subject: Re: JDBCContentStore error
Ram Kurapati wrote:
> Hi,
>
> Uploading big files have no problem with FileContentStore. But it
fails
> with JDBCContentStore for files sizes above 5kb. Did i missed any bug
> fixes. I am using Slide 1.0.10.
>
> Thanks,
>
> Rama
What kind of database are you using?
Dirk