04-20-2008, 02:21 PM
Thank you. I also had to wrap the date in # symbols to make it work:
str sd.time(d "MM/dd/yyyy")
str sdTemp.from("#" sd)
sd.from(sdTemp "#")
str sql.format("SELECT ALT FROM Table1 WHERE Date = %s" sd)
str sd.time(d "MM/dd/yyyy")
str sdTemp.from("#" sd)
sd.from(sdTemp "#")
str sql.format("SELECT ALT FROM Table1 WHERE Date = %s" sd)
