
CR9 does not change table location at run time
This works fine in CR 8.0, but not in CR9:
dbtable.SetLogOnInfo mODBCName & Chr(0), _
mTableName & Chr(0), mUid & Chr(0), mPwd & Chr(0)
I tried this, but nothing happens:
With dbtable.ConnectionProperties
.Item("DSN").Value = mODBCName
.Item("Database").Value = mTableName
.Item("User ID").Value = mUid
.Item("Password").Value = mPwd
End With
I applied the cr90dev and cr90main hot fix, but ... the same: it does not
work !!!
Help
many thanks