Click here to Skip to main content
16,004,944 members
Home / Discussions / C#
   

C#

 
GeneralRe: Interop Question. Again... Pin
DrGreen1-Apr-04 6:20
DrGreen1-Apr-04 6:20 
GeneralC# listbox, combobox trouble Pin
abidkayani11-Apr-04 2:49
abidkayani11-Apr-04 2:49 
GeneralC # problem (app block) Pin
abidkayani11-Apr-04 2:43
abidkayani11-Apr-04 2:43 
GeneralRe: C # problem (app block) Pin
Mazdak1-Apr-04 2:59
Mazdak1-Apr-04 2:59 
GeneralRe: C # problem (app block) Pin
abidkayani11-Apr-04 12:15
abidkayani11-Apr-04 12:15 
GeneralC# problem Pin
abidkayani11-Apr-04 2:41
abidkayani11-Apr-04 2:41 
GeneralRe: C# problem Pin
Mazdak1-Apr-04 2:54
Mazdak1-Apr-04 2:54 
GeneralRe: C# problem Pin
Heath Stewart1-Apr-04 5:31
protectorHeath Stewart1-Apr-04 5:31 
In addition to what Mazdak said about using the SqlCommand.Parameters dictionary to refer to parameters by name, it is faster and far better to save the params as variables when you add them and use those variables to refer to them later. No lookups in the Parameters dictionary are needed, then.

See the example[^] I wrote just yesterday.

 

Microsoft MVP, Visual C#
My Articles
GeneralTreeView copy Pin
Ata Özçelik1-Apr-04 2:19
Ata Özçelik1-Apr-04 2:19 
GeneralRe: TreeView copy Pin
Dave Kreskowiak1-Apr-04 3:32
mveDave Kreskowiak1-Apr-04 3:32 
GeneralShow some specific region of form Pin
Itanium1-Apr-04 0:42
Itanium1-Apr-04 0:42 
GeneralRe: Show some specific region of form Pin
Dave Kreskowiak1-Apr-04 2:23
mveDave Kreskowiak1-Apr-04 2:23 
Generalgetting binary resources Pin
mhmoud rawas31-Mar-04 23:49
mhmoud rawas31-Mar-04 23:49 
GeneralRe: getting binary resources Pin
Heath Stewart1-Apr-04 5:28
protectorHeath Stewart1-Apr-04 5:28 
GeneralObject Properties Pin
David Thaba31-Mar-04 22:01
David Thaba31-Mar-04 22:01 
GeneralRe: Object Properties Pin
Dave Kreskowiak1-Apr-04 2:31
mveDave Kreskowiak1-Apr-04 2:31 
Generalsave datagrid Pin
bertcox31-Mar-04 20:42
bertcox31-Mar-04 20:42 
GeneralRe: save datagrid Pin
rull31-Mar-04 21:46
rull31-Mar-04 21:46 
GeneralRe: save datagrid Pin
bertcox31-Mar-04 21:54
bertcox31-Mar-04 21:54 
GeneralRe: save datagrid Pin
rull31-Mar-04 22:20
rull31-Mar-04 22:20 
GeneralRe: save datagrid Pin
bertcox31-Mar-04 22:42
bertcox31-Mar-04 22:42 
GeneralRe: save datagrid Pin
rull31-Mar-04 22:57
rull31-Mar-04 22:57 
GeneralRe: save datagrid Pin
bertcox31-Mar-04 23:14
bertcox31-Mar-04 23:14 
GeneralCustomizing .NET TreeNode Pin
Prasad Anand31-Mar-04 17:14
Prasad Anand31-Mar-04 17:14 
GeneralRe: Customizing .NET TreeNode Pin
Heath Stewart31-Mar-04 17:38
protectorHeath Stewart31-Mar-04 17:38 

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.