TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Abhilash J A
536
2.4k
596.4k
no data sqlite select with condition on datetime
Nov 16 2016 4:47 AM
I have select query for SQLite Database. There is a LogInTime field that datetime datatype.
Here is AccessDate variable containing date "11/16/2016" like format
string
sql =
"SELECT * FROM Tble_Login where LogInTime = '"
+ AccessDate +
"'"
;
The SQLite Tble_Login looking like this,
After excute this query, no data? How can I get data?
Reply
Answers (
2
)
Problem in running ssis via batch file
Send Mail using sql 2008r2