skip to Main Content

Mysql – SQL > JSON > SQL

I do a lot of data transfers from sites to sites mainly DB data.. Latest was a simple pdo DB query, fetchall, then Jason encode the data, send to remote site and populate database with data, same database structure. I…

VIEW QUESTION

Php – Connecting to mssqlnative

I have a working website running on Unix that connects via VPN to a SQL Server database using dblib. The connection has been created in years past like this: $pdo = new PDO('dblib:host=192.168.2.4:1433;dbname=Andover;charset=utf8', 'UserName', 'Password'); $Query= "Select * From tablename";…

VIEW QUESTION
Back To Top
Search