Closed fdurantelp closed 3 years ago
Hello @fdurantelp ,
Unfortunately community edition doesn't support MSSQL database from the very beginning. This would need a refactoring from the ground up.
If you are interested for MSSQL implementation you can check Grocery CRUD Enterprise.
Regards Johnny
GroceryCrudModel.php appears to have an explicit query to collect field names. This breaks functionality when using CodeIgniter 4 with it's SQLSRV driver (For MS SQL).
I replaced the get_field_types_basic_table() function and also added the check_db_extra() function per a suggestion at the office Grocery Crud forum. However, now the datatables view loads but the data is coming back empty (no rows). The table in question does have data and the datatables is successfully pulling the fields corrrectly. Does another function need updating to query for data?
Here is the two functions I aforementioned that have been added to the GroceryCrudModel.php file. Please help!