If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > SQL - "format/input mask" in DDL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-22-04, 15:05
mythix mythix is offline
Registered User
 
Join Date: Jun 2002
Posts: 63
SQL - "format/input mask" in DDL

I am creating a DB with access 2002 and I have to create the DDL for the tables involved. Is it possible in access to implement the 'format' and 'input mask' attributes of a field in SQL or does this have to be done manually afterwards?

Thanks
Reply With Quote
  #2 (permalink)  
Old 11-22-04, 18:29
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
At least in my opinion, the "format" and the "input mask" attributes are something that the GUI deals with, not the data engine. As such, they ought to be dealt with in the language doing the GUI (in the case of MS-Access that would be VBA), not the language doing the data management (in the case of MS-Access that would be Jet, a pseudo-SQL).

-PatP
Reply With Quote
  #3 (permalink)  
Old 11-23-04, 05:20
mythix mythix is offline
Registered User
 
Join Date: Jun 2002
Posts: 63
Thanks, that's what i thought wold be the case.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On