Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : Queries on DateModified fields not working?Search Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v8 Forum

 New Topic 
 
 Post Reply 
[1]  
 Queries on DateModified fields not working? 
 Author   Message 
  Nev 
  
 Group: Members 
 Posts: 1 
 Joined: 2008-02-01 
 Profile
 Posted : 2008-02-01 10:47:33

Hi, I have been trying to get the following query to work and have run out of things to try:

SELECT * FROM item where TimeModified >= {ts '2000-01-01 00:00:00.000'}

The query is fine if i use the DateCreated field but returns no records if I use the DateModified field. I am using Ver8.00.00.240 of the QODBC driver.

Any help would be greatly appreciated.

 

 
Regards
Nev 
 
  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-02-01 20:30:10

Seems ok to me.

Try doing:

SELECT * FROM item verify where TimeModified >= {ts '2000-01-01 00:00:00.000'}

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to