Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening a silent connection to SQL

Status
Not open for further replies.

DvDvDvDv

Programmer
May 24, 2001
100
PT
Hi all,

I've got a problem. If somebody has the answer please reply my issue.
I'm programming a software in VB which opens a Microsoft Project file. This file is connected to a SQL Database using a dsn.
My problem is: When my software opens the microsoft project with a file, it prompts always a confirmation to open the database using the password I registered on the dns and on my software.
What I want is my software open the database silently, mke the changes to my file and close it without prompting a confirmation.
More information: I registered the password and user on the software and the dsn connection...

How can I do this ?

Please help me

Dv
 
do connection string show the same errors?

Known is handfull, Unknown is worldfull
 
No.

There is no error. My problem is when the MS Project opens, try to use the database in sql and shows a window asking for a confirmation (in the window we can see the connection string used by the dsn).
Its just a confirmation. What I really want is the project opening a SQL database without this prompt window.

Dv
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top