Click here to Skip to main content
15,895,965 members
Home / Discussions / Database
   

Database

 
GeneralRe: Help! What's this error? Pin
Blue_Skye16-Jul-05 6:25
Blue_Skye16-Jul-05 6:25 
GeneralRe: Help! What's this error? Pin
Michael P Butler16-Jul-05 6:31
Michael P Butler16-Jul-05 6:31 
GeneralRe: Help! What's this error? Pin
Blue_Skye16-Jul-05 10:39
Blue_Skye16-Jul-05 10:39 
GeneralThe Math.Round() in VS.NET and Round() in SQL Server 2000 Pin
Blue_Skye16-Jul-05 0:59
Blue_Skye16-Jul-05 0:59 
GeneralRe: The Math.Round() in VS.NET and Round() in SQL Server 2000 Pin
Rob Graham16-Jul-05 7:48
Rob Graham16-Jul-05 7:48 
Generalsqlce connection problems help Pin
Member 190267915-Jul-05 21:58
Member 190267915-Jul-05 21:58 
GeneralRe: sqlce connection problems help Pin
Rob Graham16-Jul-05 7:21
Rob Graham16-Jul-05 7:21 
GeneralADO.net Pin
boutie15-Jul-05 20:30
boutie15-Jul-05 20:30 
I've made a table in access with a columnfield "searchdate"
Now I want to filter rows between two dates in the columnfield "searchdate" using two datetimepickers. I'm using the (configure)oldedbadapter with the querybuilder with the following SQL-expression :SELECT...FROM...WHERE ([searchdate] >= ?) AND ([searchdate] <= ?)
My code : oledbdataAdapter.selectCommand.parameters("searchdate").value = datetimepicker1.value.date
oledbdataAdapter.selectCommand.parameters("searchdate").value = datetimepicker2.value.date
dataset.clear
oledbdataadapter.fill(dataset)
result: it doesn't work!!!
if I'm using the expression select....from...where ([searchdate] >= ?)and ([searchdate]<= #01/12/2005#)he finds the records beween a date chosen with the datetimpicker1 and the date 01/12/2005.
Can somebody help me how to find rows beween two dates using two datetimepickers bound two one columnfield "searchdate"

Thank you very much for answering to my question.



Boutie
GeneralRe: ADO.net Pin
Rob Graham16-Jul-05 7:33
Rob Graham16-Jul-05 7:33 
QuestionHow to get @@IDENTITY when working offline with Dataset Pin
fracalifa15-Jul-05 2:17
fracalifa15-Jul-05 2:17 
AnswerRe: How to get @@IDENTITY when working offline with Dataset Pin
Rob Graham15-Jul-05 4:17
Rob Graham15-Jul-05 4:17 
GeneralRe: How to get @@IDENTITY when working offline with Dataset Pin
fracalifa15-Jul-05 4:24
fracalifa15-Jul-05 4:24 
GeneralRe: How to get @@IDENTITY when working offline with Dataset Pin
Michael Potter15-Jul-05 5:25
Michael Potter15-Jul-05 5:25 
GeneralRe: How to get @@IDENTITY when working offline with Dataset Pin
fracalifa15-Jul-05 8:19
fracalifa15-Jul-05 8:19 
GeneralBook recommendations Pin
PJ Arends14-Jul-05 17:41
professionalPJ Arends14-Jul-05 17:41 
GeneralRe: Book recommendations Pin
Christian Graus14-Jul-05 17:52
protectorChristian Graus14-Jul-05 17:52 
GeneralRe: Book recommendations Pin
PJ Arends14-Jul-05 21:39
professionalPJ Arends14-Jul-05 21:39 
GeneralRe: Book recommendations Pin
Rob Graham15-Jul-05 4:21
Rob Graham15-Jul-05 4:21 
GeneralRe: Book recommendations Pin
PJ Arends15-Jul-05 6:20
professionalPJ Arends15-Jul-05 6:20 
GeneralDatabase redesign Pin
Mincy George14-Jul-05 4:53
Mincy George14-Jul-05 4:53 
GeneralRe: Database redesign Pin
Michael Potter15-Jul-05 5:31
Michael Potter15-Jul-05 5:31 
GeneralRe: Database redesign Pin
Rob Graham16-Jul-05 7:55
Rob Graham16-Jul-05 7:55 
GeneralRe: Database redesign Pin
Anonymous18-Jul-05 6:20
Anonymous18-Jul-05 6:20 
GeneralImport data to SQL server Pin
cberam14-Jul-05 1:06
cberam14-Jul-05 1:06 
GeneralRe: Import data to SQL server Pin
phokojoe14-Jul-05 2:35
phokojoe14-Jul-05 2:35 

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.