dbType:="Microsoft Access Driver (*.mdb)"
dbList:="DSN=studentDSN;"
dbList:=dbList^"Description=My ODBC DSN;"
dbList:=dbList^"FIL=MS Access;"
dbList:=dbList^"DBQ="^FileLocation^"student.mdb;"
result:=tMsDBRegister(4, dbType, dbList)
odbchandle:=ODBCOpen(WindowHandle, "ODBCError", "studentDSN",,)
就是像上面一样要说明是什么样的数据库,呵呵上一贴说的不是很清楚。