Medlem
|
|
Reg.datum: Sep 2004
Inlägg: 71
|
|
Medlem
Reg.datum: Sep 2004
Inlägg: 71
|
Kod
Set RecSet = Server.CreateObject("ADODB.Recordset")
Visa = "SELECT * FROM impro ORDER BY impro"
RecSet.Open Visa, Connect, adOpenStatic, adLockOptimistic %>
Felmeddelande
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/webbfab/adm.asp, line 12
|