Linked Sql datatype text shows as Memo in Access 2003

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.
mcolson [ Fr, 21 Dezember 2007 18:30 ] [ ID #1892054 ]

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

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 ***
Rich P [ Fr, 21 Dezember 2007 22:04 ] [ ID #1892072 ]
Datenbanken » comp.databases.ms-access » Linked Sql datatype text shows as Memo in Access 2003

Vorheriges Thema: New Version Access 2007
Nächstes Thema: Getting a single column to only show one record.