Click here to Skip to main content
15,920,030 members
Home / Discussions / Database
   

Database

 
GeneralBulk Insert - DataTable to DataTable Pin
sburton@amersham25-Jul-03 12:41
sburton@amersham25-Jul-03 12:41 
GeneralRe: Bulk Insert - DataTable to DataTable Pin
Rein Hillmann26-Jul-03 20:56
Rein Hillmann26-Jul-03 20:56 
GeneralRe: Bulk Insert - DataTable to DataTable Pin
sburton@amersham28-Jul-03 6:13
sburton@amersham28-Jul-03 6:13 
GeneralRe: Bulk Insert - DataTable to DataTable Pin
sburton30-Jul-03 8:35
sburton30-Jul-03 8:35 
GeneralMail Pin
sardinka25-Jul-03 5:49
sardinka25-Jul-03 5:49 
GeneralRe: Mail Pin
William O'Malley25-Jul-03 8:53
sussWilliam O'Malley25-Jul-03 8:53 
GeneralRe: Mail Pin
sardinka30-Jul-03 3:26
sardinka30-Jul-03 3:26 
QuestionWildcard SELECT in MySQL? Pin
MKlucher25-Jul-03 5:11
MKlucher25-Jul-03 5:11 
I have a search page in ASP that has three fields users can search under but can also leave blank if they want to. My problem is I want to have a SELECT statment that can do wildcards but I am not sure if thats possible or if I just cant get it to work. For instance here is an example of what I would want.

SELECT * FROM rbcheckout WHERE TitleName='*' AND RSNumber ='*' AND Platform ='Playstation 2';

While a valid query it doesn't work cause it should bring up every record that has Platform as Playstation 2. Doning some searching on the net I saw that % was also a wildcard so it would be like

SELECT * FROM rbcheckout WHERE TitleName='%' AND RSNumber ='%' AND Platform ='Playstation 2';

But that doesnt work either. Anyone know if I am going about this wrong or what?
AnswerRe: Wildcard SELECT in MySQL? Pin
ZoogieZork25-Jul-03 6:54
ZoogieZork25-Jul-03 6:54 
GeneralRe: Wildcard SELECT in MySQL? Pin
MKlucher25-Jul-03 7:03
MKlucher25-Jul-03 7:03 
GeneralRe: Wildcard SELECT in MySQL? Pin
dabuskol3-Aug-03 19:44
dabuskol3-Aug-03 19:44 
GeneralYukon ! Pin
Nino_124-Jul-03 20:01
Nino_124-Jul-03 20:01 
GeneralSQL server timeout expired Pin
Imtiaz Murtaza24-Jul-03 18:59
Imtiaz Murtaza24-Jul-03 18:59 
GeneralRe: SQL server timeout expired Pin
Mike Dimmick29-Jul-03 3:05
Mike Dimmick29-Jul-03 3:05 
Generalprocedure Pin
aquaman22-Jul-03 16:46
aquaman22-Jul-03 16:46 
GeneralPrimary Key Pin
Anthony988722-Jul-03 9:57
Anthony988722-Jul-03 9:57 
GeneralRe: Primary Key Pin
Chris Meech23-Jul-03 2:45
Chris Meech23-Jul-03 2:45 
GeneralRe: Primary Key Pin
Jon Hulatt24-Jul-03 5:36
Jon Hulatt24-Jul-03 5:36 
Generalglobal DataSet Pin
haimon1522-Jul-03 8:19
haimon1522-Jul-03 8:19 
GeneralRe: global DataSet Pin
Arjan Einbu27-Jul-03 7:49
Arjan Einbu27-Jul-03 7:49 
Questionhow to get parameters into table Pin
don7cry21-Jul-03 3:12
don7cry21-Jul-03 3:12 
AnswerRe: how to get parameters into table Pin
Nino_121-Jul-03 18:33
Nino_121-Jul-03 18:33 
GeneralRe: how to get parameters into table Pin
don7cry22-Jul-03 0:48
don7cry22-Jul-03 0:48 
GeneralRe: how to get parameters into table Pin
Arjan Einbu22-Jul-03 1:32
Arjan Einbu22-Jul-03 1:32 
GeneralRe: how to get parameters into table Pin
don7cry22-Jul-03 4:34
don7cry22-Jul-03 4:34 

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.