Hi:
I'm writing a function to query a database, using ADODB recordset method. The SQL statement is being truncated at 255 characters.
From reading,I found a
VB Guide put out by MS that says you can parse the statement in to smaller chunks, and pass them through as an array, as long as the first element in the array is the connection string.
Has anyone got any examples of this method they could share?
Regards
Mike