database connection - ConnectionString window

  • Thread starter Thread starter rob_K
  • Start date Start date
R

rob_K

Hello

How to execute (in code) standard "ConnectionString" window, used to create
connectionString

Regards
 
Hello Rob,

It's done through the OLEDB's IDBPromptInitialize interface. Please refer to
the "Creating Data Source Objects" topic in the "OLE DB Programmer's
Reference" section of the MSDN library.
 
Back
Top