Click here to Skip to main content
15,883,705 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Dataset containing nullable datetime values does not like a null datetime? Pin
PoweredByOtgc28-Feb-09 5:07
PoweredByOtgc28-Feb-09 5:07 
GeneralRe: Dataset containing nullable datetime values does not like a null datetime? Pin
kriskomar1-Mar-09 6:00
kriskomar1-Mar-09 6:00 
GeneralRe: Dataset containing nullable datetime values does not like a null datetime? Pin
PoweredByOtgc1-Mar-09 6:32
PoweredByOtgc1-Mar-09 6:32 
GeneralRe: Dataset containing nullable datetime values does not like a null datetime? Pin
kriskomar1-Mar-09 14:58
kriskomar1-Mar-09 14:58 
GeneralRe: Dataset containing nullable datetime values does not like a null datetime? Pin
PoweredByOtgc2-Mar-09 13:56
PoweredByOtgc2-Mar-09 13:56 
AnswerPartial fix for control not allowing null value to pass to dataset and database Pin
kriskomar3-Mar-09 6:45
kriskomar3-Mar-09 6:45 
AnswerRe: Dataset containing nullable datetime values does not like a null datetime? Pin
kriskomar4-Mar-09 7:05
kriskomar4-Mar-09 7:05 
GeneralRe: Dataset containing nullable datetime values does not like a null datetime? Pin
kriskomar5-Mar-09 4:58
kriskomar5-Mar-09 4:58 
Final Update:
Microsoft, you've won. I've been beaten into submission. Despite countless forum posts, weeks of web research, and direct queries to MS employees with no solid answer, I've succumbed to the workaround.
Here's what to do:
1) Follow my original instructions to use the nullabledatetimepicker. modify it to accept 1/1/1900 as it's "null" value, so it shows the null string but reports it's value as 1/1/1900.
2) change your DB schema so that all dates are NOT nullable. Set the default value to 1/1/1900 12:00:00 AM, or getdate(), depending on what you're doing with it. You'll also need to do an update query for all NULL dates to set to '1/1/1900 12:00:00 AM'.
3) match the DS to the DB schema.
4) adjust any code in your program to understand the 1/1/1900 value as actually "null".
5) Be over and done with it and get on with your life!
I hate workarounds. Maybe Visual Studio 2010 won't be such a compromised program...we shall see.
Questionhow to do the custom installation of vb.net windows applications project ? [modified] Pin
pramod251727-Feb-09 2:08
pramod251727-Feb-09 2:08 
AnswerRe: how to do the custom installation of vb.net windows applications project ? Pin
Eddy Vluggen27-Feb-09 2:34
professionalEddy Vluggen27-Feb-09 2:34 
AnswerRe: how to do the custom installation of vb.net windows applications project ? Pin
Jon_Boy27-Feb-09 2:43
Jon_Boy27-Feb-09 2:43 
QuestionVB.Net and C# and VC++ in single project Pin
Samir Ibrahim26-Feb-09 23:35
Samir Ibrahim26-Feb-09 23:35 
AnswerRe: VB.Net and C# and VC++ in single project Pin
Smithers-Jones27-Feb-09 0:13
Smithers-Jones27-Feb-09 0:13 
AnswerRe: VB.Net and C# and VC++ in single project Pin
Jon_Boy27-Feb-09 2:38
Jon_Boy27-Feb-09 2:38 
AnswerRe: VB.Net and C# and VC++ in single project Pin
Dave Kreskowiak27-Feb-09 7:52
mveDave Kreskowiak27-Feb-09 7:52 
QuestionHow to send E-Mail from VB.Net from [modified] Pin
palathoti26-Feb-09 21:56
palathoti26-Feb-09 21:56 
AnswerRe: How to send E-Mail from VB.Net from Pin
Eddy Vluggen26-Feb-09 22:38
professionalEddy Vluggen26-Feb-09 22:38 
GeneralRe: How to send E-Mail from VB.Net from Pin
palathoti26-Feb-09 23:40
palathoti26-Feb-09 23:40 
Questionread from ini file Pin
dec8226-Feb-09 21:32
dec8226-Feb-09 21:32 
AnswerRe: read from ini file Pin
Eddy Vluggen26-Feb-09 22:40
professionalEddy Vluggen26-Feb-09 22:40 
QuestionGet the all selected value of listbox window project in vb.net Pin
Jagz W26-Feb-09 20:28
professionalJagz W26-Feb-09 20:28 
AnswerRe: Get the all selected value of listbox window project in vb.net [modified] Pin
Eddy Vluggen26-Feb-09 21:49
professionalEddy Vluggen26-Feb-09 21:49 
GeneralRe: Get the all selected value of listbox window project in vb.net Pin
Jagz W26-Feb-09 23:27
professionalJagz W26-Feb-09 23:27 
AnswerRe: Get the all selected value of listbox window project in vb.net Pin
Eddy Vluggen26-Feb-09 23:42
professionalEddy Vluggen26-Feb-09 23:42 
QuestionHow to pivot a table in sql2005/sql2000-convert row to colmns Pin
Anoop Brijmohun26-Feb-09 19:49
Anoop Brijmohun26-Feb-09 19:49 

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.