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 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 me one window where project list wil displayed to open your 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 like for user id = sa; pwd=sa. etc. etc. so that it will not ask me uid & password to connect to db.
Now in my development, I have displayed all data 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.
I have saved mpp file as ODBC database in sql server. At the time of saving i have created new system dsn where i 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 me one window where project list wil displayed to open your 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 like for user id = sa; pwd=sa. etc. etc. so that it will not ask me uid & password to connect to db.
Now in my development, I have displayed all data 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.