Linked Sql datatype text shows as Memo in Access 2003

Linked Sql datatype text shows as Memo in Access 2003

am 21.12.2007 18:30:40 von mcolson

I tables in Sql, which I am linking to in Access. I have a couple of
fields which are using the data type "text". Why are these appearing
as the data type "Memo" in Access.

Re: Linked Sql datatype text shows as Memo in Access 2003

am 21.12.2007 22:04:24 von Rich P

The text datatype in sql server is equivalent to the memo datatype in
Access. Varchar (or nvarchar or char) is the sql server equivalent of
the Access text datatype.

Rich

*** Sent via Developersdex http://www.developersdex.com ***