Using ASP and SQL Server.
Is it possible to search a field using an acronym such as BFP and find Boiler Feed Pump without hardcoding BFP into the table?
Hi Sheco,
When I put the Response.Write in, it gives me the error: Command text was not set for the command object for the rs.Open() line. Thank you for replying so quickly.
Hi,
I am getting this error:
Command text was not set for the command object.
/projects/Maintenance/search_results.asp, line 42
<b>Can someone tell what is wrong</b>
<b>Here is my code:</b>
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="../Connections/rs.asp" -->
<%
Dim...
I need to create a report that looks like the following:
It has a header section and then two identical forms follow it:
Header section
labid: AZ0515
Form1
storet: 00094
sampling date1 9-13-2003 results1
sampling date2 10-13-2003 results2
sampling date3 11-13-2003 results3
Form2
storet...
I am using Visual Basic 6 front end with SQL server 2000 backend. I'm using Crystal Reports 10 for my external reports. When I run my report, there is either minimal data or no data in the report. If I get out of the vb program and double click on the external report, the data is there. Can...
I created a website using a template. Everything has been working good, but now my template is screwed up. My webpages that use the template are fine because I haven't updated the webpages. Is it possible to take one of the pages that are ok and create a new template?
Can someone tell me what is wrong with this code? I get #name? on the report instead of the data.
'Load File Header Record 10 to the report
strSQL = "Select * from tbl_Rec10;"
Set rs = db.OpenRecordset(strSQL)
rs.MoveLast
rs.MoveFirst
For Cntr = 1 To rs.RecordCount...
I have a table in my database that I want to read and then write the data of a field from the table to an unbound field on the report. Can this be done?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.