Subject Re: Maximum varchar insert size?
Author alisonnz2001@yahoo.co.uk
> > The maximum number of char's i have managed to insert is about
> >7000, is this the limit for a single insert query?

> It looks like you may have reached the limit of the buffer for a
single statement string.
> Have you tried a using a parameterised query?

Thanks for your reply Paul. I'm now attempting to use an ADO Command
object to do what you said, but without any luck.

Has anyone sucessfully used parameterised ADO Command object queries
to perform insert / update queries in Interbase?

thanks again,

Alison