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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top