Click here to Skip to main content
15,910,118 members
Home / Discussions / Database
   

Database

 
GeneralRe: handling images in MS Access db Pin
Stefan Pedersen18-Sep-03 14:15
Stefan Pedersen18-Sep-03 14:15 
GeneralrHow do I create new Datatable based on columns of datatable in datase Pin
14-Sep-03 22:55
suss14-Sep-03 22:55 
GeneralQuery Works in Access But Not in App Pin
Matt Gates13-Sep-03 18:57
Matt Gates13-Sep-03 18:57 
GeneralRe: Query Works in Access But Not in App Pin
Matt Gates13-Sep-03 19:24
Matt Gates13-Sep-03 19:24 
GeneralADO SQL SERVER - invalid char value for cast specification error Pin
haritadala13-Sep-03 1:40
haritadala13-Sep-03 1:40 
GeneralSQL query required Pin
Shah Shehpori12-Sep-03 19:14
sussShah Shehpori12-Sep-03 19:14 
GeneralRe: SQL query required Pin
Ian Darling13-Sep-03 6:26
Ian Darling13-Sep-03 6:26 
GeneralRe: SQL query required Pin
Nick Parker14-Sep-03 3:37
protectorNick Parker14-Sep-03 3:37 
I would assume you are using a stored procedure? The key elements in a query like this are the LIKE keyword and a % sign on both sides of your search variable. Something like the following should do it for you:

SELECT id, country FROM [YourTable] WHERE country LIKE '%' + input + '%'


HTH

-Nick Parker
GeneralSQL Server Setup Pin
fume12-Sep-03 15:21
fume12-Sep-03 15:21 
GeneralRe: SQL Server Setup Pin
Mike Epprecht13-Sep-03 5:39
Mike Epprecht13-Sep-03 5:39 
GeneralRe: SQL Server Setup Pin
Rob Graham15-Sep-03 10:10
Rob Graham15-Sep-03 10:10 
GeneralTrouble removing deleted rows... Pin
james-cxx12-Sep-03 12:59
james-cxx12-Sep-03 12:59 
GeneralRe: Trouble removing deleted rows... Pin
Rob Graham15-Sep-03 10:41
Rob Graham15-Sep-03 10:41 
GeneralRe: Trouble removing deleted rows... Pin
james-cxx16-Sep-03 8:11
james-cxx16-Sep-03 8:11 
Generalhelp, please! Pin
yyf12-Sep-03 8:13
yyf12-Sep-03 8:13 
GeneralVSS Pin
yyf12-Sep-03 8:07
yyf12-Sep-03 8:07 
GeneralRe: VSS Pin
Tom Archer12-Sep-03 10:17
Tom Archer12-Sep-03 10:17 
GeneralRe: VSS Pin
yyf12-Sep-03 11:03
yyf12-Sep-03 11:03 
GeneralRe: VSS Pin
Tom Archer12-Sep-03 11:14
Tom Archer12-Sep-03 11:14 
GeneralRe: VSS Pin
Michael P Butler15-Sep-03 10:35
Michael P Butler15-Sep-03 10:35 
GeneralFill Missing Dates in Query for Reporting Pin
Roland Bär12-Sep-03 4:22
Roland Bär12-Sep-03 4:22 
GeneralDatatAdapter Update method and Transactions question Pin
Risbom12-Sep-03 1:57
Risbom12-Sep-03 1:57 
GeneralGetting SQL Server to generate code for objects Pin
OMalleyW11-Sep-03 4:51
OMalleyW11-Sep-03 4:51 
GeneralShrinkwrap database deployment Pin
Michael P Butler11-Sep-03 2:18
Michael P Butler11-Sep-03 2:18 
GeneralRe: Shrinkwrap database deployment Pin
Rob Graham15-Sep-03 10:06
Rob Graham15-Sep-03 10:06 

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.