PDA

Click to See Complete Forum and Search --> : connect to sql without ado


efrat
Jan 10th, 2000, 04:00 PM
hi all
is there is a way to connect sql
without ado rdo
just odbc ?
efrat

FirstKnight
Jan 10th, 2000, 06:46 PM
efrat,

correct me if i'm wrong but i'snt ado, rdo etc. just different odbc drivers? you will have to specify wich one you would like to use.uhm...i think :)

efrat
Jan 10th, 2000, 08:28 PM
yes but if the user have not mdac
i want to open all of the db
just with odbc not with activex com
dont want that the user install mdac for ado
or anything else

thanks
efrat

------------------

JHausmann
Jan 11th, 2000, 04:06 AM
Yes, you can code to the ODBC drivers directly. I think the VB6 docs have some decent examples, too.