This topic is locked

Error -2147217904 inside frame

7/4/2006 5:04:58 AM
ASPRunnerPro General questions
S
s3tup author

Hello,

I created the asp and the result page inside a frame made with frontpage and going to a no-ip.com adress using windows IIS to run my database, when it opens the list page everything is Ok but when i click the view appears the error -2147217904 [Microsoft][Controlador Microsoft Access de ODBC] Poucos parâmetros. 2 esperado. ( few parameters. 2 expected), I noticed the cookie icon on Internet explorer was forbidden so i enabled the cookies for the site and the result (view) page was Ok and no errors occurred, is there any way to solve this problem? because if the page isn't inside the frame the error also does't appear, please help me ...

I know thatcookies must be enabled, but Internet Explorer on SP2 automatically blocks the page and gives the error message, and if put the page generated with asprunner opening alone in a _blank frame it all works well, but if i use it inside a integrated frame created inside index.html page generated on frontpage the error occurs, some people told me tu use cookie munger to make the remote machines to accept the cookies but i don't know where to download it is there any other way to resolve this

Sergey Kornilov admin 7/5/2006

I would recommend you to use include files header.asp and footer.asp instead of placing page into a frame. Put these files to include directory. You caqn use them to display header and footer on th each page.