Click here to Skip to main content
15,908,931 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Create network connection using vb.net Pin
enjoycrack27-Oct-05 7:08
enjoycrack27-Oct-05 7:08 
QuestionProgrammatically Run and Control an OpenOffice 2.0 program Pin
TheKriminal27-Oct-05 4:54
TheKriminal27-Oct-05 4:54 
AnswerRe: Programmatically Run and Control an OpenOffice 2.0 program Pin
Briga28-Oct-05 1:42
Briga28-Oct-05 1:42 
QuestionManaged Direct X Pin
faviochilo27-Oct-05 2:48
faviochilo27-Oct-05 2:48 
AnswerRe: Managed Direct X Pin
Christian Graus27-Oct-05 15:09
protectorChristian Graus27-Oct-05 15:09 
QuestionFinding Computers on a Domain (Urgent) Pin
MatthysDT27-Oct-05 1:40
MatthysDT27-Oct-05 1:40 
AnswerRe: Finding Computers on a Domain (Urgent) Pin
MatthysDT27-Oct-05 3:23
MatthysDT27-Oct-05 3:23 
Questiondate comparision problem in vb.net project Pin
ajay bharti27-Oct-05 1:37
ajay bharti27-Oct-05 1:37 
hi,
i have to set timer in my windows application.
if date of set_timer column in database is equal to system date time then a beep should be generated.
i am unable to write exect code for retrieving that perticular date where set_timer= system.datetime.now()

i had write sql query in adapter, all were failed to get data from data set.

select * from case_details where (set_timer= dt)
select * from case_details where (set_timer= 'dt')
select * from case_details where (set_timer= '&dt&')
where dt was declared as


dim dt as system.datetime
dt= datetime.now()

i had also use convert function
as

select * from case_details where (set_timer= CONVERT(DATETIME,dt,102))

it is also not woking plz help me.


hi this ajay bharti
AnswerRe: date comparision problem in vb.net project Pin
Christian Graus27-Oct-05 15:11
protectorChristian Graus27-Oct-05 15:11 
QuestionCode Accessing Pin
Anindya Chatterjee27-Oct-05 0:24
Anindya Chatterjee27-Oct-05 0:24 
AnswerRe: Code Accessing Pin
Briga27-Oct-05 0:57
Briga27-Oct-05 0:57 
Questionprint Pin
himanshu_softin26-Oct-05 23:08
himanshu_softin26-Oct-05 23:08 
AnswerRe: print Pin
Briga27-Oct-05 0:59
Briga27-Oct-05 0:59 
AnswerRe: print Pin
Greeky27-Oct-05 1:06
Greeky27-Oct-05 1:06 
Questioncreate an RTF file with equation editor objects Pin
fuel2run26-Oct-05 20:53
fuel2run26-Oct-05 20:53 
Questionscript Pin
m_anya2126-Oct-05 20:49
m_anya2126-Oct-05 20:49 
AnswerRe: script Pin
enjoycrack27-Oct-05 7:04
enjoycrack27-Oct-05 7:04 
Question.NET & CR Pin
hung_ngole26-Oct-05 18:15
hung_ngole26-Oct-05 18:15 
QuestionOpenGL Pin
Guerven26-Oct-05 16:10
Guerven26-Oct-05 16:10 
AnswerRe: OpenGL Pin
Christian Graus26-Oct-05 16:14
protectorChristian Graus26-Oct-05 16:14 
GeneralRe: THANKS Pin
Guerven26-Oct-05 16:29
Guerven26-Oct-05 16:29 
QuestionHook selectCert listbox when adding a signature in Word Pin
herve Cadieu26-Oct-05 15:34
herve Cadieu26-Oct-05 15:34 
QuestionSending Commands to cmd.exe Pin
gte999s26-Oct-05 13:53
gte999s26-Oct-05 13:53 
QuestionBrowsing remote files Pin
Member 227600326-Oct-05 12:42
Member 227600326-Oct-05 12:42 
AnswerRe: Browsing remote files Pin
enjoycrack26-Oct-05 13:23
enjoycrack26-Oct-05 13:23 

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.