home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases
- Path: sparky!uunet!gatech!destroyer!news.iastate.edu!IASTATE.EDU!ramirez
- From: ramirez@IASTATE.EDU (Richard G Ramirez)
- Subject: Re: SQL in MICROSOFT ACCESS
- Message-ID: <1992Dec15.121214@IASTATE.EDU>
- Sender: news@news.iastate.edu (USENET News System)
- Reply-To: ramirez@IASTATE.EDU (Richard G Ramirez)
- Organization: Iowa State University
- References: <6515.2b25b1fe@hayes.com> <1992Dec9.102211.144@turtle.fisher.com> <ukqb9j3@Unify.Com>
- Date: Tue, 15 Dec 1992 18:12:14 GMT
- Lines: 12
-
- Access supports only SQL DML, meaning SELECT,
- UPDATE, DELETE, and INSERT. Tables cannot be
- created using either SQL nor Basic, according to
- the manual.
-
- There is also no provision for views although dynasets
- (queries) may be considered similar. I have to check
- on that.
-
- GRANT is also not supported.
-
-
-