看看这段程序错在那里
帮我看看这段程序错在那里 运行是总说 类型不匹配l_strsql="select * from userandpassword where user=' " & text1.text &"' and
password=' "& text2.text & "'"
set l_rs=l_db.Openrecordset(l_strsql) 运行至此就说类型不匹配
public l_strsql as string
public l_rs as recordset
public l_db as database