I took this straight out of the description I got from the project design document:
"The database may be implemented on any enterprise capable RDBMS, and will be fully SQL-92 compliant in its design. It is recommended at this time that SQL Server 2000 be used. The database will be accessed via XML Web Services to enable cross-platform integration for any end use application."
It's not a database we want to get rid of. It's the main database and I just need to get the information for authentication by calling it as a webservice. I am not sure if fetching and inputing the users would work. What would be the best way to call a web service using PHP? I guess that would be the first step.
Kia
|