Click here to Skip to main content
15,886,806 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalsystem.io.streamreader.readline Pin
Jayman9119-Nov-04 5:12
Jayman9119-Nov-04 5:12 
GeneralRe: system.io.streamreader.readline Pin
Tom John9-Nov-04 6:14
Tom John9-Nov-04 6:14 
GeneralRe: system.io.streamreader.readline Pin
Jayman9119-Nov-04 6:16
Jayman9119-Nov-04 6:16 
GeneralRe: system.io.streamreader.readline Pin
Fade (Amit BS)10-Nov-04 16:22
Fade (Amit BS)10-Nov-04 16:22 
GeneralRe: system.io.streamreader.readline Pin
Jayman91111-Nov-04 2:51
Jayman91111-Nov-04 2:51 
GeneralFonts used in rich text box Pin
johnjsm9-Nov-04 2:30
johnjsm9-Nov-04 2:30 
GeneralRe: Fonts used in rich text box Pin
Member 14977519-Nov-04 5:43
Member 14977519-Nov-04 5:43 
Generalupdating database using dataset..help! Pin
obrix_activex9-Nov-04 0:12
obrix_activex9-Nov-04 0:12 
im a vb6 programmer and im shifting right now to vb.net..i just want to know the counter part of my routine of saving in vb6 to vb.net using adapter and dataset..this is a combination of addnew and update..it goes like this..im made it very basic just to give you the scenario..

--routine in vb6 saving--
dim cn as adodb.connection
dim rs as new adodb.recordset
dim xsql as string

cn.open connectionstring
xsql="select * from table where field='" & txt & "'"

rs.open xsql,cn,....

if rs.eof then
rs.addnew 'if no records found
rs!id=txtid
end if
rs!lastname=txtlastname
rs!firstname=txtfirstname
rs.update

pls help if anyone has the idea..









GeneralRe: updating database using dataset..help! Pin
ccotton33324-Nov-04 7:52
ccotton33324-Nov-04 7:52 
GeneralPrinting w/out Crystal Report in VBNet Pin
reyboy8-Nov-04 22:44
reyboy8-Nov-04 22:44 
GeneralRe: Printing w/out Crystal Report in VBNet Pin
Tom John9-Nov-04 5:55
Tom John9-Nov-04 5:55 
QuestionHow to get domain name of specific computer? Pin
dungle308-Nov-04 20:42
dungle308-Nov-04 20:42 
Questionhow to change datagrid properties? Pin
Lisana8-Nov-04 19:43
Lisana8-Nov-04 19:43 
QuestionHow to add dataset values to Crystal Report fields Pin
Jeevan anjna8-Nov-04 19:42
Jeevan anjna8-Nov-04 19:42 
GeneralThread Problem Pin
Sumit Domyan8-Nov-04 18:14
Sumit Domyan8-Nov-04 18:14 
GeneralRe: Thread Problem Pin
Fade (Amit BS)10-Nov-04 16:31
Fade (Amit BS)10-Nov-04 16:31 
GeneralRe: Thread Problem Pin
Sumit Domyan10-Nov-04 18:10
Sumit Domyan10-Nov-04 18:10 
GeneralRe: Thread Problem Pin
Fade (Amit BS)13-Nov-04 22:30
Fade (Amit BS)13-Nov-04 22:30 
GeneralCapture an HTML document as an image Pin
ddd ssss8-Nov-04 17:52
ddd ssss8-Nov-04 17:52 
GeneralDisplay non duplicate data in combobox Pin
CelesterMok8-Nov-04 15:22
CelesterMok8-Nov-04 15:22 
GeneralQuestions Pin
Tech 4 a dummy8-Nov-04 14:57
Tech 4 a dummy8-Nov-04 14:57 
GeneralRe: Questions Pin
Tom John9-Nov-04 3:08
Tom John9-Nov-04 3:08 
GeneralRe: Questions Pin
Tech 4 a dummy9-Nov-04 13:44
Tech 4 a dummy9-Nov-04 13:44 
GeneralRe: Questions Pin
Tom John9-Nov-04 22:25
Tom John9-Nov-04 22:25 
GeneralToolbar button images not being diplayed Pin
Verolix8-Nov-04 13:16
Verolix8-Nov-04 13:16 

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.