30. december 2000 - 15:04Der er
20 kommentarer og 1 løsning
Problem med Chilisoft
En af mine venner fra England har sendt mig denne ASP problem. Da jeg ikke kender så meget til ASP kan jeg ikke hjælpe ham :o( ------------------------------------------
error:
ADODB.Connection.1 error \'800a0bb9\'
The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another.
/news.asp, line 7
Code for connection
<% Set Connect=server.CreateObject(\"adodb.connection\") DSNtemp=\"DRIVER={Microsoft Access Driver (*.mdb)}; \" DSNtemp=dsntemp & \"DBQ=\" & server.mappath(\"/sbc/db1.mdb\") Connect.Open DSNtemp SQLStmt = \"SELECT TOP 5 * FROM NEWS Order by id DESC\" Set RS = Connect.Execute(SQLStmt) %>
What is wrong? works fine on PWS but not on Chilisoft. Is there something different you have to do? --------------------------------------------
Er der nogen da kan hjælpe mig så jeg kan hjælpe ham?
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.