Karl Blessing
Programmer
Hello, for some time now I've been very microsoft oriented in my projects, a site that I am working on is moving to a redhat based hosting soon ( I had been preparing a ASP/Access version of the site, since we had original plans to get a Win2k hosting , but expenses knocked us down to a *nix hosting) I need to migrate to PHP and mySQL , the issue is I downloaded PHP 4.11 and MySQL and MyODBC to install on a small local Win2k Advanced Server , so that from the developer point I could understand the learning curve before trying to tackle it on the actual server (which host linux but , I wont be touching or administering the server just acting as the web developer)
PHP installed and worked without a hitch, got it as a CGI extension on ISS and so forth. I installed MyODBC and MySQL ok, the only problem is when I use either client tool, I've come to realize that all the client tools seem to do is view the database nothing more, no where near GUI capable like microsoft SQL enterprise(well its free so what do I expect), so I'm having to try to figure out where I Can learn raw SQL query language all over again (typically had Access do most of my work by creating tables and such, and using queries to create the SQL View).
I have managed to least know how to export Access tables out to the ODBC into MySQL , but I need some reasources I can refer to , since the actual server will be a *nix server without ODBC support, and I will not be able to do the same export method, and will have to learn the differences between PHP and ASP , in the ways they talk to the database. I am much more familiar with the ADO way of doing things, not as familiar with things like mysql_fetch(...) and so forth (though it soudns like RS.getarray)
Any reasources and links would be appreciated. Karl Blessing aka kb244{fastHACK}
PHP installed and worked without a hitch, got it as a CGI extension on ISS and so forth. I installed MyODBC and MySQL ok, the only problem is when I use either client tool, I've come to realize that all the client tools seem to do is view the database nothing more, no where near GUI capable like microsoft SQL enterprise(well its free so what do I expect), so I'm having to try to figure out where I Can learn raw SQL query language all over again (typically had Access do most of my work by creating tables and such, and using queries to create the SQL View).
I have managed to least know how to export Access tables out to the ODBC into MySQL , but I need some reasources I can refer to , since the actual server will be a *nix server without ODBC support, and I will not be able to do the same export method, and will have to learn the differences between PHP and ASP , in the ways they talk to the database. I am much more familiar with the ADO way of doing things, not as familiar with things like mysql_fetch(...) and so forth (though it soudns like RS.getarray)
Any reasources and links would be appreciated. Karl Blessing aka kb244{fastHACK}