Skip to content

Moved from mySQL to MSSQL showing "undefined" error message

Problem:

I tried to migrate from mysql (localhost) to MSSQL server (remote).I'm able to access the database using PHP. But when I try to use phpGrid to load from MSSQL server, I'm getting "undefined" error. Any idea what I'm doing wrong?

Solution:

First of all, you need to set locale first.
https://phpgrid.com/example/locale-setting/

Feedback and Knowledge Base