Click here to Skip to main content
15,910,980 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: fdsfadsffdsfadsfsdfdsfadsfdsfas Pin
Mark Salsbery16-Dec-08 8:40
Mark Salsbery16-Dec-08 8:40 
GeneralRe: fdsfadsffdsfadsfsdfdsfadsfdsfas Pin
Pete O'Hanlon16-Dec-08 8:44
mvePete O'Hanlon16-Dec-08 8:44 
GeneralRe: fdsfadsffdsfadsfsdfdsfadsfdsfas Pin
Mark Salsbery16-Dec-08 8:48
Mark Salsbery16-Dec-08 8:48 
QuestionHow to differentiate between Project reference and assembly reference? Pin
Manish Paul15-Dec-08 9:07
Manish Paul15-Dec-08 9:07 
AnswerRe: How to differentiate between Project reference and assembly reference? Pin
Mark Salsbery15-Dec-08 11:36
Mark Salsbery15-Dec-08 11:36 
GeneralRe: How to differentiate between Project reference and assembly reference? Pin
Jon_Boy16-Dec-08 2:03
Jon_Boy16-Dec-08 2:03 
GeneralRe: How to differentiate between Project reference and assembly reference? Pin
Manish Paul16-Dec-08 5:02
Manish Paul16-Dec-08 5:02 
QuestionSelect method of Dataset not working Pin
Nitin198115-Dec-08 5:44
Nitin198115-Dec-08 5:44 
Hi! I'm using Select method to return rows from dataset. The problem is when I'm using select method to return using 1 method to return data I'm getting the result but when I'm using 2 method it does not return any value. I tried seaching on Google I could not find any answer for this.

timeStamp>= '08/12/2008 03:16:39' //Returns all rows

timeStamp>= '08/12/2008 03:16:39' And timeStamp<= '08/12/2008 03:16:40' //This returns 0 rows

//objDSVideoFile is a dataset object

1.

The following returns all rows as result

MFilteredRows = objDSVideoFile.Tables("ContextImage").Select("timeStamp>= '" & intStartTime & "' ")

Run time value
timeStamp>= '08/12/2008 03:16:39'

2.

This does not return any row

MFilteredRows = objDSVideoFile.Tables("ContextImage").Select("timeStamp>= '" & intStartTime & "' " & "And timeStamp<= '" & intEndTime & "'")

Run time value
timeStamp>= '08/12/2008 03:16:39' And timeStamp<= '08/12/2008 03:16:40'

I've the (dates) values as given below including these values.

Minimum value à 2008-08-12T03:16:39.468
Maximum value à 2008-08-12T03:16:56.140

Thanks for any help

Don't Quit

Questionknowing the frame work is installed or not Pin
shavil15-Dec-08 3:30
shavil15-Dec-08 3:30 
AnswerRe: knowing the frame work is installed or not Pin
Dave Kreskowiak15-Dec-08 4:06
mveDave Kreskowiak15-Dec-08 4:06 
AnswerRe: knowing the frame work is installed or not Pin
Dragonfly_Lee24-Dec-08 19:09
Dragonfly_Lee24-Dec-08 19:09 
Question[Message Deleted] Pin
C470214-Dec-08 23:26
C470214-Dec-08 23:26 
AnswerCross post Pin
Kristian Sixhøj15-Dec-08 0:17
Kristian Sixhøj15-Dec-08 0:17 
QuestionFramework Reference not found Pin
DwR14-Dec-08 23:09
DwR14-Dec-08 23:09 
AnswerRe: Framework Reference not found Pin
Pete O'Hanlon15-Dec-08 0:22
mvePete O'Hanlon15-Dec-08 0:22 
GeneralRe: Framework Reference not found Pin
DwR15-Dec-08 1:35
DwR15-Dec-08 1:35 
GeneralRe: Framework Reference not found Pin
Pete O'Hanlon15-Dec-08 11:50
mvePete O'Hanlon15-Dec-08 11:50 
QuestionIs it possible to add plugin/add-in to Visual Studio 2008 IDE for a Java based application? Pin
Manish Paul14-Dec-08 18:51
Manish Paul14-Dec-08 18:51 
AnswerRe: Is it possible to add plugin/add-in to Visual Studio 2008 IDE for a Java based application? Pin
DwR14-Dec-08 23:36
DwR14-Dec-08 23:36 
AnswerRe: Is it possible to add plugin/add-in to Visual Studio 2008 IDE for a Java based application? Pin
Kevin McFarlane18-Dec-08 12:21
Kevin McFarlane18-Dec-08 12:21 
Questionmapi33 Pin
campk12-Dec-08 2:50
campk12-Dec-08 2:50 
QuestionManage file type properties? Pin
Nagaraj Muthuchamy12-Dec-08 2:16
professionalNagaraj Muthuchamy12-Dec-08 2:16 
AnswerRe: Manage file type properties? Pin
Giorgi Dalakishvili12-Dec-08 3:02
mentorGiorgi Dalakishvili12-Dec-08 3:02 
AnswerRe: Manage file type properties? Pin
Thomas Stockwell17-Dec-08 5:32
professionalThomas Stockwell17-Dec-08 5:32 
Questiondate and time question Pin
Neha V12-Dec-08 0:38
Neha V12-Dec-08 0:38 

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.