请教各位!
使用了这条语句后我的数据库中temp2表中没有加入记录.
dbs=open app.path & "\数据.mdb"
dbs.Execute "insert into temp2 " & "select * " & "from 客户管理 where 编号like'% " & cc & "%"'
是不是这段代码有问题,
请指教!!!!!!
********************************
还有一个问题
如何在vb中实现
客户端访问服务器数据库或局域网间访问数据库?????
我对网络不太了解.
我先谢谢大家了.