Open the DataLinks dialog from a webpage?

  • Thread starter Thread starter Derrick
  • Start date Start date
D

Derrick

Hello all;

I'd like a button on my webpage that will enable the user to create a
connection string via the Data Links dialog box that we all use at design
time. I found this code on CodeProject:

http://www.codeproject.com/cs/database/DataLinks.asp#xx743721xx

I copied and pasted this into my application, however when I run it, the app
just hangs on the PromptNew() call (I never even bothered with the
PromptEdit, as I'm primarily interested in creating new connection strings).

Is there another / better way of doing this?

Thanks for your help,

Derrick
 
Back
Top