I'm in a tricky situation with a client and I was hoping to get some advice.
Someone (old provider) wrote a php3 script that creates a mySQL database
from a text file for access over the web. The problem is my client has
switched providers and has decided to run on an NT server. Their new
provider only allows ODBC connections for MS Access and SQL Server. Here
are my options:
1. Edit the php3 program to create an MS Access or SQL server database
instead of a mySQL database.
2. Rewrite the php3 program ( I have no PHP3 coding experience) to access
MSAccess database.
3. If accessing an MSAccess or SQL server database is not feasible with
PHP3 rewrite the whole program in ASP (which I have a little more experience
with) and have it create the MSAccess/SQL server database.
If someone could recommend which of the previous options will work that
would be great. Thank you.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]