Click here to Skip to main content
15,888,113 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Panels Pin
Henry Minute23-Jun-09 11:58
Henry Minute23-Jun-09 11:58 
QuestionMS Chart - Problem to display the records in Range Column Chart Pin
Jegansinna23-Jun-09 0:06
Jegansinna23-Jun-09 0:06 
QuestionExecute MSWord Label Mail-Merge Using VB.NET Pin
Indra PR22-Jun-09 23:30
Indra PR22-Jun-09 23:30 
QuestionProperty grid [modified] Pin
bhargava240922-Jun-09 23:28
bhargava240922-Jun-09 23:28 
AnswerRe: Property grid Pin
Christian Graus23-Jun-09 1:20
protectorChristian Graus23-Jun-09 1:20 
GeneralRe: Property grid Pin
bhargava240923-Jun-09 1:43
bhargava240923-Jun-09 1:43 
Questionvb6 database Pin
spruha36922-Jun-09 18:35
spruha36922-Jun-09 18:35 
AnswerRe: vb6 database Pin
TheMrProgrammer22-Jun-09 18:59
TheMrProgrammer22-Jun-09 18:59 
instead of this
sSQL = "INSERT INTO datatable (Name, Number, Qualification, Experience, Phone_No, New_Dealer) values('name','number', 'qualification', 'experience', 'phone_no', 'dealer')"

you will have to construct a string like this

sSQL = "INSERT INTO datatable (Name, Number, Qualification, Experience, Phone_No, New_Dealer) values('" & name & "','" & qualification .....etc

as name,qualification are variables

cheers Blush | :O

TheMrProgrammer

GeneralRe: vb6 database Pin
spruha36922-Jun-09 22:20
spruha36922-Jun-09 22:20 
AnswerRe: vb6 database Pin
Christian Graus22-Jun-09 19:26
protectorChristian Graus22-Jun-09 19:26 
AnswerRe: vb6 database Pin
Pasan14822-Jun-09 22:19
Pasan14822-Jun-09 22:19 
GeneralRe: vb6 database Pin
spruha36922-Jun-09 22:21
spruha36922-Jun-09 22:21 
AnswerRe: vb6 database Pin
David Skelly22-Jun-09 22:41
David Skelly22-Jun-09 22:41 
GeneralRe: vb6 database Pin
spruha36922-Jun-09 23:20
spruha36922-Jun-09 23:20 
QuestionOpenGL with VB .NET Pin
Forgon22-Jun-09 14:17
Forgon22-Jun-09 14:17 
AnswerRe: OpenGL with VB .NET Pin
Eslam Afifi22-Jun-09 14:55
Eslam Afifi22-Jun-09 14:55 
QuestionWith clouse Pin
Bahram.Zarrin22-Jun-09 11:02
Bahram.Zarrin22-Jun-09 11:02 
AnswerRe: With clouse Pin
Christian Graus22-Jun-09 11:05
protectorChristian Graus22-Jun-09 11:05 
GeneralRe: With clouse Pin
EliottA22-Jun-09 11:11
EliottA22-Jun-09 11:11 
GeneralRe: With clouse Pin
Dalek Dave22-Jun-09 23:54
professionalDalek Dave22-Jun-09 23:54 
GeneralRe: With clouse Pin
dan!sh 23-Jun-09 2:53
professional dan!sh 23-Jun-09 2:53 
QuestionWinsock 2005 Problem Pin
morpheusv622-Jun-09 6:48
morpheusv622-Jun-09 6:48 
AnswerRe: Winsock 2005 Problem Pin
Dave Kreskowiak23-Jun-09 5:43
mveDave Kreskowiak23-Jun-09 5:43 
QuestionReference Equivelants in .net Pin
No-e22-Jun-09 5:56
No-e22-Jun-09 5:56 
AnswerRe: Reference Equivelants in .net Pin
Henry Minute22-Jun-09 6:32
Henry Minute22-Jun-09 6:32 

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.