
SQL Server Text Data Type
Craig,
For the data type mapping, see:
http://www.able-consulting.com/ADODataTypeEnum.htm
For Text SQL Server datatype, use a size of 16
--
Thanks,
Carl Prothman
Microsoft Visual Basic MVP
http://www.able-consulting.com
Please reply in the newsgroup. I am unable to respond to requests for
assistance via private e-mail.
Quote:
> Hi
> I have a table column that uses the TEXT data type. Using ADO constant
maps
> to the SQL Server TEXT data type? What is it's size? Is the stored
> procedure which inserts values into this field stated as text i.e
> Any examples would be greatly appreciated.
> Regards
> Craig