connection string

  1. P

    Resolved How to connect with my SQL-Database from Website Control Pannel?

    Hi I am using Windows applications. For local network, my application works fine. But my company they designed a static website and hence they request me to keep their database with website. Once I login to my website - DirectAdmin, from Databases, I create my SQL Database. By I don't know how...
  2. P

    Is it possible to access my MS-Access [.accdb] Database located in my website?

    Hi, I am using windows applications. I am in need to connect my Ms-Access database from remote. And I also have website. And I copy-paste my database to my website. public_html folder. Now is it possible to connect my Database with website path? Once possible kindly explain the details to get...
  3. NiceGirl13

    WPF error "the connectionString property has not been initialized"

    I have created a WPF project, where a user can insert the Servername in a textbox, and the connection should be saved in the app.config (in Runtime), ones that is done the data from a DB table should be loaded in the datagrid. When i press the connect button (after inserted the servername in the...
  4. C

    Multiple connection strings

    I have a winforms application & depending on the user selection regarding SQL authentication there are 2 possible connection strings :- - using (var con = new SqlConnection(String.Format("Data Source={0}; database={1}; Integrated Security=True", Sql_ServerName, Sql_DataBaseName))) - using (var...
Back
Top Bottom