- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
5 Posted Topics
Re: The connection string in the cn.open statement can vary depending on situation. See www.connectionstrings.com for a reference on the different options. Hi Sushil, use this code to add data in a table using asp and sql server <% dim cn, rs set cn=server.CreateObject("adodb.connection") cn.Open "Provider=sqloledb;SERVER=localhost;DATABASE=your_database_neme;UID=your_database_login_id;PWD=your_database_login_password;" set rs=server.CreateObject("adodb.recordset") rs.open "Select * … | |
Re: Hi Sutanu See www.connectionstrings.com for connection strings options. It might be of help to try the different once there. Good Luck! | |
Re: Try the different connection options on [url]www.connectionstrings.com[/url] to find one that works. | |
Re: There are different options and differnet providers when connecting to SQL Server. To have an overview you can go to [url]http://www.connectionstrings.com/sql-server-2005[/url] and see the different options. Good luck! | |
Re: Also see [url]www.connectionstrings.com[/url] for various connection options. |
The End.