close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

debugSQL(); for update query

Thread began 7/21/2015 3:06 pm by P | Last modified 7/24/2015 1:03 pm by ivanibarra999361583 | 1107 views | 4 replies |

P

debugSQL(); for update query

Hello,

I am unable to find debugSQL(); for update query.

However, it works with "RecordSet"

>> echo $RecordSet->debugSQL(); // works good
>> echo $UpdateQuery->debugSQL(); // DOES NOT WORK?

Please see if you can help.
Regards

Sign in to reply to this post

Ray BorduinWebAssist

That function isn't currently available for the query object class. They are so similar, that it might work if you just copied the debugSQL function from the rsobj.php file and pasted it into the queryobj.php file.

Sign in to reply to this post
Did this help? Tips are appreciated...

P

Originally Said By: Ray Borduin
  That function isn't currently available for the query object class. They are so similar, that it might work if you just copied the debugSQL function from the rsobj.php file and pasted it into the queryobj.php file.  


Please advice. I get following error when i echo >>

echo $UpdateQuery->debugSQL();

Error: Warning: substr() expects parameter 1 to be string, array given in {filePath}\queryobj.php on line 227


Content of link 227 is " $thisType = substr($paramTypes,$x,1); "


Thank you once again.


FULL CODE IS BELOW:

// ps_com starts
public function debugSQL() {
$debugStatement = $this->Statement;
$paramTypes = $this->ParamTypes;
for ($x=0; $x<sizeof($this->ParamValues); $x++) {
$pos = strpos($debugStatement,"?");
$thisType = substr($paramTypes,$x,1);
if ($pos !== false) {
$debugStatement = substr_replace($debugStatement,(($thisType=="s")?"'":"") . $this->ParamValues[$x] . (($thisType=="s")?"'":""),$pos,strlen("?"));
}
}
return $debugStatement;
}

// ps_com ends

Sign in to reply to this post

Ray BorduinWebAssist

Change the line:
$thisType = substr($paramTypes,$x,1);

To:
$thisType = $paramTypes[$x];

Sign in to reply to this post
Did this help? Tips are appreciated...

P

Appreciated. It's working..

thanks and have a good time..

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

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.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...