|
-
Feb 17th, 2000, 06:11 AM
#1
Thread Starter
Lively Member
I have SQL on Access database like this:
insert into customer (id, name, date) values (12,'Max', #12/12/1999#)
Actually I have more complicated SQL string but my problem is here.
With this SQL string I want to insert record with date is null. So I generate next sql sentence:
insert into customer (id, name, date) values (12,'Max', ##) which (of course) return error.
What should I do?
Thnx, Ermin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|