Click here to Skip to main content
15,889,176 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Including player in vb.net2005 Pin
Tom Deketelaere10-Mar-09 23:09
professionalTom Deketelaere10-Mar-09 23:09 
QuestionGetting file type info Pin
Alan Burkhart10-Mar-09 22:48
Alan Burkhart10-Mar-09 22:48 
AnswerRe: Getting file type info Pin
Xmen Real 11-Mar-09 0:13
professional Xmen Real 11-Mar-09 0:13 
GeneralRe: Getting file type info Pin
Alan Burkhart11-Mar-09 3:13
Alan Burkhart11-Mar-09 3:13 
GeneralRe: Getting file type info Pin
Xmen Real 11-Mar-09 4:02
professional Xmen Real 11-Mar-09 4:02 
QuestionProblem sending EMail Pin
Pankaj Garg10-Mar-09 22:33
Pankaj Garg10-Mar-09 22:33 
Generalhi all Pin
vickyjohn10-Mar-09 20:39
vickyjohn10-Mar-09 20:39 
GeneralRe: hi all Pin
Tom Deketelaere10-Mar-09 23:05
professionalTom Deketelaere10-Mar-09 23:05 
Use parameters.
From the error I can only think that somewhere in that mess off numbers there is one badly formated.
If you use parameters they will take care off the formating and avoid these kind off errors.

(If you don't know what parameters are look into sql injunctions (google it))

Also although its a correct sql statement, better practice is to include the column names into your sql.
example: INSERT INTO [tablename] ([columnname],[columnname],...) VALUES (?,?,...)

And a better subject might be in order as well. Hi all doesn't really say much and many people here will skip the post because off it.
GeneralRe: hi all Pin
Ashfield11-Mar-09 3:16
Ashfield11-Mar-09 3:16 
QuestionCompare two Table Pin
zaimah10-Mar-09 18:18
zaimah10-Mar-09 18:18 
AnswerRe: Compare two Table Pin
Luc Pattyn10-Mar-09 18:47
sitebuilderLuc Pattyn10-Mar-09 18:47 
GeneralRe: Compare two Table Pin
zaimah10-Mar-09 19:03
zaimah10-Mar-09 19:03 
GeneralRe: Compare two Table Pin
Sebastian Br.10-Mar-09 21:26
Sebastian Br.10-Mar-09 21:26 
GeneralRe: Compare two Table Pin
zaimah10-Mar-09 21:55
zaimah10-Mar-09 21:55 
QuestionHow to get string from ReadProcessMemory Pin
Oliverikawood10-Mar-09 18:04
Oliverikawood10-Mar-09 18:04 
AnswerRe: How to get string from ReadProcessMemory [modified] Pin
Oliverikawood10-Mar-09 18:53
Oliverikawood10-Mar-09 18:53 
QuestionHttpWebRequest define the language Pin
picolo510-Mar-09 17:44
picolo510-Mar-09 17:44 
AnswerRe: HttpWebRequest define the language Pin
picolo510-Mar-09 18:02
picolo510-Mar-09 18:02 
Questionafter installation Pin
sathyan_829410-Mar-09 17:05
sathyan_829410-Mar-09 17:05 
AnswerRe: after installation Pin
Johan Hakkesteegt11-Mar-09 7:53
Johan Hakkesteegt11-Mar-09 7:53 
QuestionHow do i keep on top a currently clicked form in win application. (Vb.net 2005)? Pin
r_mohd10-Mar-09 16:33
r_mohd10-Mar-09 16:33 
AnswerRe: How do i keep on top a currently clicked form in win application. (Vb.net 2005)? Pin
Dave Kreskowiak10-Mar-09 18:18
mveDave Kreskowiak10-Mar-09 18:18 
GeneralRe: How do i keep on top a currently clicked form in win application. (Vb.net 2005)? Pin
Pankaj Garg10-Mar-09 19:55
Pankaj Garg10-Mar-09 19:55 
GeneralRe: How do i keep on top a currently clicked form in win application. (Vb.net 2005)? Pin
Dave Kreskowiak11-Mar-09 2:59
mveDave Kreskowiak11-Mar-09 2:59 
QuestionCharacter Encoding and .bat files Pin
Alan Burkhart10-Mar-09 15:34
Alan Burkhart10-Mar-09 15:34 

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.