Click here to Skip to main content
15,900,110 members
Home / Discussions / C#
   

C#

 
AnswerRe: using data retrieved from gridview Pin
Not Active27-Nov-06 11:28
mentorNot Active27-Nov-06 11:28 
GeneralRe: using data retrieved from gridview Pin
kgarl28-Nov-06 4:37
kgarl28-Nov-06 4:37 
QuestionPossibility in C# Pin
netJP12L27-Nov-06 10:54
netJP12L27-Nov-06 10:54 
AnswerRe: Possibility in C# Pin
Christian Graus27-Nov-06 11:08
protectorChristian Graus27-Nov-06 11:08 
JokeRe: Possibility in C# Pin
Paul Conrad27-Nov-06 19:51
professionalPaul Conrad27-Nov-06 19:51 
GeneralRe: Possibility in C# Pin
Pete O'Hanlon27-Nov-06 22:34
mvePete O'Hanlon27-Nov-06 22:34 
QuestionHow To programming Client/Server database ? Pin
hdv21227-Nov-06 9:58
hdv21227-Nov-06 9:58 
AnswerRe: How To programming Client/Server database ? Pin
Michael P Butler27-Nov-06 10:34
Michael P Butler27-Nov-06 10:34 
hdv212 wrote:
i want to write Client/Server Programming database with vc#2005 & sql2005 or 2000, but how to connect to sqlserver from network and how to insert,Update,Delete transaction in my database on the network??
Please get me an article or full description on this topic.


Again, your question is pretty vague.

You can use the SqlConnnection class and related objects to connect to an SQLServer via the network. The connection string determines which server to connect to. This[^] covers the standard ways of connecting to the various server configurations.

As for the Insert/Update/Delete, I use stored-procedures that are executed from SqlCommand objects.

The Microsoft Enterprise Library Data Application block[^] is my preferred method of writing DB code.


AnswerRe: How To programming Client/Server database ? Pin
ednrgc28-Nov-06 2:37
ednrgc28-Nov-06 2:37 
Questionhow to use Sql Server 2005 Reporting Services ? Pin
hdv21227-Nov-06 8:35
hdv21227-Nov-06 8:35 
AnswerRe: how to use Sql Server 2005 Reporting Services ? Pin
Michael P Butler27-Nov-06 10:29
Michael P Butler27-Nov-06 10:29 
Questionwhat is happen Pin
amirafouad2127-Nov-06 8:21
amirafouad2127-Nov-06 8:21 
AnswerRe: what is happen Pin
Nader Elshehabi27-Nov-06 8:37
Nader Elshehabi27-Nov-06 8:37 
GeneralRe: what is happen Pin
amirafouad2127-Nov-06 9:59
amirafouad2127-Nov-06 9:59 
AnswerRe: what is happen Pin
Nader Elshehabi27-Nov-06 11:53
Nader Elshehabi27-Nov-06 11:53 
GeneralRe: what is happen [modified] Pin
amirafouad2128-Nov-06 5:35
amirafouad2128-Nov-06 5:35 
GeneralRe: what is happen Pin
Nader Elshehabi28-Nov-06 8:20
Nader Elshehabi28-Nov-06 8:20 
QuestionDatagrid parent children rows??? Pin
Small Rat27-Nov-06 6:21
Small Rat27-Nov-06 6:21 
AnswerRe: Datagrid parent children rows??? Pin
Not Active27-Nov-06 7:40
mentorNot Active27-Nov-06 7:40 
Questionoverload,override,abstract Pin
saravanan0527-Nov-06 5:42
saravanan0527-Nov-06 5:42 
AnswerRe: overload,override,abstract Pin
J4amieC27-Nov-06 5:57
J4amieC27-Nov-06 5:57 
GeneralRe: overload,override,abstract Pin
Eric Dahlvang27-Nov-06 7:22
Eric Dahlvang27-Nov-06 7:22 
GeneralRe: overload,override,abstract Pin
J4amieC28-Nov-06 0:33
J4amieC28-Nov-06 0:33 
AnswerRe: overload,override,abstract Pin
karam chandrabose27-Nov-06 9:20
karam chandrabose27-Nov-06 9:20 
QuestionHow to detect DataGridView Order Change ? Pin
Marcos Hernandez27-Nov-06 5:40
Marcos Hernandez27-Nov-06 5:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.