Source size and how to change
From: TLowe (noelbisspam_at_nomindspringspam.com)
Date: 04/23/04
- Next message: saw: "RE: New or corrupt Jet driver?"
- Previous message: Veerle: "Row cannot be located for updating"
- Next in thread: Val Mazur: "Re: Source size and how to change"
- Reply: Val Mazur: "Re: Source size and how to change"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 23 Apr 2004 11:00:11 -0500
Hello all!
I have a question about the size of a string that can be passed as the
source in an ADO call. Here is recordset that I am trying to open. The
problem is the variable (strSQL) holding the sql statement is truncating the
statement. It must be happening in the ADO call because the actual variable
has the correct value. How do I change the size of the ADO source so that
it will allow my whole sql statement to be passed?
Thanks for any help!
Tom
Here is the ADO call
rs.Open strSQL, cnnConnection, adUseClient, adLockReadOnly
- Next message: saw: "RE: New or corrupt Jet driver?"
- Previous message: Veerle: "Row cannot be located for updating"
- Next in thread: Val Mazur: "Re: Source size and how to change"
- Reply: Val Mazur: "Re: Source size and how to change"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|