| | I am working on modifying an existing script that is used to open and modify a dbase4 file. The Problems that I am coming into are twofold. one I would like to be able to use this script file on both widows desktop and windows mobile. the "varset()" command for the desktop version is as follows: Sub VarSet() set cnn=CreateObject("ADODB.Connection") set rs=CreateObject("ADODB.Recordset") I know the adodb object is for the desktop odbc driver for dbase files, and have that set properly for the system dsn. I need to know what I would set that to for the windows mobile platform. thanks |

