Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data  Source=D:\SQL\21.mdb;Persist Security Info=False"
Adodc1.CommandType = adCmdTable
Adodc1.RecordSource = 207 '用数字名字就不出错
Adodc1.Refresh以上Adodc1.RecordSource = 207 这句我改为
Adodc1.RecordSource = factory1 出现错误;提示叫我要先定义factory1
但我就是不知道定义为哪种类型!还是其他有什么错误
再次请教各位大虾!!!(有分的)