Open mpp file which is saved in Sql in asp.net

V

vikas.kurane

sir,
I have saved mpp file as ODBC database in sql server. At the time of saving i have created new system dsn where i have specified database where it will create its own mpp tables.

Now, suppose i want to open same mpp as ODBC then i will go to menu File-Open option where i will choose option ODBC then i will select DSN & it will give show one window where project list will display to open my projects.

My query is

How to open a mpp stored in sqlserver database in ASP.Net where for database connection i will pass all parameters through code as hardcode values like for user id = sa; pwd=sa. bla bla.... so that it will not ask me uid & password to connect to db.

Now in my development, I have displayed only project list from MSP_PROJECTS table in ASP.net on Web Page.

I will click one of the project it should open that mpp file as ODBC database in an Web Page without asking me uid & password.

Plz help me asap......
Need urgent help....
 

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

Top