Sending null values in SQL statements
From: James Bowman (james_at_jbassoc.biz)
Date: 05/23/04
- Next message: Bob Lehmann: "Re: Sending null values in SQL statements"
- Previous message: Bob Barrows [MVP]: "Re: Getting 0 recordset in MS Access Query"
- Next in thread: Bob Lehmann: "Re: Sending null values in SQL statements"
- Reply: Bob Lehmann: "Re: Sending null values in SQL statements"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 22 May 2004 18:36:25 -0700
I am using an authoring program called Authorware to send
student scores to ASP pages which send SQL INSERT and
UPDATE statements to an Access database. Everything
works well as long as I provide a value for each variable
that places a value in one of the Access database
fields. For both the INSERT and UPDATE statements, I
would like to provide "real" values for some fields and
null values for the others. For example, I would like to
INSERT a new record with strings in some fields and null
values in others. Later, an UPDATE statement may place
values in some of the null fields and place no value in
the other null fields.
I use two ASP pages: one for INSERT and one for UPDATE.
I would like to use one complete SQL statement in each
ASP page that specifies all fields. Then, I would
provide values for some fields and not others. In my
tests, I'm unable to do this. Is there a workaround?
Thanks.
Jim Bowman
- Next message: Bob Lehmann: "Re: Sending null values in SQL statements"
- Previous message: Bob Barrows [MVP]: "Re: Getting 0 recordset in MS Access Query"
- Next in thread: Bob Lehmann: "Re: Sending null values in SQL statements"
- Reply: Bob Lehmann: "Re: Sending null values in SQL statements"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|