Click here to Skip to main content
15,905,782 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: running DOS exe using Process.Start Pin
Dave Kreskowiak3-Jul-08 1:52
mveDave Kreskowiak3-Jul-08 1:52 
GeneralRe: running DOS exe using Process.Start Pin
johnjsm3-Jul-08 2:24
johnjsm3-Jul-08 2:24 
QuestionStart program by dragging file onto exe Pin
johnjsm2-Jul-08 23:02
johnjsm2-Jul-08 23:02 
AnswerRe: Start program by dragging file onto exe Pin
Gideon Engelberth3-Jul-08 2:28
Gideon Engelberth3-Jul-08 2:28 
GeneralRe: Start program by dragging file onto exe [modified] Pin
johnjsm3-Jul-08 4:35
johnjsm3-Jul-08 4:35 
GeneralRe: Start program by dragging file onto exe Pin
Tom Deketelaere3-Jul-08 5:08
professionalTom Deketelaere3-Jul-08 5:08 
GeneralRe: Start program by dragging file onto exe Pin
Gideon Engelberth3-Jul-08 10:06
Gideon Engelberth3-Jul-08 10:06 
QuestionDon't what is the error in my code thats not worked any idea? Pin
idsanjeevjha2-Jul-08 20:46
idsanjeevjha2-Jul-08 20:46 
sorry for posting second question on same topic becouse second is for display data is posted by mistake and try to modify in edit mode thats is not shown ,
'this code is worked 
isql="Insert Into students(id, first_name, last_name, major,current_credits) values (?, ?, ?, ?, ?)"
        idbcomm=new odbccommand(isql,dbconn)
        idbcomm.Parameters.Add("id", id.Text)       
        idbcomm.Parameters.Add("fname", fname.text)
        idbcomm.Parameters.Add("lname", lname.Text)
        idbcomm.Parameters.Add("major", major.Text) 
        idbcomm.Parameters.Add("credits", credits.Text) 
        idbcomm.ExecuteNonQuery()
'This code is not working reports error
		'lsSQL ="Insert Into stud(id,firstname,lastname,major) values (@id,@fname,@lname,@major)"
        'idbcomm=new odbccommand(isql,dbconn)		
        'idbcomm.Parameters.Add( "@id",id.Text)        
		'idbcomm.Parameters.Add( "@fname",fname.text)
        'idbcomm.Parameters.Add( "@lname",lname.Text)
        'idbcomm.Parameters.Add( "@major",major.Text)
        idbcomm.ExecuteNonQuery()


sanjeev

AnswerRe: Don't what is the error in my code thats not worked any idea? Pin
Anubhava Dimri2-Jul-08 23:45
Anubhava Dimri2-Jul-08 23:45 
AnswerRe: Don't what is the error in my code thats not worked any idea? Pin
N a v a n e e t h3-Jul-08 0:35
N a v a n e e t h3-Jul-08 0:35 
GeneralRe: Don't what is the error in my code thats not worked any idea? Pin
idsanjeevjha3-Jul-08 1:01
idsanjeevjha3-Jul-08 1:01 
GeneralRe: Don't what is the error in my code thats not worked any idea? Pin
N a v a n e e t h3-Jul-08 15:47
N a v a n e e t h3-Jul-08 15:47 
AnswerRe: Don't what is the error in my code thats not worked any idea? Pin
Chinners3-Jul-08 1:27
Chinners3-Jul-08 1:27 
Questionwhats is the mistacks in code thats insert data in oracle with vb.net Pin
idsanjeevjha2-Jul-08 20:25
idsanjeevjha2-Jul-08 20:25 
AnswerRe: whats is the mistacks in code thats insert data in oracle with vb.net Pin
Chinners2-Jul-08 23:37
Chinners2-Jul-08 23:37 
GeneralRe: whats is the mistacks in code thats insert data in oracle with vb.net Pin
idsanjeevjha3-Jul-08 0:53
idsanjeevjha3-Jul-08 0:53 
GeneralRe: whats is the mistacks in code thats insert data in oracle with vb.net Pin
Chinners3-Jul-08 1:24
Chinners3-Jul-08 1:24 
QuestionAxShockwaveFlash Object Pin
~V~2-Jul-08 20:04
~V~2-Jul-08 20:04 
QuestionException Handling Problem Pin
RCoate2-Jul-08 17:10
RCoate2-Jul-08 17:10 
AnswerRe: Exception Handling Problem Pin
Mycroft Holmes2-Jul-08 17:21
professionalMycroft Holmes2-Jul-08 17:21 
GeneralRe: Exception Handling Problem Pin
RCoate2-Jul-08 17:46
RCoate2-Jul-08 17:46 
GeneralRe: Exception Handling Problem Pin
Mycroft Holmes2-Jul-08 18:17
professionalMycroft Holmes2-Jul-08 18:17 
GeneralRe: Exception Handling Problem Pin
Paul Conrad2-Jul-08 18:32
professionalPaul Conrad2-Jul-08 18:32 
AnswerRe: Exception Handling Problem Pin
Gideon Engelberth2-Jul-08 17:52
Gideon Engelberth2-Jul-08 17:52 
GeneralRe: Exception Handling Problem [modified] Pin
RCoate2-Jul-08 18:02
RCoate2-Jul-08 18:02 

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.