Click here to Skip to main content
15,888,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to conver date time day from text datatype Pin
InsDev13-Nov-07 2:06
InsDev13-Nov-07 2:06 
AnswerRe: how to conver date time day from text datatype Pin
InsDev13-Nov-07 2:08
InsDev13-Nov-07 2:08 
QuestionForms authentication and HTTPS Pin
Martin Gibson13-Nov-07 1:13
Martin Gibson13-Nov-07 1:13 
Questionobject reference not set to an instance of object [modified] Pin
Member 387988113-Nov-07 1:10
Member 387988113-Nov-07 1:10 
AnswerRe: object reference not set to an instance of object Pin
Michael Sync13-Nov-07 1:49
Michael Sync13-Nov-07 1:49 
GeneralRe: object reference not set to an instance of object Pin
Member 387988113-Nov-07 2:00
Member 387988113-Nov-07 2:00 
GeneralRe: object reference not set to an instance of object Pin
Michael Sync13-Nov-07 4:00
Michael Sync13-Nov-07 4:00 
QuestionBirthday date problems Pin
matjame13-Nov-07 0:10
matjame13-Nov-07 0:10 
Hello guys.

I have a date\time field from my Access database (ie 1983/09/20) and I need to extract that and check if its today.If the month and day correspond with today then I wana print all those people's details and a happy birthday message.

I knw this is a crap code but Im clueless on this one

Dim comx As New OleDbCommand
Dim conx As New OleDbConnection
conx = New OleDbConnection("Provider = Microsoft.Jet.oledb.4.0; data source = C:\Documents and Settings\kagisho.mashiloane\My Documents\Visual Studio 2005\Projects\Search AL\TelephoneList.mdb")
conx.Open()

'Tell the command which values to pull/get
comx = New OleDbCommand("Select * from Bithdays where BirthDate = " & Today.Date, conx)
comx.Connection = conx 'enure that the com

Please help guys.Thanx in advance.I jus wana compare the day and month to today.

kagiso

AnswerRe: Birthday date problems Pin
Sun Rays13-Nov-07 0:21
Sun Rays13-Nov-07 0:21 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 0:27
matjame13-Nov-07 0:27 
GeneralRe: Birthday date problems Pin
Sun Rays13-Nov-07 0:35
Sun Rays13-Nov-07 0:35 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 0:39
matjame13-Nov-07 0:39 
GeneralRe: Birthday date problems Pin
Sun Rays13-Nov-07 0:42
Sun Rays13-Nov-07 0:42 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 0:59
matjame13-Nov-07 0:59 
GeneralRe: Birthday date problems Pin
Sun Rays13-Nov-07 1:13
Sun Rays13-Nov-07 1:13 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 1:40
matjame13-Nov-07 1:40 
GeneralRe: Birthday date problems Pin
matjame14-Nov-07 0:01
matjame14-Nov-07 0:01 
AnswerRe: Birthday date problems Pin
Jintal Patel13-Nov-07 2:17
Jintal Patel13-Nov-07 2:17 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 2:26
matjame13-Nov-07 2:26 
GeneralRe: Birthday date problems Pin
Jintal Patel13-Nov-07 2:40
Jintal Patel13-Nov-07 2:40 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 2:47
matjame13-Nov-07 2:47 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 2:50
matjame13-Nov-07 2:50 
GeneralRe: Birthday date problems Pin
Jintal Patel13-Nov-07 17:59
Jintal Patel13-Nov-07 17:59 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 19:44
matjame13-Nov-07 19:44 
GeneralRe: Birthday date problems Pin
Jintal Patel13-Nov-07 19:53
Jintal Patel13-Nov-07 19:53 

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.