I need my reports to have dynamic connections strings.We have multiple database servers and catalogs and only want to maintain a single Report file.The only solution I could find that would let me do
I am trying to connect to a sqllite db from with a c# application. I have never worked with SQLLite before.
I recently migrated a database from sql server 2005 to 2008 on windows server 2008.Clients connect fine from their XP machines and so does the SQL Management Studio 2008.I have also tested a remote co
I have the following code to connect to a sql server compact edition 2008: private SqlConnection sqlConn;
Similar but not the same: How to securely store database connection details Securely connecting to database within a application
When trying to connect to a .mdf databse in ASP.NET (using c#) I am given this error: A network-related or instance-specific
We\'re migrating one of our sites to ASP.Net. We do not want to use integrated security, which uses the windows account to connect to sql server (not going to get into why, its just out of the questio
I have a database (sql 2008 mdf file), a class library project with an edmx file, created with the wizard. So the connection string is also made by the wizard.
I have an app that works fine on 32-bit systems, but fails on XP 64 bit systems.I\'ve tracked it down to the connection string defined in my app.config thus:
I am having SYBASE 12.5 install on my server as well as my PC, I am unable to get the correct connection string.