Click here to Skip to main content
15,890,123 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionURGENT REGEX Pin
ant1xxx10-May-07 19:52
ant1xxx10-May-07 19:52 
AnswerRe: URGENT REGEX Pin
Christian Graus10-May-07 20:43
protectorChristian Graus10-May-07 20:43 
QuestionAbout Dll hell Pin
anujose10-May-07 19:31
anujose10-May-07 19:31 
AnswerRe: About Dll hell Pin
Christian Graus10-May-07 20:34
protectorChristian Graus10-May-07 20:34 
Questionhow to delete a value in datagrid from vb.net windows apllication? Pin
sathyan_829410-May-07 19:18
sathyan_829410-May-07 19:18 
AnswerRe: how to delete a value in datagrid from vb.net windows apllication? Pin
Tirthadip10-May-07 19:47
Tirthadip10-May-07 19:47 
Questionhow to search a record in datagrid from vb.net windows application by selected a value in combobox Pin
sathyan_829410-May-07 19:15
sathyan_829410-May-07 19:15 
AnswerRe: how to search a record in datagrid from vb.net windows application by selected a value in combobox Pin
Dave Kreskowiak11-May-07 4:06
mveDave Kreskowiak11-May-07 4:06 
This question has many answers, all of which depend on what your database looks like and what you're searching for, be it a primary key in a table, or text in a table, or ...

Details, man! The answer lies in the details of your question, of which you haven't given any detail at all! If you ask a question and use less than 100 words to describe the problem, I guarantee you've left out critical information needed to answer your question.

This simplest form of a search is for a specific record based on a unique, primary key value to identify that record. In an SQL statement, it looks like:
SELECT someField, someField, someField
FROM someTable
WHERE someIdField = someIdValue



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questionvideo clips in vb.net Pin
navyasri10-May-07 19:09
navyasri10-May-07 19:09 
AnswerRe: video clips in vb.net Pin
Christian Graus10-May-07 20:46
protectorChristian Graus10-May-07 20:46 
Questionwhat is the vb.net windows application code for edit a record in datagrid from vb.net during runtime Pin
sathyan_829410-May-07 19:06
sathyan_829410-May-07 19:06 
AnswerRe: what is the vb.net windows application code for edit a record in datagrid from vb.net during runtime Pin
Dave Kreskowiak11-May-07 4:09
mveDave Kreskowiak11-May-07 4:09 
Questionwhat is vb.net windows application code for this c# code? Pin
sathyan_829410-May-07 19:05
sathyan_829410-May-07 19:05 
AnswerRe: what is vb.net windows application code for this c# code? Pin
Tirthadip10-May-07 19:39
Tirthadip10-May-07 19:39 
AnswerRe: what is vb.net windows application code for this c# code? Pin
Christian Graus10-May-07 20:50
protectorChristian Graus10-May-07 20:50 
Questionevents - Raiseevents - delegates Pin
Sonia Gupta10-May-07 18:08
Sonia Gupta10-May-07 18:08 
AnswerRe: events - Raiseevents - delegates Pin
Christian Graus10-May-07 20:52
protectorChristian Graus10-May-07 20:52 
GeneralRe: events - Raiseevents - delegates Pin
Sonia Gupta10-May-07 22:00
Sonia Gupta10-May-07 22:00 
GeneralRe: events - Raiseevents - delegates Pin
TwoFaced11-May-07 8:25
TwoFaced11-May-07 8:25 
QuestionVB File Access Pin
shivapriyak10-May-07 17:24
shivapriyak10-May-07 17:24 
AnswerRe: VB File Access Pin
koolprasad200310-May-07 21:13
professionalkoolprasad200310-May-07 21:13 
AnswerRe: VB File Access Pin
Dave Kreskowiak11-May-07 4:12
mveDave Kreskowiak11-May-07 4:12 
NewsConnectionString with VB.net Pin
Mister K10-May-07 14:54
Mister K10-May-07 14:54 
GeneralRe: ConnectionString with VB.net Pin
Christian Graus10-May-07 15:01
protectorChristian Graus10-May-07 15:01 
GeneralRe: ConnectionString with VB.net Pin
Mister K10-May-07 17:39
Mister K10-May-07 17:39 

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.