close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

REGOGNISED PASTED SQL CODE

Thread began 9/20/2019 1:53 pm by software.current355386 | Last modified 9/23/2019 12:58 pm by Ray Borduin | 369 views | 4 replies |

software.current355386

REGOGNISED PASTED SQL CODE

GOT RS FOR MYY MRT DETIL PAGE AS A BLOCK OF COODE THAT I JUST WANT TO COPY AND PASTE DUE TO MY ISSU‰ WHITH TYPING

THE SB PANEL REFUSED TO RECOGNITES THIS NEW ISSERTION ANY SUGGESTIONS

ITSTHE RS MRTDBMADI_DETAIL NOT SEEN

Sign in to reply to this post

Ray BorduinWebAssist

Use this:

php:
<?php

$MRTdbmADI_details 
= new WA_MySQLi_RS("MRTdbmADI_details",$dbUpdate,1);
$MRTdbmADI_details->setQuery("SELECT dbmADI.*, GROUP_CONCAT(dbmSite.dbmSite SEPARATOR ',  ') AS SelSites FROM dbmADI LEFT OUTER JOIN MRT07 ON dbmADI.dbmADIID = MRT07.MRT07dbmADIID LEFT OUTER JOIN dbmSite ON dbmSite.dbmSiteID = MRT07.MRT07dbmSiteID WHERE dbmADI.dbmADIID = ?");
$MRTdbmADI_details->bindParam("i""".(isset($_GET['dbmADIID'])?$_GET['dbmADIID']:"")  ."""-1"); //WAQB_Param1
$MRTdbmADI_details->execute();
?>



You had extra spaces and dollar sign in your code preventing it from being recognized.

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

software.current355386

it now recognised the SB
NOOW GET SQL ERROR

Sign in to reply to this post

software.current355386

got it working but now goy other issues

insert page the primary page record number is 1 out in the MRT table main says 1065 but MRT SAYS 1064
Insert & update pages load the file name int the field only
no physical file upload, and the file gets incremented regardless and this is happening even no file transfer

Sign in to reply to this post

Ray BorduinWebAssist

Please post one issue at a time with as much detail as possible as well as a url to reproduce and a copy of the page you are working on. I can't quite figure out what is wrong or comment on solutions based on your previous post. Please also start a new thread for each issue so that I can track and answer them efficiently.

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