Re: troubels with data access in windows 2000



Rene Schouten wrote:
I wrote a program on a windows XP system to fill data in a combobox
from a access database

combobox1.additem adodc1.recordset!text

this works fine!

But when i do this on a windows 2000 system i get the message

object variable or with bl*** variable not set

and the line: combobox1.additem adodc1.recordset!text is marked in
yellow Some help would be nice

This looks like VB6. As far as I can see, it has nothing to do with ADO. I
suspect you need to install/upgrade a needed dll on the 2000 box. Post your
question to a visual basic group for more details.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


.