Click here to Skip to main content
15,893,337 members
Home / Discussions / C#
   

C#

 
QuestionDirectX installation Pin
Ranger4919-Jul-08 17:21
Ranger4919-Jul-08 17:21 
AnswerRe: DirectX installation Pin
Tony Richards19-Jul-08 22:46
Tony Richards19-Jul-08 22:46 
AnswerRe: DirectX installation Pin
Ranger4919-Jul-08 22:55
Ranger4919-Jul-08 22:55 
Questionwhat is the best algorithm for an information retrieval system? Pin
harcaype19-Jul-08 16:47
harcaype19-Jul-08 16:47 
AnswerRe: what is the best algorithm for an information retrieval system? Pin
PIEBALDconsult19-Jul-08 18:25
mvePIEBALDconsult19-Jul-08 18:25 
AnswerRe: what is the best algorithm for an information retrieval system? Pin
harcaype19-Jul-08 20:32
harcaype19-Jul-08 20:32 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Colin Angus Mackay19-Jul-08 23:53
Colin Angus Mackay19-Jul-08 23:53 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Mbah Dhaim20-Jul-08 0:08
Mbah Dhaim20-Jul-08 0:08 
i agree with Colin,
let database server handle it,
but if you insist to use custom retrieval system you must develop data retrieval management component that support memory table (to store your data) in your application and your database server needs to support events on insert, update and delete data and catch that events to your application, this means you must manage some delta handler to synchronize data between your application and database server

hope it helps

dhaim
programming is a hobby that make some money as side effect Smile | :)

GeneralRe: what is the best algorithm for an information retrieval system? Pin
Colin Angus Mackay20-Jul-08 0:20
Colin Angus Mackay20-Jul-08 0:20 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Mbah Dhaim20-Jul-08 13:19
Mbah Dhaim20-Jul-08 13:19 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
harcaype20-Jul-08 1:56
harcaype20-Jul-08 1:56 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Guffa20-Jul-08 2:34
Guffa20-Jul-08 2:34 
QuestionHow to bypass Required FieldValidators using VS2003? Pin
Gaurav Aroraa19-Jul-08 10:30
professionalGaurav Aroraa19-Jul-08 10:30 
AnswerRe: How to bypass Required FieldValidators using VS2003? Pin
ssg3141592619-Jul-08 23:32
ssg3141592619-Jul-08 23:32 
GeneralRe: How to bypass Required FieldValidators using VS2003? Pin
Gaurav Aroraa20-Jul-08 6:27
professionalGaurav Aroraa20-Jul-08 6:27 
QuestionHow to detect when a DataGridViewCell's value has changed Pin
Jordanwb19-Jul-08 10:05
Jordanwb19-Jul-08 10:05 
AnswerRe: How to detect when a DataGridViewCell's value has changed Pin
Paul Conrad19-Jul-08 15:08
professionalPaul Conrad19-Jul-08 15:08 
GeneralRe: How to detect when a DataGridViewCell's value has changed Pin
Jordanwb20-Jul-08 3:24
Jordanwb20-Jul-08 3:24 
AnswerRe: How to detect when a DataGridViewCell's value has changed Pin
Luc Pattyn19-Jul-08 15:17
sitebuilderLuc Pattyn19-Jul-08 15:17 
GeneralRe: How to detect when a DataGridViewCell's value has changed Pin
Jordanwb20-Jul-08 3:23
Jordanwb20-Jul-08 3:23 
QuestionMessageBox.Show("Hello, world."); Pin
njitram19-Jul-08 8:51
njitram19-Jul-08 8:51 
AnswerRe: MessageBox.Show("Hello, world."); Pin
Luc Pattyn19-Jul-08 9:40
sitebuilderLuc Pattyn19-Jul-08 9:40 
AnswerRe: MessageBox.Show("Hello, world."); Pin
Paul Conrad19-Jul-08 11:03
professionalPaul Conrad19-Jul-08 11:03 
QuestionProblem with program that copies files to new folder Pin
jumbojs19-Jul-08 8:38
jumbojs19-Jul-08 8:38 
AnswerRe: Problem with program that copies files to new folder Pin
Luc Pattyn19-Jul-08 8:50
sitebuilderLuc Pattyn19-Jul-08 8:50 

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.