ADO Data type question
From: Rafael Chemtob (rchemtobb_at_nospam.yahoo.com)
Date: 02/23/04
- Next message: Bob O`Bob: "Re: Classes and intellisense not showing up"
- Previous message: Rick Rothstein: "Re: Scientific Notation with Foo decimal places"
- Next in thread: mike w.: "RE: ADO Data type question"
- Reply: mike w.: "RE: ADO Data type question"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Feb 2004 15:24:27 -0500
Hi,
sorry for the multi-posts on this question. I have a VB app which uses ADO
to communicate with the SQL database. I have a string variable that is huge
and I pass it to the stored proc. THe stored proc is accepting it as a
"text". When I pass it in VB as an ADO parameter, i was using AdChar,
AdVarChar, and now adLongVarChar. All don't work well.
When I call the stored proce with the adChar, it breaks trying to pass the
parameters.
When I call it using the adVarChar, there is a limitation of 8000 which I
must set or it fails. But 8000 is too small.
When I use adLongVarChar, it doesn't work and I don't get an error message.
Any ideas?
thanks
- Next message: Bob O`Bob: "Re: Classes and intellisense not showing up"
- Previous message: Rick Rothstein: "Re: Scientific Notation with Foo decimal places"
- Next in thread: mike w.: "RE: ADO Data type question"
- Reply: mike w.: "RE: ADO Data type question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|