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

Visual Basic

 
GeneralRe: Object variable or With block variable not set. Pin
Christian Graus7-Jan-07 20:22
protectorChristian Graus7-Jan-07 20:22 
GeneralRe: Object variable or With block variable not set. Pin
CPallini7-Jan-07 20:50
mveCPallini7-Jan-07 20:50 
AnswerRe: Object variable or With block variable not set. [modified] Pin
Walter_H8-Jan-07 1:55
Walter_H8-Jan-07 1:55 
GeneralRe: Object variable or With block variable not set. Pin
thedom28-Jan-07 20:41
thedom28-Jan-07 20:41 
Questionabout Stream and seek operations! Pin
dSolariuM7-Jan-07 9:59
dSolariuM7-Jan-07 9:59 
AnswerRe: about Stream and seek operations! Pin
Ed.Poore7-Jan-07 12:08
Ed.Poore7-Jan-07 12:08 
QuestionLaunch a vb.net application from “Windows Explorer” context menu. Pin
R Britz7-Jan-07 9:08
R Britz7-Jan-07 9:08 
Questiondata is not saved to sql2005 in vb.net2005 Pin
ramugaru7-Jan-07 4:55
ramugaru7-Jan-07 4:55 
hai
iam working with vb.net2005 and sql2005
iam getting data from my database with support of dataset
but when i tried to enter new data through programe the data is updating the dataset but not the dataset
here iam my working logic here please follow and guide me what is worng in it

dim cn as new sqlconnection=("connection string")
cn.open()
dim da as new sqldataadaper("select * from table1",cn)
dim comda as new sqlcommandbuilder(da)
dim ds as newdataset
da.fill(ds,"table1")
dim drow as datarow
drow = ds.tables("table1").newrow
drow.item(0) = textbox1.text
ds.("table1").rows.add(drow)
da.update(ds,"table1")


Somebody please help me in this matter


ramu

AnswerRe: data is not saved to sql2005 in vb.net2005 Pin
Ed.Poore7-Jan-07 6:12
Ed.Poore7-Jan-07 6:12 
QuestionWebBrowser VB.NET Pin
imatureStudent7-Jan-07 1:01
imatureStudent7-Jan-07 1:01 
AnswerRe: WebBrowser VB.NET Pin
MatrixCoder7-Jan-07 6:24
MatrixCoder7-Jan-07 6:24 
AnswerRe: WebBrowser VB.NET Pin
tmaxwell077-Jan-07 6:51
tmaxwell077-Jan-07 6:51 
GeneralRe: WebBrowser VB.NET Pin
imatureStudent8-Jan-07 3:15
imatureStudent8-Jan-07 3:15 
QuestionVisual Basic declaring of Variables Pin
Cereel6-Jan-07 20:56
Cereel6-Jan-07 20:56 
AnswerRe: Visual Basic declaring of Variables Pin
CPallini6-Jan-07 22:16
mveCPallini6-Jan-07 22:16 
AnswerRe: Visual Basic declaring of Variables Pin
Christian Graus6-Jan-07 22:39
protectorChristian Graus6-Jan-07 22:39 
AnswerRe: Visual Basic declaring of Variables Pin
WillemM8-Jan-07 7:35
WillemM8-Jan-07 7:35 
QuestionDifference b/w VB.NET & C# Pin
Rahithi6-Jan-07 17:46
Rahithi6-Jan-07 17:46 
AnswerRe: Difference b/w VB.NET & C# Pin
MatrixCoder6-Jan-07 18:04
MatrixCoder6-Jan-07 18:04 
AnswerRe: Difference b/w VB.NET & C# Pin
Christian Graus6-Jan-07 20:03
protectorChristian Graus6-Jan-07 20:03 
AnswerRe: Difference b/w VB.NET & C# Pin
CPallini6-Jan-07 22:13
mveCPallini6-Jan-07 22:13 
GeneralRe: Difference b/w VB.NET & C# Pin
Christian Graus6-Jan-07 22:55
protectorChristian Graus6-Jan-07 22:55 
GeneralRe: Difference b/w VB.NET & C# Pin
CPallini7-Jan-07 0:33
mveCPallini7-Jan-07 0:33 
GeneralRe: Difference b/w VB.NET & C# Pin
Christian Graus7-Jan-07 9:08
protectorChristian Graus7-Jan-07 9:08 
GeneralRe: Difference b/w VB.NET & C# Pin
CPallini7-Jan-07 9:39
mveCPallini7-Jan-07 9:39 

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.