VB6 ADO->ODBC->.MDBs ??s 
Author Message
 VB6 ADO->ODBC->.MDBs ??s

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  
 VB6 ADO->ODBC->.MDBs ??s
Yes.  This worked for me

Dim o As New ADODB.Recordset

    o.Open "select * from parents", "filedsn=testdsn;"



Mon, 20 May 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. using The Shell Command >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

2. <<<<<<<<ComboBox>>>>>>>>>>>>

3. >>>>>>While Not rst.EOF

4. PSUDOCODE HELP >>>>>>>>>>>

5. ORACLE->ODBC ->VB5->HTML

6. ORACLE->ODBC ->VB5->HTML

7. ORACLE->ODBC ->VB5->HTML

8. Pass Data VB>SQL>ODBC>Oracle Database

9. ORACLE->ODBC ->VB5->HTML

10. VB5<->RDO2<->ODBC<->ORACLE Procedure Problem

11. Seeking advice on VB6->ADO->SQL Stored Procedure Error Handling

12. Seeking advice on VB6->ADO->SQL Stored Procedure Error Handling

 

 
Powered by phpBB® Forum Software