Click here to Skip to main content
15,899,937 members
Home / Discussions / C#
   

C#

 
GeneralRe: Converting Word DOCs to PDFs Pin
Thomas Stockwell2-Jan-08 14:10
professionalThomas Stockwell2-Jan-08 14:10 
GeneralRe: Converting Word DOCs to PDFs Pin
Vruddhi Vasoo2-Jan-08 18:07
Vruddhi Vasoo2-Jan-08 18:07 
GeneralGridview postback quesion Pin
eyeseetee2-Jan-08 0:43
eyeseetee2-Jan-08 0:43 
GeneralRe: Gridview postback quesion Pin
eyeseetee2-Jan-08 2:38
eyeseetee2-Jan-08 2:38 
GeneralRe: Gridview postback quesion Pin
Abhijit Jana2-Jan-08 4:54
professionalAbhijit Jana2-Jan-08 4:54 
GeneralRe: Gridview postback quesion Pin
Urs Enzler2-Jan-08 7:52
Urs Enzler2-Jan-08 7:52 
GeneralSearching / Filtering database Pin
ph1l22-Jan-08 0:14
ph1l22-Jan-08 0:14 
GeneralRe: Searching / Filtering database Pin
J4amieC2-Jan-08 0:45
J4amieC2-Jan-08 0:45 
As you've posted no code i'll assume you are loading the entire database table into a System.Data.DataTable and using the Select method to do your filtering. If this is the case, then what you really want to be doing is writing the query such that any filtering of data is done in the database and only the results loaded into the datatable.

Your options for this are limited in Access to using the LIKE keyword in your query.

SELECT * FROM myTable WHERE myColumn LIKE '%something%'
GeneralRe: Searching / Filtering database Pin
ph1l22-Jan-08 1:51
ph1l22-Jan-08 1:51 
GeneralRe: Searching / Filtering database Pin
J4amieC2-Jan-08 3:08
J4amieC2-Jan-08 3:08 
GeneralFilter/Copy datatable columns Pin
mpavas2-Jan-08 0:04
mpavas2-Jan-08 0:04 
GeneralRe: Filter/Copy datatable columns Pin
ChandraRam2-Jan-08 0:50
ChandraRam2-Jan-08 0:50 
GeneralRe: Filter/Copy datatable columns Pin
mpavas2-Jan-08 1:06
mpavas2-Jan-08 1:06 
Generalwrapper classes in C# Pin
prince nani2-Jan-08 0:01
prince nani2-Jan-08 0:01 
GeneralRe: wrapper classes in C# Pin
Colin Angus Mackay2-Jan-08 0:46
Colin Angus Mackay2-Jan-08 0:46 
GeneralRe: wrapper classes in C# Pin
CPallini2-Jan-08 0:59
mveCPallini2-Jan-08 0:59 
GeneralDatarow viewing Pin
Hum Dum1-Jan-08 23:17
Hum Dum1-Jan-08 23:17 
Generalregular expression Pin
prasadbuddhika1-Jan-08 22:22
prasadbuddhika1-Jan-08 22:22 
GeneralRe: regular expression Pin
sindhutiwari1-Jan-08 23:10
sindhutiwari1-Jan-08 23:10 
GeneralRe: regular expression Pin
Pete O'Hanlon1-Jan-08 23:19
mvePete O'Hanlon1-Jan-08 23:19 
GeneralRe: regular expression Pin
Guffa1-Jan-08 23:56
Guffa1-Jan-08 23:56 
GeneralRe: regular expression Pin
Pete O'Hanlon2-Jan-08 0:18
mvePete O'Hanlon2-Jan-08 0:18 
General[Message Deleted] Pin
ramyanaidu1-Jan-08 21:22
ramyanaidu1-Jan-08 21:22 
GeneralRe: allow only desired datatype values in textbox Pin
sujithkumarsl1-Jan-08 21:37
sujithkumarsl1-Jan-08 21:37 
GeneralRe: allow only desired datatype values in textbox Pin
sindhutiwari1-Jan-08 22:11
sindhutiwari1-Jan-08 22:11 

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.