Hi all,
Was wondering if somebody could please help with the following problem that I'm having. I'm trying to read a field (type Varchar, length 8,000 chars) from a SQL Server database (using ADO 2.6 and the OLEDB provider for SQL Server).
Trouble is I'm just getting '(MEMO)' as the return value. I've attempted to use the getchunk method - this returns an error (the adfldlongtype property returns false). I've tried using CAST in my SQL statement to push the type over to NTEXT or NVARCHAR, basically a type that will work with the getchunk method - no joy.
I've even attempted to open the table without reference to SQL (adcmdtable) again same probs.
Has anybody had this problem before? Any help would be appreciated !
Many thanks,
Jon
Was wondering if somebody could please help with the following problem that I'm having. I'm trying to read a field (type Varchar, length 8,000 chars) from a SQL Server database (using ADO 2.6 and the OLEDB provider for SQL Server).
Trouble is I'm just getting '(MEMO)' as the return value. I've attempted to use the getchunk method - this returns an error (the adfldlongtype property returns false). I've tried using CAST in my SQL statement to push the type over to NTEXT or NVARCHAR, basically a type that will work with the getchunk method - no joy.
I've even attempted to open the table without reference to SQL (adcmdtable) again same probs.
Has anybody had this problem before? Any help would be appreciated !
Many thanks,
Jon