Hello All,
I have read through numerous posts and have not found a clear way of installing an ODBC driver on a PC thats non-micros to access the Micros Database. I see the Adaptive Server Anywhere 9.0 ODBC driver on the server and it what i use there, as well as dbisql. I just want to set up...
Awesome thanks!!! I was able to get the revenue center daily details with the following query for example date 8/29/2013.
select * from micros.v_R_rvc_sales where dateformat(business_date, 'yyyymmdd') = '20130829' order by micros.v_R_rvc_sales.rvc_number
Here is the quesry that gets me the summation for a particular days sales.
SELECT sales.*, trk.* FROM micros.v_R_sys_sales sales INNER JOIN micros.v_R_sys_trk trk ON sales.business_date=trk.business_date WHERE DATEFORMAT(sales.business_date, 'yyyymmdd') = '20130829'
Hello All,
And thank you for even looking at this thread. I am new to Micros, but have good SQL knowledge. I also have access to dbisql on the Micros Client server to run the queries. I can already extract by SQL query the daily totals as a whole from all the individual department summed up...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.