Click here to Skip to main content
16,004,906 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRegarding a Problem in Using List Box Pin
sm_subrahmanyam2-Apr-07 4:28
sm_subrahmanyam2-Apr-07 4:28 
AnswerRe: Regarding a Problem in Using List Box Pin
kubben2-Apr-07 5:38
kubben2-Apr-07 5:38 
QuestionSearch optmization in ADO.NET... (Please answer even if you are not very confident...) Pin
pra.net2-Apr-07 4:15
pra.net2-Apr-07 4:15 
AnswerRe: Search optmization in ADO.NET... (Please answer even if you are not very confident...) Pin
kubben2-Apr-07 5:41
kubben2-Apr-07 5:41 
GeneralRe: Search optmization in ADO.NET... (Please answer even if you are not very confident...) Pin
pra.net15-Apr-07 23:06
pra.net15-Apr-07 23:06 
GeneralRe: Search optmization in ADO.NET... (Please answer even if you are not very confident...) Pin
kubben16-Apr-07 1:21
kubben16-Apr-07 1:21 
GeneralRe: Search optmization in ADO.NET... (Please answer even if you are not very confident...) Pin
pra.net17-Apr-07 5:00
pra.net17-Apr-07 5:00 
GeneralRe: Search optmization in ADO.NET... (Please answer even if you are not very confident...) Pin
kubben17-Apr-07 5:26
kubben17-Apr-07 5:26 
Normally you would do this is the query itself. This is where I am not very certain what you can do in access. In sql you can just write the query. Select column1, column2, etc from table where column1 = 'fred'

If column1 is index that query is very fast. I am just not sure if you can do this. If you can it would be with a sqlCommand object. You would set the commandtext to the query and then call the executereader to return the result set.

Again my issues is I have never tried to do this with Access. I think it will work since access has a very similar sql engine, but I don't know exactly how.

Hope that helps.
Ben
QuestionHow does a Classic ASP/VB programmer become an ASP.NET Pin
chuckd01382-Apr-07 4:03
chuckd01382-Apr-07 4:03 
AnswerRe: How does a Classic ASP/VB programmer become an ASP.NET Pin
pra.net2-Apr-07 4:25
pra.net2-Apr-07 4:25 
AnswerRe: How does a Classic ASP/VB programmer become an ASP.NET Pin
Kevin McFarlane2-Apr-07 4:41
Kevin McFarlane2-Apr-07 4:41 
AnswerRe: How does a Classic ASP/VB programmer become an ASP.NET Pin
kubben2-Apr-07 5:46
kubben2-Apr-07 5:46 
QuestionTrial Version Pin
Socheat.Net2-Apr-07 1:09
Socheat.Net2-Apr-07 1:09 
AnswerRe: Trial Version Pin
CPallini2-Apr-07 1:59
mveCPallini2-Apr-07 1:59 
AnswerRe: Trial Version Pin
Nick Rioux2-Apr-07 10:41
Nick Rioux2-Apr-07 10:41 
GeneralRe: Trial Version Pin
Socheat.Net2-Apr-07 21:25
Socheat.Net2-Apr-07 21:25 
QuestionReturn code 200 or 304 by means of SetETag [modified] Pin
alexburzak2-Apr-07 0:38
alexburzak2-Apr-07 0:38 
QuestionAbout global keyboard hook in VB2005 Pin
Asasin8101622-Apr-07 0:16
Asasin8101622-Apr-07 0:16 
AnswerRe: About global keyboard hook in VB2005 Pin
Duncan Edwards Jones2-Apr-07 0:34
professionalDuncan Edwards Jones2-Apr-07 0:34 
GeneralRe: About global keyboard hook in VB2005 Pin
Asasin8101622-Apr-07 6:19
Asasin8101622-Apr-07 6:19 
QuestionIs it possible to grab a pop up message written by javascript from a html page in a webbrowser control? Pin
astcws1-Apr-07 23:33
astcws1-Apr-07 23:33 
AnswerRe: Is it possible to grab a pop up message written by javascript from a html page in a webbrowser control? Pin
Dave Kreskowiak2-Apr-07 1:12
mveDave Kreskowiak2-Apr-07 1:12 
Questionremoving excel filters using VB macro Pin
Keshav V. Kamat1-Apr-07 21:54
Keshav V. Kamat1-Apr-07 21:54 
AnswerRe: removing excel filters using VB macro Pin
Keshav V. Kamat2-Apr-07 18:25
Keshav V. Kamat2-Apr-07 18:25 
Questioncrystal report..... Pin
Member 38798811-Apr-07 20:31
Member 38798811-Apr-07 20:31 

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.