Click here to Skip to main content
15,892,161 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDatagridView not display any data Pin
Biplob Singha Shee6-Jan-14 7:41
Biplob Singha Shee6-Jan-14 7:41 
AnswerRe: DatagridView not display any data Pin
Dave Kreskowiak6-Jan-14 7:55
mveDave Kreskowiak6-Jan-14 7:55 
AnswerRe: DatagridView not display any data Pin
Ron Beyer6-Jan-14 7:58
professionalRon Beyer6-Jan-14 7:58 
GeneralRe: DatagridView not display any data Pin
Biplob Singha Shee6-Jan-14 8:37
Biplob Singha Shee6-Jan-14 8:37 
GeneralRe: DatagridView not display any data Pin
Ron Beyer6-Jan-14 8:58
professionalRon Beyer6-Jan-14 8:58 
GeneralRe: DatagridView not display any data Pin
Biplob Singha Shee6-Jan-14 9:24
Biplob Singha Shee6-Jan-14 9:24 
GeneralRe: DatagridView not display any data Pin
Biplob Singha Shee9-Jan-14 4:56
Biplob Singha Shee9-Jan-14 4:56 
GeneralRe: DatagridView not display any data Pin
Ron Beyer9-Jan-14 5:13
professionalRon Beyer9-Jan-14 5:13 
BETWEEN is a mathematical comparison, when used on strings it simply selects, alphabetically, if the row is between the two values. Because you changed your date column to a char column, its no longer a date and between doesn't mean between the two dates, it means between the two strings alphabetically.

You really need to have that be a date column to use the BETWEEN correctly.
GeneralRe: DatagridView not display any data Pin
Biplob Singha Shee9-Jan-14 6:28
Biplob Singha Shee9-Jan-14 6:28 
GeneralRe: DatagridView not display any data Pin
Biplob Singha Shee9-Jan-14 6:32
Biplob Singha Shee9-Jan-14 6:32 
GeneralRe: DatagridView not display any data Pin
Biplob Singha Shee9-Jan-14 6:52
Biplob Singha Shee9-Jan-14 6:52 
GeneralRe: DatagridView not display any data Pin
Dave Kreskowiak6-Jan-14 9:21
mveDave Kreskowiak6-Jan-14 9:21 
GeneralRe: DatagridView not display any data Pin
Biplob Singha Shee6-Jan-14 9:27
Biplob Singha Shee6-Jan-14 9:27 
QuestionCOM component Pin
dharmendra113-Jan-14 20:01
dharmendra113-Jan-14 20:01 
AnswerRe: COM component Pin
Richard MacCutchan3-Jan-14 22:38
mveRichard MacCutchan3-Jan-14 22:38 
QuestionIncorporating setup with other EXEs Pin
SPSandy2-Jan-14 20:27
SPSandy2-Jan-14 20:27 
AnswerRe: Incorporating setup with other EXEs Pin
Bernhard Hiller2-Jan-14 21:50
Bernhard Hiller2-Jan-14 21:50 
GeneralRe: Incorporating setup with other EXEs Pin
SPSandy2-Jan-14 23:21
SPSandy2-Jan-14 23:21 
GeneralRe: Incorporating setup with other EXEs Pin
Heriberto Lugo5-Jan-14 20:14
Heriberto Lugo5-Jan-14 20:14 
QuestionRecovering VB.NET code Pin
Tim Carmichael2-Jan-14 7:37
Tim Carmichael2-Jan-14 7:37 
AnswerRe: Recovering VB.NET code Pin
Ron Beyer2-Jan-14 7:52
professionalRon Beyer2-Jan-14 7:52 
GeneralRe: Recovering VB.NET code Pin
Tim Carmichael2-Jan-14 8:36
Tim Carmichael2-Jan-14 8:36 
QuestionGraphics Pin
KanSanRag2-Jan-14 4:03
KanSanRag2-Jan-14 4:03 
AnswerRe: Graphics Pin
Chris Quinn2-Jan-14 5:03
Chris Quinn2-Jan-14 5:03 
QuestionData repeater Pin
tsunamigang31-Dec-13 2:24
tsunamigang31-Dec-13 2:24 

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.