On Oct 9, 7:55 am, Lan Mind <[EMAIL PROTECTED]> wrote: > you could try figuring out the differences between SQL Server 2005 and > MySQL.
For the most part, SQL is SQL and the same query is likely to work on different RDBMSs. If it isn't working, there should be an error reported. What you can do is plug the PHP queries directly into SQL Server and check that they work. If you're after a PHP class to allow easy connection to SQL Server, rather like the mysql_ functions for MySQL, then you're probably out of luck asking here; this group is primarily about the client end of the API. If you haven't found any examples, you would do better to ask in a SQL Server group. I would say that using PHP to talk to a Microsoft product, presumably running on a Windows server, is rather unusual. You may need to look at ASP. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
