Hi *.*,
To export data first it should be hold in a Dataset or Datatable or else where we can loop(Here i used a dataset).In this blog i'm posting some Asp.net,Sql Server,Jquery,HTML-5,sqlite,C#,JavaScript scripts and sample codes that i found and created by me or my friends with a mind that it Save/ Help our ass some ways...
Showing posts with label Connection String. Show all posts
Showing posts with label Connection String. Show all posts
Sunday, November 20, 2011
Friday, November 18, 2011
Not allowed to change the 'ConnectionString' property. The connection's current state is open
Hi *.*,
Yet Another error,Sharing your connections is the problem.
Thursday, November 3, 2011
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
Hi *.*,
This is one of the most frequently asking question on sql/asp fourms.
Reasons for this error:
If u had any trouble just ask, Happy to help u :)
Stay Tune...
Have a nice day... 'N happy Coding :)
This is one of the most frequently asking question on sql/asp fourms.
Reasons for this error:
- Make sure your connection string data are correct and only that particular string is you calling.
- You need to enable the listener on port 1433 in the SQL Server Configuration Manager control panel
- Enable the "sa" user. It's disabled by default after the install.
- Set a password on the "sa" user.
- Enable SQL Authentication + NT Authentication mode.
- Make sure the Windows firewall isn't blocking port 1433.
- Try the default instance name instead of SQLEXPRESS.
- Make sure the remote connection is using TCP/1433
If u had any trouble just ask, Happy to help u :)
Stay Tune...
Have a nice day... 'N happy Coding :)
Subscribe to:
Posts (Atom)