close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Issue with rename recordset

Thread begun 9/14/2018 8:43 am by Mike | Last modified 9/15/2018 11:52 am by Ray Borduin | 618 views | 2 replies |

Mike

Issue with rename recordset

Hello,
I found this problem with last beta of DataBridge.
If I change the name of the recordset in a page, the rename process only the code in the head and not the values in the body.

Example, if I change this recordset from "rsTest"...:
<?php
$rsTest = new WA_MySQLi_RS("rsTest",$connCCLN,1);
$rsTest->setQuery("SELECT * FROM tbl_docs");
$rsTest->execute();
?>

... to "rsPages"...:
<?php
$rsPages = new WA_MySQLi_RS("rsPages",$connCCLN,1);
$rsPages->setQuery("SELECT * FROM tbl_docs");
$rsPages->execute();
?>

... the values in the body not changes (from "rsTest" to "rsPages") and Dreamweaver (last version 2018, english language, last version of mac os) view me an alert (see screenshot):
<?php echo($rsTest->getColumnVal("sezione_docs")); ?>

Is not realy important because I can rename manually but I think it's better to fix it.
Thanks.

Sign in to reply to this post

Ray BorduinWebAssist

I've just uploaded a new version that should fix this problem.

It appears to be a bug in the latest version of Dreamweaver. Their function to open the find and replace dialog causes a crash. I've replaced it with an automatic find and replace that should work in its place.

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

Mike

Perfect Ray, now rename correctly.
Thanks!

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...