Click here to Skip to main content
15,892,005 members
Home / Discussions / Database
   

Database

 
GeneralRe: relationship creation through alter table query Pin
Mark J. Miller28-Feb-07 10:36
Mark J. Miller28-Feb-07 10:36 
QuestiontimeStart TimeEnd Pin
bernie_01128-Feb-07 20:53
bernie_01128-Feb-07 20:53 
AnswerRe: timeStart TimeEnd Pin
sam#28-Feb-07 21:19
sam#28-Feb-07 21:19 
GeneralRe: timeStart TimeEnd Pin
bernie_01128-Feb-07 22:30
bernie_01128-Feb-07 22:30 
QuestionCube File Connection string ? Pin
_mubashir28-Feb-07 8:46
_mubashir28-Feb-07 8:46 
QuestionIncorrect Time in DateTime column with MS Access database Pin
Scott Page28-Feb-07 8:24
professionalScott Page28-Feb-07 8:24 
AnswerRe: Incorrect Time in DateTime column with MS Access database Pin
sam#28-Feb-07 20:18
sam#28-Feb-07 20:18 
GeneralRe: Incorrect Time in DateTime column with MS Access database Pin
Scott Page1-Mar-07 5:25
professionalScott Page1-Mar-07 5:25 
The DataSet and INSERT statement where both created by the designer using a DateTime type for the column in code. The database is set to for Date/Time datatype. Even when I have tried to update it manually using SQL and oledb commands, the resulting query returns the same... Correct date, 12:00:00 AM time. There is a workaround somewhere, I've used it a few years back, but not recently enough to remeber what it was.

In the mean time, I changed the field datatype in the database to Numeric - Double. In my code I add a column at runtime and convert the OADate (Double) to a .NET DateTime type and disply the DateTime.ToShortDateString in generated column, then map that to my ComboBox DisplayMember property.

It works, but shouldn't be that way.

Thanks for the help


"Some people spend an entire lifetime wondering if they made a difference. The Marines don't have that problem."
( President Ronald Reagan)

AnswerRe: Incorrect Time in DateTime column with MS Access database Pin
Scott Page8-Mar-07 1:53
professionalScott Page8-Mar-07 1:53 
QuestionGetting a COUNT from one table and joining it to results from another. Pin
Red_Wizard_Shot_The_Food28-Feb-07 6:13
Red_Wizard_Shot_The_Food28-Feb-07 6:13 
AnswerRe: Getting a COUNT from one table and joining it to results from another. Pin
andyharman28-Feb-07 7:04
professionalandyharman28-Feb-07 7:04 
QuestionSQL 2005 CLR trigger and TCPClient [modified] Pin
Nico Patitz28-Feb-07 4:43
Nico Patitz28-Feb-07 4:43 
AnswerRe: SQL 2005 CLR trigger and TCPClient Pin
Mark J. Miller28-Feb-07 10:26
Mark J. Miller28-Feb-07 10:26 
GeneralRe: SQL 2005 CLR trigger and TCPClient Pin
Nico Patitz28-Feb-07 22:23
Nico Patitz28-Feb-07 22:23 
GeneralRe: SQL 2005 CLR trigger and TCPClient Pin
Mark J. Miller1-Mar-07 5:43
Mark J. Miller1-Mar-07 5:43 
QuestionDispalying a blank instead of null. Pin
minkinin28-Feb-07 1:34
minkinin28-Feb-07 1:34 
AnswerRe: Dispalying a blank instead of null. Pin
kubben28-Feb-07 2:53
kubben28-Feb-07 2:53 
GeneralRe: Dispalying a blank instead of null. Pin
minkinin28-Feb-07 19:35
minkinin28-Feb-07 19:35 
GeneralRe: Dispalying a blank instead of null. Pin
sam#28-Feb-07 20:27
sam#28-Feb-07 20:27 
GeneralRe: Dispalying a blank instead of null. Pin
kubben1-Mar-07 1:18
kubben1-Mar-07 1:18 
Questiondatabound controls Pin
Kunal P28-Feb-07 1:18
Kunal P28-Feb-07 1:18 
AnswerRe: databound controls Pin
Sylvester george28-Feb-07 21:24
Sylvester george28-Feb-07 21:24 
GeneralRe: databound controls Pin
Kunal P1-Mar-07 1:51
Kunal P1-Mar-07 1:51 
QuestionRe: databound controls Pin
Kunal P1-Mar-07 3:33
Kunal P1-Mar-07 3:33 
AnswerRe: databound controls Pin
Sylvester george1-Mar-07 6:58
Sylvester george1-Mar-07 6:58 

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.