Click here to Skip to main content
16,005,121 members
Home / Discussions / C#
   

C#

 
GeneralRe: User Controls Pin
mark_w_13-Feb-07 23:39
mark_w_13-Feb-07 23:39 
AnswerRe: User Controls Pin
Martin#14-Feb-07 0:06
Martin#14-Feb-07 0:06 
GeneralRe: User Controls Pin
mark_w_14-Feb-07 0:27
mark_w_14-Feb-07 0:27 
QuestionRun SQL Server script from C# code Pin
Sushant Duggal13-Feb-07 22:15
Sushant Duggal13-Feb-07 22:15 
AnswerRe: Run SQL Server script from C# code Pin
Blue_Boy13-Feb-07 22:33
Blue_Boy13-Feb-07 22:33 
AnswerRe: Run SQL Server script from C# code Pin
Pete O'Hanlon13-Feb-07 22:41
mvePete O'Hanlon13-Feb-07 22:41 
GeneralRe: Run SQL Server script from C# code Pin
Sushant Duggal14-Feb-07 0:28
Sushant Duggal14-Feb-07 0:28 
AnswerRe: Run SQL Server script from C# code Pin
Colin Angus Mackay13-Feb-07 23:59
Colin Angus Mackay13-Feb-07 23:59 
Sushant Duggal wrote:
Can you guide me??


You can run just about any SQL through a SqlCommand. Just read the file in to a string and dump the string into the SqlCommand.

NOTE: GO is not SQL. It is a preprocessor command to Query Analyzer to tell it to split the file into batches. If your file has GOs in it, you need to split it up and send them as separate SqlCommands.




AnswerRe: Run SQL Server script from C# code Pin
Sushant Duggal14-Feb-07 0:30
Sushant Duggal14-Feb-07 0:30 
Questionrichtextbox question Pin
frossie13-Feb-07 22:03
frossie13-Feb-07 22:03 
Questionget value from string into textbox Pin
Nekshan13-Feb-07 21:50
Nekshan13-Feb-07 21:50 
AnswerRe: get value from string into textbox Pin
N a v a n e e t h13-Feb-07 21:52
N a v a n e e t h13-Feb-07 21:52 
GeneralRe: get value from string into textbox Pin
Nekshan13-Feb-07 21:57
Nekshan13-Feb-07 21:57 
AnswerRe: get value from string into textbox Pin
virendra patel13-Feb-07 21:54
virendra patel13-Feb-07 21:54 
GeneralRe: get value from string into textbox Pin
Nekshan13-Feb-07 22:02
Nekshan13-Feb-07 22:02 
GeneralRe: get value from string into textbox Pin
virendra patel13-Feb-07 22:04
virendra patel13-Feb-07 22:04 
Questionhow can i send/receive data to parallel port in C#.net and windows XP Pin
gpremkamal13-Feb-07 21:49
gpremkamal13-Feb-07 21:49 
AnswerRe: how can i send/receive data to parallel port in C#.net and windows XP Pin
dipswitch@ownage4u.nl13-Feb-07 22:02
professionaldipswitch@ownage4u.nl13-Feb-07 22:02 
QuestionRecursive class definiton ? Pin
The Nemesis13-Feb-07 21:44
The Nemesis13-Feb-07 21:44 
AnswerRe: Recursive class definiton ? Pin
N a v a n e e t h13-Feb-07 21:49
N a v a n e e t h13-Feb-07 21:49 
GeneralRe: Recursive class definiton ? Pin
The Nemesis13-Feb-07 21:50
The Nemesis13-Feb-07 21:50 
AnswerRe: Recursive class definiton ? Pin
Martin#13-Feb-07 22:03
Martin#13-Feb-07 22:03 
GeneralRe: Recursive class definiton ? Pin
The Nemesis13-Feb-07 22:10
The Nemesis13-Feb-07 22:10 
QuestionDatagrid Column Caption Problem While Binding Data Pin
theprofound13-Feb-07 21:13
theprofound13-Feb-07 21:13 
AnswerRe: Datagrid Column Caption Problem While Binding Data Pin
N a v a n e e t h13-Feb-07 21:50
N a v a n e e t h13-Feb-07 21:50 

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.