PDA

Click to See Complete Forum and Search --> : strange error after deletion adodc. important!


arnas
Jul 6th, 2000, 11:35 AM
hi! I receive such error "[Microsoft] [ODBC Driver Manager] DataSource name not found and no default driver specified" when I start form. The error appeared when I delete all Ado data controls from the form. what to do???
thanx!

Glenn
Jul 6th, 2000, 04:09 PM
It sounds like you still have controls on the form that are referencing the deleted data controls.

If you aren't going to use the data controls anymore than you should unlink the controls by clearing the data source property of the controls.

Hope this helps.

:):)