close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

MySQLi recordset not returning correct values

Thread began 3/21/2022 6:56 am by sandy170299 | Last modified 3/22/2022 9:07 am by Ray Borduin | 319 views | 6 replies |

sandy170299

MySQLi recordset not returning correct values

I have a search form on one page, and the results on another page.

This is my form:
<form action="ocodeSearch.php" method="post">
Search by OCODE <input name="ocode" type="text" id="ocode" size="15">
<input name="submit" type="submit" id="submit" value="Search">
</form>

This is the query on the results page:
<?php require_once('Connections/nelson.php'); ?>
<?php require_once('webassist/mysqli/rsobj.php'); ?>
<?php
$strQuery = new WA_MySQLi_RS("strQuery",$nelson,1);
$strQuery->setQuery("SELECT * FROM nelsonoc WHERE ocode LIKE ?");
$strQuery->bindParam("s", "".(isset($_POST['ocode'])?$_POST['ocode']:"") ."", "-1"); //colname
$strQuery->execute();?>

<p>Total records: <?php echo $strQuery->TotalRows ?> </p> No matter what I enter in the search field, it always returns a record count of 0. I'm also getting an error when I create the recordset (see screen print).

ocode is a varchar field. Please see attached screen prints. Hopefully, you can tell me why it's not working.

Thank you.

Sign in to reply to this post

Ray BorduinWebAssist

The code looks correct. Is there any way I could get FTP access and a URL to reproduce? What are you entering into the search field?

I'll have to debug this one live to see what is going on.

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

sandy170299

Unfortunately, it's localhost only right now. The real site is live,but i can't alter it. It's a very old application, and I'm trying to give them a couple of extra features.

Sign in to reply to this post

Ray BorduinWebAssist

Can you attach the page? That might be enough... It could be an issue with your local connection or database. Maybe try creating a new page with a different name you can test live with to see if it is an issue with the localhost.

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

sandy170299

I did test the DB and code, because I tried connecting it manually, and it worked. I will attach the pages.

Attached Files
OCODES.php
ocodeSearch.php
Sign in to reply to this post

Ray BorduinWebAssist

I'll have to set up screen sharing to debug this with you. I don't see anything wrong with the code on the page and if it is only available on localhost, then I'll need to screen share to see and debug it properly.

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

sandy170299

I probably won't have time until later this week. I'll let you know, okay? 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...