I am trying to use the GetString method of the ADODB.RecordSet object but whenever there is a text data type in my MS SQL database not only is that field blank but all the subsequent fields are blank too.
I know that the text data type does this because of the order of access, but what I want to know is if there is any way I can stop this from happening and still use the GetString method.
There used to be a problem with TEXT if it was NOT the last column in the recordset, but I don't think that was specifically related to GetString, but it might be worth a try.
Presumably you have the latest version of ADO installed?