|
-
Jan 19th, 2011, 04:30 AM
#1
Thread Starter
Frenzied Member
ADO Connection
I have a connection between Excel and Access which is/was working fine, so I thought, but I've just discovered my recordset items are no longer than 256 characters.
Please don't tell me this is a max limit, and much of my stuff is longer.
My connect string is
cnn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & theName & ";" & _
"extended Properties=""Excel 8.0;HDR=Yes;IMEX=1"";"
and Cursor types
rx.Open sql$, cnn, adOpenStatic, adLockReadOnly
Can I get round this anyhow - please? !
Thanks, ABB
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|