No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
i want to insert rows one by one into a database in the sql server 2005. the problem is that i have tried all possible but the rows just dont get added to the database, i get an exception on executing this code, i get this exception Unhandled Exception: System.IndexOutOfRangeException: … | |
Re: post is unclear...... exp in detail wat d problem is let me know | |
Re: go to the design view, select the button and go to the properties - then change the name of the button.. | |
Re: you can use SQL server. if u have any queries let me know | |
Re: google it... u'll get loads of it. see csharpfriends.com aspfree.com csharpcorner | |
Re: -post is a bit unclear man.... wats d code... it';ll b better to solve | |
Re: hi rutul, there are 2 things 1) first of all u shud create a connection string refer [this site](http://www.connectionstrings.com) it has for all types of databases. 2) and then execute an sql command here is a sample program to connect to an sql server 2005 with C#(its compiled inVS2003) it … | |
hello everyone, I have created a console app for receiving files thru sockets. Now what i need to do is to change it to a windows service so that it will dynamically keep receiving files all the times -- and store them in a separate folder. The problem is that- … |