Click here to Skip to main content
15,896,912 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How can I resize an image? the code is included! Pin
JUNEYT4-Feb-06 23:29
JUNEYT4-Feb-06 23:29 
QuestionReport writers for VB.NET Pin
trimtrom4-Feb-06 4:16
trimtrom4-Feb-06 4:16 
QuestionSql access using web service Pin
intrigued4-Feb-06 1:14
intrigued4-Feb-06 1:14 
QuestionUseing Stored Procedure Pin
alien viper3-Feb-06 23:22
alien viper3-Feb-06 23:22 
AnswerRe: Useing Stored Procedure Pin
Guffa3-Feb-06 23:35
Guffa3-Feb-06 23:35 
QuestionHow can I access to scanner vb.net? Pin
JUNEYT3-Feb-06 23:11
JUNEYT3-Feb-06 23:11 
QuestionPInvoke issue Pin
jimjo3-Feb-06 21:27
jimjo3-Feb-06 21:27 
Questioninserting into database Pin
raj kumar reddy3-Feb-06 17:44
raj kumar reddy3-Feb-06 17:44 
hi every one,

i have values in external array.

Like

str(0)="1234"

str(1)="3 94 34"

i want to send this values into the databse.

all fields in the database are Varchar of size (30).


when i am sending values into the database

like..


insert into tblone(no,no1)values('"& str(0) & "','"& str(1) &"')


i am not getting any problem.

but when i do like this

insert into tblone(no,no1)values("& str(0) & ","& str(1) &")

(removed single quotes) i am getting syntax error.

can any body help me...




raj
AnswerRe: inserting into database Pin
Rana Muhammad Javed Khan3-Feb-06 19:01
Rana Muhammad Javed Khan3-Feb-06 19:01 
AnswerRe: inserting into database Pin
S Douglas3-Feb-06 22:12
professionalS Douglas3-Feb-06 22:12 
QuestionGet Ip Address and put it in TextBox1?? Pin
Darshon3-Feb-06 12:12
Darshon3-Feb-06 12:12 
AnswerRe: Get Ip Address and put it in TextBox1?? Pin
Jason McBurney3-Feb-06 12:43
Jason McBurney3-Feb-06 12:43 
GeneralRe: Get Ip Address and put it in TextBox1?? Pin
Darshon3-Feb-06 19:30
Darshon3-Feb-06 19:30 
GeneralRe: Get Ip Address and put it in TextBox1?? Pin
Jason McBurney7-Feb-06 5:40
Jason McBurney7-Feb-06 5:40 
AnswerRe: Get Ip Address and put it in TextBox1?? Pin
Darshon7-Feb-06 14:07
Darshon7-Feb-06 14:07 
QuestionCopy into Clipboard - .GIF Pin
john john mackey3-Feb-06 12:08
john john mackey3-Feb-06 12:08 
AnswerRe: Copy into Clipboard - .GIF Pin
Jason McBurney3-Feb-06 12:58
Jason McBurney3-Feb-06 12:58 
GeneralRe: Copy into Clipboard - .GIF Pin
john john mackey3-Feb-06 13:22
john john mackey3-Feb-06 13:22 
QuestionA table control for vb6 Pin
ns3-Feb-06 9:40
ns3-Feb-06 9:40 
AnswerRe: A table control for vb6 Pin
Jason McBurney3-Feb-06 13:02
Jason McBurney3-Feb-06 13:02 
QuestionBindingSource Wont Update Pin
AlexeiXX33-Feb-06 9:20
AlexeiXX33-Feb-06 9:20 
QuestionAnother FileSystemObject Question Pin
Quecumber2563-Feb-06 8:41
Quecumber2563-Feb-06 8:41 
AnswerRe: Another FileSystemObject Question Pin
Dave Kreskowiak3-Feb-06 9:12
mveDave Kreskowiak3-Feb-06 9:12 
GeneralRe: Another FileSystemObject Question Pin
Quecumber2563-Feb-06 9:29
Quecumber2563-Feb-06 9:29 
GeneralRe: Another FileSystemObject Question Pin
Quecumber2563-Feb-06 9:42
Quecumber2563-Feb-06 9: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.