Sayfam
Set conn =
server.CreateObject("ADODB.Connection")
conn.Open connstr
Set rs =
server.CreateObject("ADODB.RecordSet")
rs.CursorLocation = adUseClient
rs.ActiveConnection = conn
rs.CursorType = adOpenStatic
rs.LockType = adLockReadOnly
kodlarının satırında
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/dosya.
ASP, line 77
hatası veriyor ne yapabilim. acil. teşekkürler