Click here to Skip to main content
15,912,897 members
Home / Discussions / C#
   

C#

 
AnswerRe: A beginners question Pin
duncanmhor1-Nov-07 5:30
duncanmhor1-Nov-07 5:30 
GeneralRe: A beginners question Pin
NewToAspDotNet1-Nov-07 6:46
NewToAspDotNet1-Nov-07 6:46 
GeneralRe: A beginners question Pin
led mike1-Nov-07 7:55
led mike1-Nov-07 7:55 
GeneralRe: A beginners question Pin
RedPhoenix.net1-Nov-07 8:05
RedPhoenix.net1-Nov-07 8:05 
AnswerRe: A beginners question Pin
Guffa1-Nov-07 8:30
Guffa1-Nov-07 8:30 
GeneralRe: A beginners question Pin
duncanmhor1-Nov-07 10:52
duncanmhor1-Nov-07 10:52 
GeneralRe: A beginners question Pin
NewToAspDotNet1-Nov-07 11:46
NewToAspDotNet1-Nov-07 11:46 
GeneralRe: A beginners question Pin
duncanmhor1-Nov-07 12:06
duncanmhor1-Nov-07 12:06 
I'm not sure what your application is doing, but if you have the names of the tables, you should also have the names of their columns. You could simply change the string based on the selected table and fill your select statement with or clauses
eg
 <br />
select * from yourtable where a like arg or b like arg or c like arg...<br />


From what you are telling me though, I'd have serious concerns about the way your application is designed.



"You're very clever, young man, very clever," said the old lady. "But it's turtles all the way down!"

GeneralRe: A beginners question Pin
Paul Conrad1-Nov-07 15:50
professionalPaul Conrad1-Nov-07 15:50 
QuestionAcces multiple components. Pin
ev00l1-Nov-07 4:45
ev00l1-Nov-07 4:45 
AnswerRe: Acces multiple components. Pin
Luc Pattyn1-Nov-07 5:23
sitebuilderLuc Pattyn1-Nov-07 5:23 
GeneralRe: Acces multiple components. Pin
ev00l1-Nov-07 6:26
ev00l1-Nov-07 6:26 
GeneralRe: Acces multiple components. Pin
Luc Pattyn1-Nov-07 7:05
sitebuilderLuc Pattyn1-Nov-07 7:05 
QuestionVS05 Pin
Gene_Sheppard1-Nov-07 4:22
Gene_Sheppard1-Nov-07 4:22 
AnswerRe: VS05 Pin
led mike1-Nov-07 5:46
led mike1-Nov-07 5:46 
GeneralRe: VS05 Pin
mav.northwind1-Nov-07 7:19
mav.northwind1-Nov-07 7:19 
GeneralRe: VS05 Pin
led mike1-Nov-07 7:52
led mike1-Nov-07 7:52 
GeneralRe: VS05 Pin
mav.northwind1-Nov-07 8:48
mav.northwind1-Nov-07 8:48 
GeneralRe: VS05 Pin
led mike2-Nov-07 5:32
led mike2-Nov-07 5:32 
GeneralRe: VS05 Pin
mav.northwind2-Nov-07 9:52
mav.northwind2-Nov-07 9:52 
GeneralRe: VS05 Pin
led mike2-Nov-07 9:58
led mike2-Nov-07 9:58 
GeneralRe: VS05 Pin
mav.northwind2-Nov-07 10:07
mav.northwind2-Nov-07 10:07 
GeneralRe: VS05 Pin
led mike2-Nov-07 10:37
led mike2-Nov-07 10:37 
QuestionDeployment scenarios Pin
Symeonb1-Nov-07 4:14
Symeonb1-Nov-07 4:14 
AnswerRe: Deployment scenarios Pin
Justin Perez1-Nov-07 4:42
Justin Perez1-Nov-07 4:42 

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.