Go to the source code of this file.
Variables | |
| $conn = &ADONewConnection("mssql") | |
| $conn | debug = 1 |
| $query = 'select * from products' | |
| $rs = $conn->Execute($query) | |
| $p = $conn->Prepare('insert into products (productname,unitprice,dcreated) values (?,?,?)') | |
| $conn | debug = 1 |
| $p = $conn->Prepare('select * from products where productname like ?') | |
| $arr = $conn->getarray($p,array('V%')) | |
| $conn | debug = 1 |
| $rs = $conn->Execute('select b1 from blobtest where id=1') | |
| $output = "c:\\temp\\test_out-".date('H-i-s').".gif" | |
| print Saving file< b > | $output</b > |
|
|
Definition at line 52 of file testmssql.php. |
|
|
Definition at line 27 of file testmssql.php. |
|
|
Definition at line 67 of file testmssql.php. |
|
|
Definition at line 68 of file testmssql.php. |
|
|
Definition at line 51 of file testmssql.php. |
|
|
Definition at line 44 of file testmssql.php. |
|
|
Definition at line 31 of file testmssql.php. |
|
|
Definition at line 65 of file testmssql.php. |
|
|
Definition at line 33 of file testmssql.php. |
|
|
Definition at line 60 of file testmssql.php. |
|
|
Definition at line 48 of file testmssql.php. |
|
|
Definition at line 30 of file testmssql.php. |
1.4.6