Database results Wizard with Search Field

B

Bakkies

I am using FP2003 pages to update a SQL2000 DB.
I used the DB Results Wizard to create a page displaying records adhering to
certain criteria - these criteria is used as a search field - thus only
displaying adhering records from the DB. This works fine with similar pages I
have already setup but now I can not create any .asp result pages working
with a search field. I get the following error message in the results area:
"Database Results Wizard Error
The operation failed. If this continues, please contact your server
administrator."
If I remove the search field all the records from the table I am accessing
on the DB is displayed.
Is there a limitation in FP2003 on the number of .asp or .aspx pages taht
can be created and if not why I am getting these problems?
 
K

Kevin Spencer

What exactly are the criteria? Are you using a custom query? If so, what is
the SQL code? Otherwise, what are you searching on?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
The sun never sets on
the Kingdom of Heaven
 
B

Bakkies

Hi Kevin

Thanks for your response...
The field I am searching on in the SQL DB is of data type numeric, a Index
Key and Auto Inceremental. I have created similar pages in FP2003 searching
on fileds with data type integer without problems, thus I have chnage the
search field in the SQL DB to data type bigint and it resolved the problem.
Looks like FP2003 has a problem searchng on fields in SQL2000 of data type
int...
 
B

Bakkies

Sorry - problem with searching on fields in SQL2000 with data type numeric
not integer as previously mentioned.
 
K

Kathleen Anderson [MVP - FrontPage]

The FP2003 code has changed slightly. To see the true error, open the hidden
folder /_fpclass/ and edit the fpdbrgn1.inc file

At about line 19, change :

fp_DEBUG = False

to :

fp_DEBUG = True


--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
 
K

Kevin Spencer

What is the field name? What did you put into the Wizard or custom query?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
The sun never sets on
the Kingdom of Heaven
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top