Click here to Skip to main content
15,923,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: validation Pin
pmarfleet1-Oct-07 22:06
pmarfleet1-Oct-07 22:06 
AnswerRe: validation Pin
Vimalsoft(Pty) Ltd1-Oct-07 22:10
professionalVimalsoft(Pty) Ltd1-Oct-07 22:10 
QuestionSending validated Data from BLL to Dal for Execution Pin
Vimalsoft(Pty) Ltd1-Oct-07 19:55
professionalVimalsoft(Pty) Ltd1-Oct-07 19:55 
AnswerRe: Sending validated Data from BLL to Dal for Execution Pin
DanB19832-Oct-07 7:36
DanB19832-Oct-07 7:36 
Questionhow to remove the word table [modified] Pin
bsguru1-Oct-07 19:36
bsguru1-Oct-07 19:36 
AnswerRe: how to remove the word table Pin
Christian Graus1-Oct-07 19:48
protectorChristian Graus1-Oct-07 19:48 
Questiondelete row in datagrdview VB.NET Pin
Abbhie1-Oct-07 15:55
Abbhie1-Oct-07 15:55 
AnswerRe: delete row in datagrdview VB.NET [modified] Pin
kubben1-Oct-07 16:19
kubben1-Oct-07 16:19 
My guess is that in your table1tableadapter you have a select command and an update command, but not a delete command. When using a tableadapter these sql statements need to be defined.

This is what MS help says:
If INSERT, UPDATE, or DELETE statements have not been specified, the Update method generates an exception. However, you can create a SqlCommandBuilder or OleDbCommandBuilder object to automatically generate SQL statements for single-table updates if you set the SelectCommand property of a .NET Framework data provider. Then, any additional SQL statements that you do not set are generated by the CommandBuilder. This generation logic requires key column information to be present in the DataSet. For more information see Automatically Generating Commands.


Hope that helps.
Ben


-- modified at 22:24 Monday 1st October, 2007
GeneralRe: delete row in datagrdview VB.NET Pin
Abbhie2-Oct-07 5:51
Abbhie2-Oct-07 5:51 
Questionutomaticaly Match and Select ComboBox Item Pin
firebladeiii1-Oct-07 12:06
firebladeiii1-Oct-07 12:06 
AnswerRe: utomaticaly Match and Select ComboBox Item Pin
Paul Conrad2-Oct-07 10:57
professionalPaul Conrad2-Oct-07 10:57 
QuestionCall Web Method From Global.asax Pin
mmelick1-Oct-07 10:12
mmelick1-Oct-07 10:12 
AnswerRe: Call Web Method From Global.asax Pin
nlarson111-Oct-07 10:53
nlarson111-Oct-07 10:53 
GeneralRe: Call Web Method From Global.asax Pin
mmelick1-Oct-07 10:59
mmelick1-Oct-07 10:59 
GeneralRe: Call Web Method From Global.asax Pin
nlarson111-Oct-07 11:04
nlarson111-Oct-07 11:04 
GeneralRe: Call Web Method From Global.asax Pin
mmelick1-Oct-07 11:15
mmelick1-Oct-07 11:15 
QuestionA New Line in a Label Pin
Bso_Cool1-Oct-07 9:48
Bso_Cool1-Oct-07 9:48 
AnswerRe: A New Line in a Label Pin
Kenny McKee1-Oct-07 9:51
Kenny McKee1-Oct-07 9:51 
QuestionOracle as the database and the front end in VB.Net Pin
kendo171-Oct-07 7:44
kendo171-Oct-07 7:44 
AnswerRe: Oracle as the database and the front end in VB.Net Pin
Christian Graus1-Oct-07 11:36
protectorChristian Graus1-Oct-07 11:36 
GeneralRe: Oracle as the database and the front end in VB.Net Pin
kendo171-Oct-07 11:48
kendo171-Oct-07 11:48 
GeneralRe: Oracle as the database and the front end in VB.Net Pin
Christian Graus1-Oct-07 12:52
protectorChristian Graus1-Oct-07 12:52 
GeneralRe: Oracle as the database and the front end in VB.Net Pin
kendo171-Oct-07 13:09
kendo171-Oct-07 13:09 
GeneralRe: Oracle as the database and the front end in VB.Net [modified] Pin
kendo171-Oct-07 23:29
kendo171-Oct-07 23:29 
QuestionInserting pauses in wav files Pin
Benny_Lava1-Oct-07 7:04
Benny_Lava1-Oct-07 7:04 

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.