简体   繁体   中英

Access database with reports to multiuser web interface

I have a client that ask me to convert an Access database to something web based. The database has 20 tables, 10 input forms (input of data is not done directly into tables), about 100 queries and 20 reports.

  1. I don't mind using mssql/c# but I would prefer using php/mysql.
  2. The client would like to have the ability to create himself custom report like it's possible in Access (WYSIWYG interface to select tables and fields and possibility to add header, footer, labels, etc.).
  3. The solution can be something licensed but I would need something flexible as this is the first step of a bigger project.

Thank you very much in advance for your ideas/help.

只需将数据库转换为Mysql并使用odbc驱动程序将对mysql db的访问链接进行链接即可创建报告,这是什么问题?

也许是这个工具还是这个

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM