Click to See Complete Forum and Search --> : PHP or ASP or what?


scientist
November 22nd, 2004, 03:42 AM
Hello everybody,

we have created an application that uses databases for trading reasons. We created these databases using SQL queries on SQL Server. We need to tranform (build or create) this SQL - MS Access form application (interface) into a Web Service (to use it through IE) so that people, traders and customers derive it through WWW. Any idea? Any advice? Which is the best solution?

Thank you in advance!

infodeamon
November 22nd, 2004, 04:42 AM
Hi
U can use PHP or ASP or JSP to build u r applications
the main issue lies in domain expertise you possess.

Access database can be easily accessed by any of the
web languages.

There are utilities that convert the access database to mysql
u can use that instead of using access
since PHP/mysql are Open source.. :_)

prefer coding in PHP since its easier,faster in error location.
JSP is another good web language to use.