> On Sat, Dec 27, 2003 at 11:09:54AM -0500, Angus March wrote:
> > > On Fri, Dec 26, 2003 at 09:35:42PM -0500, Angus March wrote:
> >
http://www.mysql.com/documentation/mysql/bychapter/manual_Clients.html#mysql_real_query
> > > > The quote I'm thinking of is:
>
> On Fri, Dec 26, 2003 at 09:35:42PM -0500, Angus March wrote:
> > > Angus,
> > >
> > > On Fri, Dec 26, 2003 at 08:26:38PM -0500, Angus March wrote:
> > > > I'm trying to use the API to write to a MEDIUMBLOB, but I'm getting
a
> > very
> Angus,
>
> On Fri, Dec 26, 2003 at 08:26:38PM -0500, Angus March wrote:
> > I'm trying to use the API to write to a MEDIUMBLOB, but I'm getting a
very
> > vague error: something about a problem "near '' on line 1". I'm
forumating
>
I'm trying to use the API to write to a MEDIUMBLOB, but I'm getting a very
vague error: something about a problem "near '' on line 1". I'm forumating
the query string w/
sprintf(query, "INSERT INTO support_files (session_id,file_type,file_body)
VALUES (%ld,%ld,", sessionID,fileType);
Then w/calls