| |
| |
| |
|
Comments:
<0> hello pepole <0> why i can get a response <0> ?
<0> var id=Request.QueryString("id"); <0> if ((id=="") || (id==null)|| (id==undefined) ){ <0> Response.Write(" good") <0> }; <1> can anyone tell me how to make an insert statement with a date work ? <1> insertHoursSQL = "INSERT INTO Hours (date, hours, project) VALUES ('" & dateEnterDate & "', " & numHoursToInsert & ", '" & strProject & "');" <1> i cannot get the # in the right place for the date value <2> use #
<1> i know but i can't get it in the right place <1> ('" & dateEnterDate & "', <1> can you tell me how to write that with # ? <1> oh i see Date is a reserved word <3> what's XSD? <1> insertHoursSQL = "INSERT INTO Hours (enterDate, hours, project) VALUES (#" & dateEnterDate & "#, " & numHoursToInsert & ", '" & strProject & "');" <1> can anyone tell me what is wrong with the date section of that statement ?
Return to
#asp or Go to some related
logs:
#heroin #beginner #politics #nhl # L-amPrins: asdf.exe #cisco borland.studio.starteam.dll #gentoo #politics
|
|