Subject | Re: Maximum varchar insert size? |
---|---|
Author | alisonnz2001@yahoo.co.uk |
Post date | 2001-04-02T16:47:11Z |
> > The maximum number of char's i have managed to insert is aboutsingle statement string.
> >7000, is this the limit for a single insert query?
> It looks like you may have reached the limit of the buffer for a
> 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