In scouring the references sources, I have been unable to get a definitive answer to this question: is it POSSIBLE to use a FILEDSN in an ADO connection in vb6??? if so, pray tell me how! Thanks.
Mon, 20 May 2002 03:00:00 GMT
Adrian Forbe #2 / 2
VB6 ADO->ODBC->.MDBs ??s
Yes. This worked for me
Dim o As New ADODB.Recordset
o.Open "select * from parents", "filedsn=testdsn;"