Ola
UPDATE 2020-05-23: Please use this library instead
This class is for CRUD functionality via a BANano and SQL Server BackEnd.
Usage.
1. Update the connection settings in msconnect.php to your database. Add this to the Files tab of your BANano project.
2. Include the attached class to your project.
3. Download PHP Drivers for Microsoft SQL Server, install and copy these to your PHP\ext folders and activate the php_pdo_sqlsvr_73_ts
In Main.AppStart, configure your php settings.
Let's look at the CRUD Below.
UPDATE 2020-05-23: Please use this library instead
This class is for CRUD functionality via a BANano and SQL Server BackEnd.
Usage.
1. Update the connection settings in msconnect.php to your database. Add this to the Files tab of your BANano project.
2. Include the attached class to your project.
3. Download PHP Drivers for Microsoft SQL Server, install and copy these to your PHP\ext folders and activate the php_pdo_sqlsvr_73_ts
In Main.AppStart, configure your php settings.
B4X:
'set php settings
BANano.PHP_NAME = "mssql.php"
BANano.PHPHost = $"http://localhost/myapp/"$
BANano.PHPAddHeader("Access-Control-Allow-Origin: *")
Let's look at the CRUD Below.
Attachments
Last edited: