Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Database Design / August 2004

Tip: Looking for answers? Try searching our database.

VARCHAR datatype

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mike - 30 Aug 2004 17:48 GMT
Group

   I have a piece of software that allows me to use a ODBC service to
authenticate users. I get a invalid user id and password. They are very
specific in the layout of the table as one would expect. Below is the format
of the table that they give.

Name                                Type
USERID                       VARCHAR
PASSWORD               VARCHAR
FULLNAME                VARCHAR
FTPMAXSPACE         INTEGER
FTPMAXFILES           INTEGER
FTPFLAGS                  INTEGER

Is the VARCHAR type equivalent to text? If not what is it?

mike (dot) sundman (at) ctd1. ((com))
Michel Walsh - 30 Aug 2004 20:11 GMT
Hi,

   varchar( n )  in MS SQL Server was used to be TEXT(n) in Jet, through
the User Interface, but preferable to use VARCHAR(n)  if you define your
table through DDL (Jet 4.0), since it seems that recently, TEXT(n)  has
become equivalent to the MS SQL Server char(n)  data type ( a fixed string
of n characters, rather than a variable length string of characters). Note
that TEXT in MS SQL Server is MEMO in Jet.

Hoping it may help,
Vanderghast, Access MVP

> Group
>
[quoted text clipped - 15 lines]
>
> mike (dot) sundman (at) ctd1. ((com))
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.