HI:
I try to use the ADO connection as below it does not work.
set cnn = new ADODC.Connection
cnn.Connectionstring = "DSN=DBASE3File"
cnn.open <----- here it will prompt me error.
Also, it i use ado control with a DBGrid control to open a dbase3
database file, I can view it but not allow me to edit or add (it prompt
not enough info to refresh the Grid ....)
It there anyway i can do it, please help
Mok