close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

sql error after follow your new Tutorial "Dynamic Dropdowns with Data Bridge 2.0"

Thread began 2/14/2019 10:59 am by Jonas | Last modified 2/14/2019 2:42 pm by Ray Borduin | 313 views | 3 replies |

Jonas

sql error after follow your new Tutorial "Dynamic Dropdowns with Data Bridge 2.0"

I get the following error after done this new tutorial. Whats wrong?

"SELECT * FROM teams WHERE teamTown = %s ORDER BY teamName ASC

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%s ORDER BY teamName ASC' at line 1"

Sign in to reply to this post

Ray BorduinWebAssist

Install the latest version of DataBridge... there was an error in a previous version where it would replace ? with %s when you add the dynamic dropdown.

You can manually change it back to ? in your recordset on the page to fix the problem.

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

Jonas

Now I have reinstalled the latest version of DataBridge (234), which I had already installed !?

But it still writes the same error.

This does nothing for now - if it is so simple that it is just to replace with a? Sign.

I have gone through the tutorials several times but still get wrong. The Child menu is not displayed, but instead all the teams appear when I choose a city.

Sign in to reply to this post

Ray BorduinWebAssist

this:

php:
<?php if ($rsTeams->TotalRows == 0) { // Show if mysqli recordset empty ?>

  <select name="teams" id="teams">
    <option value="0">Then choose a team</option><?php // Show if mysqli recordset empty ?>


should be:

php:
<select name="teams" id="teams">

<?php if ($rsTeams->TotalRows == 0) { // Show if mysqli recordset empty ?>
    <option value="0">Then choose a team</option><?php // Show if mysqli recordset empty ?>
Sign in to reply to this post
Did this help? Tips are appreciated...

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