I'm using msde 2000 sp3a for my database. Everytime I connect, I got this exception:
Quote:
quote:Project SampleDB.exe encountered unhandled exception class System.Security.SecurityException.
|
I am using the free IDE from Borland, C#Builder Personal and my connection string looks like this:
Code:
"Initial Catalog=SampleDB;Data source=urstoff\\msde;Integrated security=SSPI";
This application runs on my other pc where I started it.