Would PDO be able to handle MySQL functions when interfacing a SQL Server (Microsoft)? For example would PDO convert "SELECT MYSQL-FUNCTION(col1) FROM tbl" where in such a use case MYSQL-FUNCTION only exists in SQL Server as SQLSERVER-FUNCTION?
4
-
PDO is an abstraction layer, its not psychicuser557846– user5578462013-10-21 22:10:15 +00:00Commented Oct 21, 2013 at 22:10
-
Fortunately, I have something like StackOverflow to provide me with knowledge, Dagon. It's the way we learn. Thanks for the feedback, though. :)LoganEtherton– LoganEtherton2013-10-21 22:23:06 +00:00Commented Oct 21, 2013 at 22:23
-
1people learnt before S.O and even the internet - think about it ;-)user557846– user5578462013-10-21 22:24:46 +00:00Commented Oct 21, 2013 at 22:24
-
1A better way to learn is to try it and see what happens.Dan Bracuk– Dan Bracuk2013-10-21 22:36:30 +00:00Commented Oct 21, 2013 at 22:36
Add a comment
|