|
-
Oct 30th, 2002, 02:40 AM
#1
Thread Starter
Lively Member
coldfusion date insert problem(resolved)
how do i code some coldfusion insert data that can recieve date value:
eg:
<cfquery name="insdata" datasource="blabla">
insert into table1(name,dob)
values ('#form.namefield#','#form.dobfield#')
</cfquery>
this query give me error page....
so how do i code it? the right way?
please! please!
Last edited by ZUWARI; Oct 31st, 2002 at 03:14 AM.
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
|