recordset emty
SQL = "SELECT Filnavn FROM PICTURES WHERE Filnavn = '" & objFileItem.Name & "'"PicturesInDB = Conn.Execute(SQL)
if PicturesInDB.EOF and PicturesInDB.BOF then
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'EOF'
hva skyldes fejlen
