Results 1 to 10 of 10

Thread: coldfusion date insert problem(resolved)

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Location
    asia
    Posts
    87

    Question 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
  •  



Click Here to Expand Forum to Full Width