Roman_Candle
Member
- Joined
- Jan 19, 2005
- Messages
- 10
- Programming Experience
- Beginner
I have a large form (30 fields) submitting to a DB (access).
When i write my SQL statements or DBCommands do i have to reference all the fields in the statement (ie ("INSERT INTO
MyTable (NUMBER, DATE, NAME,etc,etc.....30) VALUES (?, ?, ?....30)")
is there a shorter version or way of doing this?
or do i have some monster SQL statements
When i write my SQL statements or DBCommands do i have to reference all the fields in the statement (ie ("INSERT INTO
MyTable (NUMBER, DATE, NAME,etc,etc.....30) VALUES (?, ?, ?....30)")
is there a shorter version or way of doing this?
or do i have some monster SQL statements