在authorware6.5中设置自动配置ODBC数据源时,使用的数据库是FOXPRO,数据源名为tikuDSN,编写的程序如下:
dbReqType:=4
dbtype:="Micorsoft Visual FoxPro Driver"
dbList:="DSN=tikuDSN;"
dbList:=dbList^"Description=Visual FoxPro数据库;"
dbList:=dbList^"SourceType=Visual FoxPro database(.DBC);"
dbList:=dbList^"SourceDB=d:\\myproject\tiku.dbc"
ODBCSourceInstalled:=tMsDBRegister(dbReqType,dbtype,dbList)
问题是:运行后没有自动配置ODBC数据源,请问错在哪里啊?万分感谢,急啊