ASP, SQL, & ACCESS question - TechRepublic
General discussion
July 20, 2000 at 08:49 AM
joel m

ASP, SQL, & ACCESS question

by joel m . Updated 25 years, 10 months ago

I’ve asked this question before in this forum, but I got one reply (which only answered half my question), and I pressed the wrong button and closed the question…so here it goes again.

I need to know how to create a table for a microsoft Accessdatabase that includes the following tables…
1. a memo field
2. an autonumber field

I already know the basic syntax for the SQL statement…it’s something like:

CREATE TABLE persons (name char(20), age integer)

but I just don’t know howto make those 2 data types…

thanks in advance again

Joel
jdm.4mg.com

This discussion is locked

All Comments