Click here to Skip to main content
15,914,225 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiongetting plain text value of an sha1 hash? Pin
jszpila12-Jan-06 10:41
jszpila12-Jan-06 10:41 
AnswerRe: getting plain text value of an sha1 hash? Pin
Guffa12-Jan-06 10:59
Guffa12-Jan-06 10:59 
GeneralRe: getting plain text value of an sha1 hash? Pin
jszpila12-Jan-06 11:02
jszpila12-Jan-06 11:02 
Questioncrystal report generation Pin
_tasleem12-Jan-06 9:21
_tasleem12-Jan-06 9:21 
AnswerRe: crystal report generation Pin
Joshua Quick12-Jan-06 9:47
Joshua Quick12-Jan-06 9:47 
GeneralRe: crystal report generation Pin
_tasleem12-Jan-06 18:51
_tasleem12-Jan-06 18:51 
GeneralRe: crystal report generation Pin
Joshua Quick13-Jan-06 21:21
Joshua Quick13-Jan-06 21:21 
Questioninserting date value to access through vb.net Pin
_tasleem12-Jan-06 8:59
_tasleem12-Jan-06 8:59 
how to insert date in the access using vb.net.
i m using these code it gives exception

Dim str As String = "#" + Now().ToString("d") + "#"
Dim query As String = "insert into Dt(Date, Val) values ('" & str & "' ,3)"
then then olddbcommand and then executenoquery functions

but that code gives exception
String = "insert into Dt(Date, Val) values (' # 12/3/2006 # ' ,3)"
but that code gives exception
String = "insert into Dt(Date, Val) values ('12/3/2006',3)"

tell me how to do that insert date into access database through
vb.net

ddd
AnswerRe: inserting date value to access through vb.net Pin
Joshua Quick12-Jan-06 9:32
Joshua Quick12-Jan-06 9:32 
GeneralRe: inserting date value to access through vb.net Pin
Joshua Quick12-Jan-06 9:37
Joshua Quick12-Jan-06 9:37 
QuestionStill need help with VB.net Web Form Pin
Derek G12-Jan-06 5:56
Derek G12-Jan-06 5:56 
AnswerRe: Still need help with VB.net Web Form Pin
dptalt12-Jan-06 6:32
dptalt12-Jan-06 6:32 
AnswerRe: Still need help with VB.net Web Form Pin
Christian Graus12-Jan-06 12:51
protectorChristian Graus12-Jan-06 12:51 
QuestionCrystal reports drill down Pin
vertig073012-Jan-06 5:30
vertig073012-Jan-06 5:30 
QuestionTo VB.NET guys Pin
militiaware12-Jan-06 5:14
militiaware12-Jan-06 5:14 
AnswerRe: To VB.NET guys Pin
Colin Angus Mackay12-Jan-06 5:57
Colin Angus Mackay12-Jan-06 5:57 
AnswerRe: To VB.NET guys Pin
Christian Graus12-Jan-06 12:54
protectorChristian Graus12-Jan-06 12:54 
QuestionCode Suspend Pin
militiaware12-Jan-06 5:07
militiaware12-Jan-06 5:07 
AnswerRe: Code Suspend Pin
shabonaa12-Jan-06 6:16
shabonaa12-Jan-06 6:16 
AnswerRe: Code Suspend Pin
Christian Graus12-Jan-06 12:55
protectorChristian Graus12-Jan-06 12:55 
GeneralRe: Code Suspend Pin
Daniel Santillanes12-Jan-06 13:35
professionalDaniel Santillanes12-Jan-06 13:35 
GeneralRe: Code Suspend Pin
militiaware13-Jan-06 12:35
militiaware13-Jan-06 12:35 
GeneralRe: Code Suspend Pin
Christian Graus15-Jan-06 11:50
protectorChristian Graus15-Jan-06 11:50 
GeneralRe: Code Suspend Pin
militiaware15-Jan-06 13:25
militiaware15-Jan-06 13:25 
GeneralRe: Code Suspend Pin
Christian Graus15-Jan-06 13:42
protectorChristian Graus15-Jan-06 13:42 

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.