testmssql.php File Reference

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 >


Variable Documentation

$arr = $conn->getarray($p,array('V%'))
 

Definition at line 52 of file testmssql.php.

$conn = &ADONewConnection("mssql")
 

Definition at line 27 of file testmssql.php.

$output = "c:\\temp\\test_out-".date('H-i-s').".gif"
 

Definition at line 67 of file testmssql.php.

print Saving file<b> $output</b >
 

Definition at line 68 of file testmssql.php.

$p = $conn->Prepare('select * from products where productname like ?')
 

Definition at line 51 of file testmssql.php.

$p = $conn->Prepare('insert into products (productname,unitprice,dcreated) values (?,?,?)')
 

Definition at line 44 of file testmssql.php.

$query = 'select * from products'
 

Definition at line 31 of file testmssql.php.

$rs = $conn->Execute('select b1 from blobtest where id=1')
 

Definition at line 65 of file testmssql.php.

$rs = $conn->Execute($query)
 

Definition at line 33 of file testmssql.php.

$conn debug = 1
 

Definition at line 60 of file testmssql.php.

$conn debug = 1
 

Definition at line 48 of file testmssql.php.

$conn debug = 1
 

Definition at line 30 of file testmssql.php.


Generated on Fri Apr 7 10:48:42 2006 for TYPO3 by  doxygen 1.4.6