Hi All,
In my bid to slow down the Joomla exodus ;-) I am currently porting all my company's data and CMS into Joomla! :-)
I need to export data from MSSQL db. I have an import routine based on a CSV file but I have to handle several large HTML fields. Copying and pasting this from MSSM is no longer an option to generate the CSV.
I've got no idea how to change the default driver via PHP via the framework. I can see sqlsrv in the system settings via admin but I don't really want to do that globally.
How do I switch to sqlsrv driver via the framework - issue a query and then switch back to mysql? Anyone have any idea/experience?
Thanks in advance,
Adam