Hey,
I'm trying to insert a row into an access database. problem is, how do i get one of the fields to insert as a null value?
i'm using java server pages, and the way i have it set up it's not possible for me to "skip" a field - that is, the JSP must insert a value for every field that exists in the table. is there some sort of value that i can pass that access will interpret as a null?
thx.
I'm trying to insert a row into an access database. problem is, how do i get one of the fields to insert as a null value?
i'm using java server pages, and the way i have it set up it's not possible for me to "skip" a field - that is, the JSP must insert a value for every field that exists in the table. is there some sort of value that i can pass that access will interpret as a null?
thx.