Click here to Skip to main content
15,927,921 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: TextBox Switch Pin
Christian Graus19-Jul-05 10:58
protectorChristian Graus19-Jul-05 10:58 
GeneralRe: TextBox Switch Pin
Christian Graus19-Jul-05 11:17
protectorChristian Graus19-Jul-05 11:17 
GeneralRe: TextBox Switch Pin
Anonymous19-Jul-05 11:21
Anonymous19-Jul-05 11:21 
GeneralRe: TextBox Switch Pin
Jason Baggett20-Jul-05 4:07
Jason Baggett20-Jul-05 4:07 
Generalinsert statment Pin
Anonymous19-Jul-05 10:22
Anonymous19-Jul-05 10:22 
GeneralRe: insert statment Pin
StealthMaker19-Jul-05 10:27
StealthMaker19-Jul-05 10:27 
GeneralRe: insert statment Pin
KaptinKrunch19-Jul-05 12:57
KaptinKrunch19-Jul-05 12:57 
GeneralRe: insert statment Pin
thealca19-Jul-05 22:50
thealca19-Jul-05 22:50 
"Date" is a VB reserved word, don't take it a habit of using reserved words, however u can still use it as a DB fieldm enclose it with "[]"

MyOledbCommand.CommandText = "Insert Into Messages " _
& "(firstname,lastname,username,password,[date]) " _
& "Values (" & "'" & String2 & "', " & "'" & String3 & "', " & "'" & String4 & "', " & "'" & String5 & "')"

good luck

Wink | ;)
GeneralCard32.dll mouse event Pin
StealthMaker19-Jul-05 10:05
StealthMaker19-Jul-05 10:05 
GeneralNeed suggestions on using a barcode scanner as a input device Pin
spettiford19-Jul-05 9:12
spettiford19-Jul-05 9:12 
GeneralRe: Need suggestions on using a barcode scanner as a input device Pin
thealca19-Jul-05 13:54
thealca19-Jul-05 13:54 
GeneralRe: Need suggestions on using a barcode scanner as a input device Pin
spettiford20-Jul-05 7:37
spettiford20-Jul-05 7:37 
GeneralRe: Need suggestions on using a barcode scanner as a input device Pin
thealca20-Jul-05 13:32
thealca20-Jul-05 13:32 
GeneralRe: Need suggestions on using a barcode scanner as a input device Pin
Anonymous21-Jul-05 3:28
Anonymous21-Jul-05 3:28 
QuestionOpen/Close Forms: Has anybody seen this problem? Pin
Brad Fackrell19-Jul-05 8:47
Brad Fackrell19-Jul-05 8:47 
AnswerRe: Open/Close Forms: Has anybody seen this problem? Pin
Anonymous19-Jul-05 9:45
Anonymous19-Jul-05 9:45 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Anonymous19-Jul-05 9:48
Anonymous19-Jul-05 9:48 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Brad Fackrell19-Jul-05 10:00
Brad Fackrell19-Jul-05 10:00 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Anonymous19-Jul-05 13:05
Anonymous19-Jul-05 13:05 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Brad Fackrell20-Jul-05 2:26
Brad Fackrell20-Jul-05 2:26 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Anonymous20-Jul-05 3:44
Anonymous20-Jul-05 3:44 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Brad Fackrell20-Jul-05 4:02
Brad Fackrell20-Jul-05 4:02 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Anonymous20-Jul-05 4:47
Anonymous20-Jul-05 4:47 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Brad Fackrell20-Jul-05 5:26
Brad Fackrell20-Jul-05 5:26 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Anonymous20-Jul-05 5:47
Anonymous20-Jul-05 5:47 

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.