Ask a Question related to Dreamweaver AppDev, Design and Development.
-
ceaseanddesist #1
check if a recordset exists
in asp is there a way to determine wether a recordset exists or not . the
problem is i have On Error Resume Next on my page and if duff data is
entered and the recordset fails <% If Not rsnews.EOF Or Not rsnews.BOF Then
%> is ignored and the code enters an infinate loop
any ideas / suggestions ?
ceaseanddesist Guest
-
Check to see if a page exists?
Is there a way that I can check to see if a page exists? I was thinking it might be possible with CFHTTP or something along those lines but am not... -
Check if table exists
ON.KG wrote: One thing to consider: you are making a trip to the database to determine if a table exists. If it exists, you are then making... -
HOW TO: check if a URL exists or not - ErROR 404 ?
My php passes through some links. But I want to redirect if the URL does not exist. How best to check if a URL is there or not? Thanks, gsb -
Seeing If Recordset Object Exists !
The property statement below will aim to identify whether a recordset object (rs) exists, and is not eof; and set its value the the recordset data.... -
how to check if a process still exists in a C app
I have the process id. I want to check if it is still running. What is the best (and fastest) way to do this? (for HPUX, AIX, Linux) I can... -
Julian Roberts #2
Re: check if a recordset exists
You could use the logic in the 'Check Username Exists' server behaviour in
the Login suite.
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest



Reply With Quote

