PDA

Click to See Complete Forum and Search --> : ADODB


kermit
Jul 1st, 1999, 06:40 PM
I am trying to make a db connection, but it doesn't give me ADODB as an option from the list.

thorne
Jul 1st, 1999, 08:24 PM
You need to add the Microsoft Active Data Objects Library to your project.

Projects | References...
Scroll down a ways and you will see the option. Check the box and click OK. (Use 2.1)

Then you dim a variable as ADODB.

kermit
Jul 1st, 1999, 09:31 PM
Actually, that's what I did. I'm wondering why it still doesn't work.

jmcant1
Jul 6th, 1999, 06:26 PM
Did you try adding the MS ADO Data Control under Project|Components?

Did you create your control by copying another control? Is so, did you answered 'Y' to create data control array? That could be the problem.