You could probably save the SQL statement from the previous page into the session like:
@session_start();
$_SESSION["varname"] = $Recordset->debugSQL();
and then set the Statement value using
$Recordset->Statement = $_SESSION["varname"];
You could probably save the SQL statement from the previous page into the session like:
@session_start();
$_SESSION["varname"] = $Recordset->debugSQL();
and then set the Statement value using
$Recordset->Statement = $_SESSION["varname"];
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.