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 : Transacition created by userSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Frequently Asked Questions

 New Topic 
 
 Post Reply 
[1]  
 Transacition created by user 
 Author   Message 
  sri 
  
 Group: Members 
 Posts: 19 
 Joined: 2006-09-27 
 Profile
 Posted : 2007-08-15 08:28:39

Good Day,

We are using Quickbooks Enterprise Edition 2007 , Ten users are connecting to Company Files (A) and one user is connecting to Company file(A) using Remote Connection. By mistake she had used a Company File(B) located in different folder and created some accounting data on that company file(B) .

Now how can i find the data using QODBC created by the Remote user in Company File (B), and how can i copy that data into Company File (A)

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-08-15 08:49:55

Well assuming no-one else worked on Company File (B) yesterday, you can run this query on Company File (B) to see what transactions were done.

SELECT * FROM Transaction
where TimeModified >= {ts '2007-08-13 00:00:00.000'}
and   TimeModified <  {ts '2007-12-30 00:00:00.000'}

This will give you an idea what type of transactions were done. You would then need to export them and re-insert them into Company File (A) where applicable.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to