Click here to Skip to main content
16,011,428 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionIs BrowseForFolder gone in the new VB? Pin
Sonhospa9-Oct-08 8:38
Sonhospa9-Oct-08 8:38 
AnswerRe: Is BrowseForFolder gone in the new VB? Pin
Jon_Boy9-Oct-08 9:07
Jon_Boy9-Oct-08 9:07 
AnswerRe: Is BrowseForFolder gone in the new VB? Pin
Dave Doknjas9-Oct-08 12:55
Dave Doknjas9-Oct-08 12:55 
GeneralRe: Is BrowseForFolder gone in the new VB? Pin
Sonhospa10-Oct-08 8:03
Sonhospa10-Oct-08 8:03 
QuestionRe: Is BrowseForFolder gone in the new VB? Pin
Sonhospa10-Oct-08 12:26
Sonhospa10-Oct-08 12:26 
QuestionExtract binary resources [modified] Pin
mastergamer01689-Oct-08 8:16
mastergamer01689-Oct-08 8:16 
AnswerRe: Extract binary resources Pin
Dave Kreskowiak10-Oct-08 5:05
mveDave Kreskowiak10-Oct-08 5:05 
QuestionDatabase Programming Pin
Gagan.209-Oct-08 6:39
Gagan.209-Oct-08 6:39 
Hi all...

I am getting problem while searching records in a given range of dates.

I used following codes to search a single record,
where con is connection name and date is stored in a textbox named txtdate.

dim sql as string="Select name from emp where date like '" & txtdate.text & "'"
dim cmd as new oledb.oledbcommand(sql,con)
dim reader as oledb.oledb.datareader=cmd.executereader
while reader.read
'code is here
wnd while
reader.close


This only gives records for a single date.

What should I write to get records in a given range of dates like records between dates 06/05/08 to 06/06/08

Gagan
AnswerRe: Database Programming Pin
Jon_Boy9-Oct-08 7:04
Jon_Boy9-Oct-08 7:04 
AnswerRe: Database Programming Pin
Paul Conrad9-Oct-08 7:12
professionalPaul Conrad9-Oct-08 7:12 
QuestionHow to properly deploy interop app with Excel 9 reference? [modified] Pin
Jon_Boy9-Oct-08 5:35
Jon_Boy9-Oct-08 5:35 
AnswerRe: How to properly deploy interop app with Excel 9 reference? Pin
Jon_Boy10-Oct-08 2:49
Jon_Boy10-Oct-08 2:49 
GeneralRe: How to properly deploy interop app with Excel 9 reference? Pin
Dave Kreskowiak10-Oct-08 4:54
mveDave Kreskowiak10-Oct-08 4:54 
GeneralRe: How to properly deploy interop app with Excel 9 reference? Pin
Jon_Boy10-Oct-08 5:27
Jon_Boy10-Oct-08 5:27 
QuestionCopy directories/files Pin
cooper0000079-Oct-08 3:10
cooper0000079-Oct-08 3:10 
AnswerRe: Copy directories/files Pin
Dave Kreskowiak9-Oct-08 3:52
mveDave Kreskowiak9-Oct-08 3:52 
GeneralRe: Copy directories/files Pin
cooper0000079-Oct-08 4:12
cooper0000079-Oct-08 4:12 
GeneralRe: Copy directories/files Pin
cooper0000079-Oct-08 4:50
cooper0000079-Oct-08 4:50 
GeneralRe: Copy directories/files Pin
Dave Kreskowiak10-Oct-08 1:01
mveDave Kreskowiak10-Oct-08 1:01 
AnswerRe: Copy directories/files Pin
Paul Conrad9-Oct-08 7:14
professionalPaul Conrad9-Oct-08 7:14 
QuestionHow to send mail using local machine when proxy is Set at Remote(server) side Pin
rohitkpurohit9-Oct-08 1:16
rohitkpurohit9-Oct-08 1:16 
AnswerRe: How to send mail using local machine when proxy is Set at Remote(server) side Pin
Dave Kreskowiak9-Oct-08 3:41
mveDave Kreskowiak9-Oct-08 3:41 
GeneralRe: How to send mail using local machine when proxy is Set at Remote(server) side Pin
rohitkpurohit9-Oct-08 4:09
rohitkpurohit9-Oct-08 4:09 
GeneralRe: How to send mail using local machine when proxy is Set at Remote(server) side Pin
Dave Kreskowiak9-Oct-08 11:45
mveDave Kreskowiak9-Oct-08 11:45 
GeneralRe: How to send mail using local machine when proxy is Set at Remote(server) side Pin
rohitkpurohit11-Oct-08 17:44
rohitkpurohit11-Oct-08 17:44 

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.