iphonejudy macrumors 6502 Original poster Jan 4, 2010 #1 I know how to use the sqlite3_bind with Integers and Text but how can I use it with a date?
K kainjow Moderator emeritus Jan 4, 2010 #2 My guess is a combination of timeIntervalSince1970 and sqlite3_bind_double should do it.