Hi,
I am creating PHP pages at work that connect to an SQL7 database.
I want to be able to create and test my PHP at home. I have created an Access database with the table I need form my SQL database at work and want to be able to connect to it in a similar way as work. Any ideas?
The Access database is accessible thorugh odbc functions which differ from the mssql functions. Any ideas? What can I do at home that will enable me to write and test my mssql-based php functions in my home environment.
I'd prefer not to install SQL on my home PC (Win2K) but may consider it if its the only choice.
Forgive me if this is a dumb qustion, I just want to make sure I am not missing something obvious here.
I am creating PHP pages at work that connect to an SQL7 database.
I want to be able to create and test my PHP at home. I have created an Access database with the table I need form my SQL database at work and want to be able to connect to it in a similar way as work. Any ideas?
The Access database is accessible thorugh odbc functions which differ from the mssql functions. Any ideas? What can I do at home that will enable me to write and test my mssql-based php functions in my home environment.
I'd prefer not to install SQL on my home PC (Win2K) but may consider it if its the only choice.
Forgive me if this is a dumb qustion, I just want to make sure I am not missing something obvious here.