How sigma grid work with backend technology
- Writen in pure javascript, sigma grid can work with any server side technology,
such as PHP, JSP, classic ASP, .NET, even PERL.
- Grid: Call SigmaGrid constructor in onload event for the web page.
Samples download
Manipulate database through PHP (select, update, insert, delete records)
This sample has passed test with Apache1.3.39 (Unix) / PHP4.4.7 / MySQL5.0.27-standard.
Please follow the steps.
- Download the php
sample (160KB mysql script included) and unzip to a directory.
- Copy the whole directory to apache php directory.
- Run CreatTable.sql in a new database or existing database.
- Modify parameters of mysql_connect in ConnectionManager.php.
- Open index.html through browser.
Manipulate database through JSP (select, update, insert, delete records)
This sample has passed test with Apache1.3.39 (Unix)/ JDK1.31 /MySQL5.0.27-standard.
Please follow the steps.
- Download the jsp sample (160KB
mysql script included) and unzip to a directory.
- Copy the whole directory to apache jsp directory.
- Run CreatTable.sql in a new database or existing database.
- Modify database address/loginname/password of getConnection in Control.jsp.
- Open index.html through browser.
Manipulate database through classic ASP (select, update, insert, delete records)
This sample has passed test with IIS6.0 (Windows xp professional) . Please follow
the steps.
- Download the classic asp sample
(180KB Access data file included) and unzip to a directory.
- Copy the whole directory to IIS directory.
- Make sure sigma_grid_crud_asp/db/ is writable.
- Open index.html through browser.
Manipulate database through ASP.NET (select, update, insert, delete records)
This sample has passed test with IIS6.0 (Windows xp professional) / Visual studio
2005 / SQL server 2005. Please follow the steps.
- Download the c sharp sample
(430KB SQL server data file included) and unzip to a directory.
- Make sure connection string in /App_Code/Employee.cs/EmployeeHelper is pointed to
the right place.
- Open solution file within Visual Studio and set index.html as start up page.
- Start debuging / runing.
|