' SQL forespørgsel strSQL = "SELECT MAX(id) AS sidsteId FROM produkt"
' Udfør forespørgsel (rs indeholder nu resultatet) Set RS1 = Conn.Execute(sqlSQL) strSQL2 = "select * from produkt where id = " & RS1("sidsteId") Set RS = Conn.Execute(sqlSQL2)
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.
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.