database error

  • Thread starter Thread starter Qaddoumi
  • Start date Start date
Q

Qaddoumi

Dears,

I have a problem with fp2002 or WIN XP , I am not sure.
this problem let me stop for two years.
i am sure that most of you face it.

On my localhost every thing was working fine, that was before 2 years.
After some updates from Microsoft , every thing stopped I got the message

(Database Results Error
The operation failed. If this continues, please contact your server
administrator)

I am sure this problem comes after some security update.
Any one can help me to solve this prolem.

regards
 
thank you for your help, but all these links talking about Frontpage or iis
problem . and i think my problem is in permissions.
so do any body have an idea about the permision i have to change.

thanx
 
i will give some details,
1- my files are out of wwwroot, it's in folder in e.g. d:\
2-i am useing fp 2002 with xp pro and my database is ms access.
3-i used to bulet some asp pages by take the qry from access and paste it on
asp page through insert database resule wizard.
4-these page do delete action or update action.

then.

what happened????????

some updates were installed ( that is start the last year).

the resulte was:

1- asp view pages is working ok.
2- any asp pages with edit or delete is not working and giving me the message:
Database Results Error
The operation failed. If this continues, please contact your server
administrator
3- the thing i can not understand that it website is not working where ever
i test on any other computer , like some thing has been built in files.

i have three pc's and two laptops ,and all have the same message.

i don't know if this help you to fined the problem
 
You are using the Database Results Wizard to edit/delete records. Make the
edit in _fpclass/fpdbrgn1.inc file
Kathleen suggested and test the page again - this will tell you the actual
error.
 
i made test web , how i can send it to you?

Ronx said:
You are using the Database Results Wizard to edit/delete records. Make the
edit in _fpclass/fpdbrgn1.inc file
Kathleen suggested and test the page again - this will tell you the actual
error.
 
i am using:

from menu - insert - database - results.
then i choose my table - next >>i choose custom query then edit - then i
paste my SQL query.
the SQL query taken from access database , how?

i made my query in access then from view i choose SQL view.-copy and paste
it there.
 
Publish to a Windows server, and post the link.
Did you make the changes to _fpclass/fpdbrgn1.inc ?
 
new i followed the artical and searched .
what i think is after installing microsoft office 2002 SP3. the files The
Fpdbrgn*.inc has changed, so asp pages that made by SQL query will not work.
that was on http://support.microsoft.com/kb/907307.

now my question is : is this working in FP2002, coz they were talking about
FP2003.

regards
 
ok i did it,
1- upgrade to fp2003
2- i the file fpdbrgn1.inc line 19 chage false to true.

thats all
 
Back
Top