数据库问题!!这是个什么错误????快来看看~~ 请教高手!!!!!快来帮帮忙!!!
strsource = "select * from source..cxsource where not exists (select * from temps..cxtemp where source.db.cxsource.names=temps.db.cxtemp.names and source.db.cxsource.age=temps..cxtemp.age) "
rssource.Open strsource, cntemp, adOpenDynamic, adLockOptimistic
系统提示:mathod 'open' of object '_recordset' failed
这是怎么回事??
rssource我已经set ...new
cntemp 打开的是 temp数据库!!
这个问题应该怎么解决??
谢谢了!!!!
紧急!!!!