set rs=conn.Execute ("INSERT INTO Film(Titel,År,Kat) VALUES ('" & request.Form("Txt_Titel") & "','" & request.Form("Txt_Ar") & "','" & request.Form("check_kat") & "')")
set rs2=conn.execute ("SELECT * FROM film WHERE titel='Erik'")
Och jag får följande fel:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.