wizacode/php-etl

Can we Extract data from MSSQL database and load it into a csv file?

thangasujithas opened this issue · 4 comments

Using this library Can we Extract data from MSSQL database and load it into a csv file?

It wont work because https://github.com/wizacode/php-etl/blob/master/src/Database/Connectors/SqlServerConnector.php#L55 is using deprecated code now.
See screeenshot for example.
wizacode-mssql-etl

Hi @chriscalip and thank you for your message.

I am not sure to understand: in your screenshot I don't see any deprecation notice (on top of that, deprecation should not prevent the code to work).

However when looking at your screenshot, I see the error could not find driver, usually meaning that the proper PDO extension is not installed.

Do you have any information to help us to understand?

Closing since no news for months.