Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
7 Points
22 Posts
Apr 12, 2012 05:07 AM|LINK
Is there a way to connect to a sybase database and create a page where you can choose a specific date in a calendar and view specific sales data.
Database specific table..... dba auth - u:username p:password
select * from dbname.system_sales
order by date;
DMK1
Member
7 Points
22 Posts
Connection to Sybase
Apr 12, 2012 05:07 AM|LINK
Is there a way to connect to a sybase database and create a page where you can choose a specific date in a calendar and view specific sales data.
Database specific table..... dba auth - u:username p:password
select * from dbname.system_sales
order by date;