#12002/4/12 16:41:30
各位同仁:
我用awthorware做了一个自动抽题程序。题目库是FOXPRO5.0的dbc数据库
现我要现实自动配置ODBC数据源,我计算图标中的语句如下:
dbreqtype:=4
dbtype:="Microsoft visual foxpro driver"
dblist:="DSN=kstm;"
dblist:=dblist^"description= odbc dsn;"
dblist:=dblist^"fil=vfp;"
dblist:=dblist^"dbq=g:\\lml\\dbc\\jsk.dbc"
result:=tMsDBRegister(dbreqtype,dbtype,dblist)
可是总是不能成功,请各位帮帮忙,错误到出现在哪里?
小的在这有礼了。