Hi,
I am getting the error "unterminated string constant".
I have an input box. When I type "affected party" and press submit. The submit button calls an insert function and it inserts into an Oracle database. This all works fine.
When I copy and paste "affected...
Hi,
I am getting this error.
Error Type:
(0x80020009)
Exception occurred
I am using Oracle8. I am getting this error when I try do display a date on my asp page. Here is the code that I am getting the error with.
<%if InStr(ucase(rsf("create_dt")),ucase(search_criteria)) <> 0...
Hi,
Does anyone know if there is such a thing as a JavaScript function being called from a link?
I have a delete page, the user types in a word to be deleted form the oracle database. The page then displays the record as a link. The user clicks the link and the record is deleted. I want to...
--------------------------------------------------------------------------------
Hi,
I have this update page. The user enters in a record to be updated on a form. The page then displays the record to be updated. I am trying to add a error message to check if what the user typed in doesn't...
Hi I am trying to add paging to my search page. I have tryed different ways but I can't seem to get it to work. Does anyone know of a place that I might be able to find an example using a Oracle database and without using absolute page?
Thanks,
AmisimA
Hi I am trying to highlight my search results. I have a replace function, when I highlight the search result the rest of my results changes into upper case. This is what my code looks like:
<%if InStr(ucase(rs("EN")),ucase(search_criteria)) <> 0 then %>
<td><B>{EN}</B></td>...
Hi,
I am trying to display 10 results per page and have links to next page. I am getting -1 as a page count. I am using rs.pagecount. I am using Oracle as my database, does the pagecount work with an oracle database?
Thanks,
Amisima
Hi,
I have a search page and I would like to know if anyone knows how to display 10 results per page with navigation for the remaning pages.
Thanks,
Amisima
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.