Click here to Skip to main content
15,906,626 members
Home / Discussions / C#
   

C#

 
QuestionDirectory Services Pin
wpcolleen19-Jul-06 3:56
wpcolleen19-Jul-06 3:56 
AnswerRe: Directory Services Pin
Martin#19-Jul-06 5:06
Martin#19-Jul-06 5:06 
QuestionSetting height and width property on Forms C# Pin
tjschilling19-Jul-06 3:44
tjschilling19-Jul-06 3:44 
AnswerRe: Setting height and width property on Forms C# Pin
Daniele Ferrero19-Jul-06 3:56
Daniele Ferrero19-Jul-06 3:56 
AnswerRe: Setting height and width property on Forms C# Pin
Martin#19-Jul-06 3:57
Martin#19-Jul-06 3:57 
GeneralRe: Setting height and width property on Forms C# Pin
tjschilling19-Jul-06 4:10
tjschilling19-Jul-06 4:10 
Question[Message Deleted] Pin
sanu2019-Jul-06 3:27
sanu2019-Jul-06 3:27 
AnswerRe: C# & web service Pin
Not Active19-Jul-06 3:38
mentorNot Active19-Jul-06 3:38 
AnswerDo your own F'in Homework. Pin
Rob Graham19-Jul-06 3:41
Rob Graham19-Jul-06 3:41 
AnswerRe: C# & web service Pin
Dan Neely19-Jul-06 4:27
Dan Neely19-Jul-06 4:27 
GeneralRe: C# & web service Pin
sanu2019-Jul-06 5:51
sanu2019-Jul-06 5:51 
QuestionDataGridView error Pin
john3419-Jul-06 3:22
john3419-Jul-06 3:22 
AnswerRe: DataGridView error Pin
HeadBlood26-Jul-06 0:39
HeadBlood26-Jul-06 0:39 
QuestionFTP in C# Pin
msogun19-Jul-06 3:10
msogun19-Jul-06 3:10 
AnswerRe: FTP in C# Pin
Robert Rohde19-Jul-06 3:25
Robert Rohde19-Jul-06 3:25 
GeneralRe: FTP in C# Pin
RizwanSharp19-Jul-06 11:25
RizwanSharp19-Jul-06 11:25 
QuestionNHibernate Pin
Mobocracy+)19-Jul-06 3:02
Mobocracy+)19-Jul-06 3:02 
AnswerRe: NHibernate Pin
Robert Rohde19-Jul-06 3:19
Robert Rohde19-Jul-06 3:19 
QuestionC# and create SQL table and store procedures Pin
Saamir19-Jul-06 2:56
Saamir19-Jul-06 2:56 
AnswerRe: C# and create SQL table and store procedures Pin
Not Active19-Jul-06 3:06
mentorNot Active19-Jul-06 3:06 
GeneralRe: C# and create SQL table and store procedures Pin
Saamir19-Jul-06 3:26
Saamir19-Jul-06 3:26 
GeneralRe: C# and create SQL table and store procedures Pin
Gavin Roberts19-Jul-06 5:08
Gavin Roberts19-Jul-06 5:08 
say you have

create procedure dbo.GetUsers

@Enabled bit

as

select * from tUsers where enabled = @Enabled


now that above code can be set as the command text and which ever database you set as the intial db will have this code executed and a stored procedure call GetUsers will be created.

So if you create a function that loads an .Sql file and reads it, then tells the sqlcommand to execute the code returned from the sql file, which ever database you set as the intial database will have a new table or stored procedure.

Gav
Questionupdate statements using classes [modified] Pin
Mamphekgo19-Jul-06 2:54
Mamphekgo19-Jul-06 2:54 
AnswerRe: update statements using classes Pin
Not Active19-Jul-06 3:09
mentorNot Active19-Jul-06 3:09 
AnswerRe: update statements using classes Pin
Mairaaj Khan19-Jul-06 3:10
professionalMairaaj Khan19-Jul-06 3:10 

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.