I'm using a stored procedure to retrieve Notes stored in a text field; not char or varchar, but text is the data type. The records appear correctly if I execute the stored procedure from Query Analyzer. But when I call the procedure from my VB app and I step through the code the same records have the value Empty for the Notes field. How can I get those values to appear in ADO? I tried using the field's GetChunk method, but there's nothing to get. It's really empty.
Thanks
2007-01-17
09:40:17
·
1 answers
·
asked by
blue_prince_of_dallas
2
in
Computers & Internet
➔ Programming & Design