May 17, 2002 #1 hussux Programmer Jan 11, 2001 19 GB Anybody know why I'm getting this Error message? ORA-01026 Multiple Buffers > 4000 in Bind List Tech stuff - Accessing Oracle 8i from VB6 via ADO Thanks in advance
Anybody know why I'm getting this Error message? ORA-01026 Multiple Buffers > 4000 in Bind List Tech stuff - Accessing Oracle 8i from VB6 via ADO Thanks in advance
May 17, 2002 #2 karluk MIS Nov 29, 1999 2,485 US I see some references to this error in regard to bugs in some ODBC drivers. Maybe that's your problem. Upvote 0 Downvote
I see some references to this error in regard to bugs in some ODBC drivers. Maybe that's your problem.
May 17, 2002 Thread starter #3 hussux Programmer Jan 11, 2001 19 GB No - I'm not using ODBC i'm using direct connection to the database through ADO. i think it's something to do with the size of the buffer, i need to extend the size of the buffers - but i dont know how to. Any more suggestions? Upvote 0 Downvote
No - I'm not using ODBC i'm using direct connection to the database through ADO. i think it's something to do with the size of the buffer, i need to extend the size of the buffers - but i dont know how to. Any more suggestions?
May 19, 2002 #4 hariharanmurugan Programmer Jan 8, 2002 8 US Hi The documentation says the following: ORA-01026 multiple buffers of size > 4000 in the bind list Cause: More than one long buffer in the bind list. Action: Change the buffer size to be less than 4000 for the bind variable bound to a normal column. Upvote 0 Downvote
Hi The documentation says the following: ORA-01026 multiple buffers of size > 4000 in the bind list Cause: More than one long buffer in the bind list. Action: Change the buffer size to be less than 4000 for the bind variable bound to a normal column.