Tuesday, February 21, 2006

Access & CVS

after checking a ms-access database out form cvs, one of the forms was broken.
within the form, I'd use the Microsoft common dialog to browse for a file. When checked out of CVS, this returned an automation error -2147467259, which was not terribly useful seeing as it only indicates an "Unknown Error"
As it turns out, for some reason the MS common dialog was stripped off of the forms at some point in the process. I simply re-created these and off it went.

No comments:

DBT-50000 when using DBCA.bat on Windows (Oracle 19.11)

I’ve been having some trouble getting DBCA to run in order to create databases. Thought I’d share it with you, and thus document it for la...