Tried it also. And the result is: "unspecified error" (shit)
I'm now using this code:
Function ConConnect()
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\Inetpub\wwwroot\rehber\db\denizbaris.mdb ;"
End Function
ConConnect()
Set Katalog = Server.Createobject("Adodb.Recordset")
SQL = "Select * from CATALOG where ID = "& Request("ID")
Katalog.Open SQL, conn, 1, 3 '<---- UNSPECIFIED ERROR AGAIN
I'm using this one this time because I've used the same code for all the complete site. As I said before I got no errors until now. just writing something in that CATALOG table is impossible. Maybe I've done something wrong in MS Access while creating the table ?
hell...

peace
Baris