Hi all,
I want to use the standard ADO connection string dialog box in MS Access. How can I do that?
|
|
|
|
|
|
|
|
||
|
|
|
If not already selected, check the following references in the References dialog: Microsoft OLE DB Service Component 1.0 Type Library Microsoft ActiveX Data Objects 2.7 Library The following code will open the dialog box and set a connection object to the parameters provided in the Data Link Properties dialog box:
You can then open an ADODB recordset with the connection or retrieve properties about the connection and proceed as needed. |
|||
|
|
|
In addition to prerequisites as per John Mo, the following function will return you a full ADO connection string. It can be initiated with a default '
|
||||
|