Click here to Skip to main content
15,867,835 members
Home / Discussions / C#
   

C#

 
AnswerRe: Alternative to using a string as a key? Pin
BillWoodruff3-Jan-12 19:28
professionalBillWoodruff3-Jan-12 19:28 
AnswerRe: Alternative to using a string as a key? Pin
V.3-Jan-12 20:34
professionalV.3-Jan-12 20:34 
AnswerRe: Alternative to using a string as a key? Pin
Subin Mavunkal4-Jan-12 18:06
Subin Mavunkal4-Jan-12 18:06 
Questionhow to take a table name from a text box! Pin
mpvkrishnadhar3-Jan-12 7:39
mpvkrishnadhar3-Jan-12 7:39 
AnswerRe: how to take a table name from a text box! Pin
PIEBALDconsult3-Jan-12 7:43
mvePIEBALDconsult3-Jan-12 7:43 
GeneralRe: how to take a table name from a text box! Pin
mpvkrishnadhar3-Jan-12 7:46
mpvkrishnadhar3-Jan-12 7:46 
AnswerRe: how to take a table name from a text box! Pin
Luc Pattyn3-Jan-12 8:05
sitebuilderLuc Pattyn3-Jan-12 8:05 
AnswerRe: how to take a table name from a text box! Pin
Luc Pattyn3-Jan-12 8:04
sitebuilderLuc Pattyn3-Jan-12 8:04 
IMO the answer holds two parts:

1. don't use a TextBox, use a ComboBox (with ComboBoxStyle.DropDownList) presenting the allowable table names.
2. then perform string concatenation to build the SQL statement.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

SuggestionRe: how to take a table name from a text box! Pin
AHSAN1114-Jan-12 4:38
professionalAHSAN1114-Jan-12 4:38 
GeneralRe: how to take a table name from a text box! Pin
Luc Pattyn4-Jan-12 4:49
sitebuilderLuc Pattyn4-Jan-12 4:49 
AnswerRe: how to take a table name from a text box! Pin
AHSAN1113-Jan-12 22:02
professionalAHSAN1113-Jan-12 22:02 
GeneralRe: how to take a table name from a text box! Pin
Luc Pattyn4-Jan-12 3:14
sitebuilderLuc Pattyn4-Jan-12 3:14 
GeneralRe: how to take a table name from a text box! Pin
AHSAN1114-Jan-12 4:31
professionalAHSAN1114-Jan-12 4:31 
AnswerRe: how to take a table name from a text box! Pin
Luc Pattyn4-Jan-12 4:41
sitebuilderLuc Pattyn4-Jan-12 4:41 
GeneralRe: how to take a table name from a text box! Pin
mpvkrishnadhar4-Jan-12 4:23
mpvkrishnadhar4-Jan-12 4:23 
AnswerRe: how to take a table name from a text box! Pin
Luc Pattyn4-Jan-12 4:34
sitebuilderLuc Pattyn4-Jan-12 4:34 
GeneralRe: how to take a table name from a text box! Pin
mpvkrishnadhar4-Jan-12 4:53
mpvkrishnadhar4-Jan-12 4:53 
GeneralRe: how to take a table name from a text box! Pin
AHSAN1115-Jan-12 2:18
professionalAHSAN1115-Jan-12 2:18 
Questionwhen i delete my program (in C#) the database still exists - how to delete him ? Pin
goldsoft3-Jan-12 4:51
goldsoft3-Jan-12 4:51 
AnswerRe: when i delete my program (in C#) the database still exists - how to delete him ? Pin
Richard Andrew x643-Jan-12 6:00
professionalRichard Andrew x643-Jan-12 6:00 
GeneralRe: when i delete my program (in C#) the database still exists - how to delete him ? Pin
Gali19783-Jan-12 9:33
Gali19783-Jan-12 9:33 
GeneralRe: when i delete my program (in C#) the database still exists - how to delete him ? Pin
Richard Andrew x643-Jan-12 9:36
professionalRichard Andrew x643-Jan-12 9:36 
AnswerRe: when i delete my program (in C#) the database still exists - how to delete him ? Pin
PIEBALDconsult3-Jan-12 7:39
mvePIEBALDconsult3-Jan-12 7:39 
GeneralRe: when i delete my program (in C#) the database still exists - how to delete him ? Pin
Paladin20003-Jan-12 9:49
Paladin20003-Jan-12 9:49 
QuestionOdbcDataReader calling IsDBNull changes the behaviour of Get methods Pin
__John_3-Jan-12 3:16
__John_3-Jan-12 3:16 

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.