Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to play flash Pin
scottgp9-Jan-09 6:38
professionalscottgp9-Jan-09 6:38 
AnswerRe: How to play flash Pin
stormwild9-Jan-09 6:24
stormwild9-Jan-09 6:24 
GeneralRe: How to play flash Pin
Sokka939-Jan-09 8:06
Sokka939-Jan-09 8:06 
QuestionHow do I pass a wildcard to a data source query Pin
Dan Neely9-Jan-09 5:50
Dan Neely9-Jan-09 5:50 
AnswerRe: How do I pass a wildcard to a data source query Pin
Jason C Bourne9-Jan-09 7:06
Jason C Bourne9-Jan-09 7:06 
GeneralRe: How do I pass a wildcard to a data source query Pin
Dan Neely9-Jan-09 7:35
Dan Neely9-Jan-09 7:35 
QuestionRe: How do I pass a wildcard to a data source query Pin
Eddy Vluggen9-Jan-09 8:43
professionalEddy Vluggen9-Jan-09 8:43 
AnswerRe: How do I pass a wildcard to a data source query Pin
Dan Neely9-Jan-09 10:41
Dan Neely9-Jan-09 10:41 
Hopefully this'll still make sense after being (heavily) cut down and generalized, the real query has more stuff in all 3 sections of sql statement.

SELECT table1.table1ID AS ID, table2.OrgTypeID 
FROM (table1 INNER JOIN table2 ON table1.table2ID = table2.table2ID) 
WHERE (table2.table4ID = ?)



table2.table4ID is selected from a listbox that contains all the values in table4 (each giving a table4ID value) or "all" in which case I want to pass a wildcard in.

Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots.
-- Robert Royall

AnswerRe: How do I pass a wildcard to a data source query Pin
Eddy Vluggen9-Jan-09 11:00
professionalEddy Vluggen9-Jan-09 11:00 
GeneralRe: How do I pass a wildcard to a data source query Pin
Dan Neely9-Jan-09 11:12
Dan Neely9-Jan-09 11:12 
GeneralRe: How do I pass a wildcard to a data source query Pin
Eddy Vluggen9-Jan-09 11:45
professionalEddy Vluggen9-Jan-09 11:45 
QuestionAccessing array in struct from other class Pin
Blubbo9-Jan-09 4:52
Blubbo9-Jan-09 4:52 
AnswerRe: Accessing array in struct from other class Pin
Ben Fair9-Jan-09 5:30
Ben Fair9-Jan-09 5:30 
Questiontext resize in my web page Pin
bhatted9-Jan-09 4:51
bhatted9-Jan-09 4:51 
AnswerRe: text resize in my web page [modified] Pin
EliottA9-Jan-09 5:18
EliottA9-Jan-09 5:18 
GeneralRe: text resize in my web page Pin
bhatted9-Jan-09 6:05
bhatted9-Jan-09 6:05 
GeneralRe: text resize in my web page Pin
EliottA9-Jan-09 6:08
EliottA9-Jan-09 6:08 
QuestionRe: text resize in my web page Pin
Eddy Vluggen9-Jan-09 8:45
professionalEddy Vluggen9-Jan-09 8:45 
QuestionLocalization and Combo Boxes Pin
belzer9-Jan-09 4:42
belzer9-Jan-09 4:42 
AnswerRe: Localization and Combo Boxes Pin
Colin Angus Mackay9-Jan-09 7:49
Colin Angus Mackay9-Jan-09 7:49 
Questiontoolbox of buttons Pin
abu rakan9-Jan-09 3:58
abu rakan9-Jan-09 3:58 
AnswerRe: toolbox of buttons Pin
User 66589-Jan-09 4:42
User 66589-Jan-09 4:42 
QuestionCrystal reports, Dynamic parameter values not showing up , Static works fine Pin
c0ax_lx9-Jan-09 3:37
c0ax_lx9-Jan-09 3:37 
QuestionHelp Required in Schedular Class Design Pin
Aman Bhullar9-Jan-09 2:11
Aman Bhullar9-Jan-09 2:11 
AnswerRe: Help Required in Schedular Class Design Pin
J4amieC9-Jan-09 2:57
J4amieC9-Jan-09 2:57 

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.