Click here to Skip to main content
15,887,288 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionC# reverse engineering, [modified] Pin
jithen_dt6-Jun-07 17:10
jithen_dt6-Jun-07 17:10 
AnswerRe: C# reverse engineering, Pin
Stefan Prodan6-Jun-07 20:08
Stefan Prodan6-Jun-07 20:08 
AnswerRe: C# reverse engineering, Pin
Kevin McFarlane7-Jun-07 23:16
Kevin McFarlane7-Jun-07 23:16 
Questionadding records with DataGridView Pin
ramakaniel6-Jun-07 14:44
ramakaniel6-Jun-07 14:44 
AnswerRe: adding records with DataGridView Pin
ramakaniel8-Jun-07 9:39
ramakaniel8-Jun-07 9:39 
AnswerRe: adding records with DataGridView Pin
Dave Kreskowiak8-Jun-07 10:11
mveDave Kreskowiak8-Jun-07 10:11 
GeneralRe: adding records with DataGridView Pin
ramakaniel12-Jun-07 10:20
ramakaniel12-Jun-07 10:20 
GeneralRe: adding records with DataGridView Pin
Dave Kreskowiak13-Jun-07 6:52
mveDave Kreskowiak13-Jun-07 6:52 
If the TableAdapters do not have an Update, then, from MSDN here[^]:


TableAdapter Update Commands


The update functionality of a TableAdapter is dependent on how much information is available based on the main query provided in the TableAdapter Wizard. For example, TableAdapters that are configured to fetch values from multiple tables (JOINs), scalar values, views, or the results of aggregate functions are not initially created with the ability to send updates back to the underlying database.


The reason you can't call update is because the TableAdapter can't update multiple tables from a single query.

You'll either have to supply the SQL and VB.NET code in the TableAdapters to update the individual tables yourself, or scrap the tableadapter and write the complete SQL and VB.NET code for all the operations you want on the tables involved.



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionAccessing WMI in the .Net Compact Framework Pin
esplosion6-Jun-07 6:54
esplosion6-Jun-07 6:54 
AnswerRe: Accessing WMI in the .Net Compact Framework Pin
Dave Kreskowiak6-Jun-07 7:27
mveDave Kreskowiak6-Jun-07 7:27 
GeneralRe: Accessing WMI in the .Net Compact Framework Pin
esplosion6-Jun-07 7:31
esplosion6-Jun-07 7:31 
GeneralRe: Accessing WMI in the .Net Compact Framework Pin
Dave Kreskowiak6-Jun-07 7:43
mveDave Kreskowiak6-Jun-07 7:43 
GeneralRe: Accessing WMI in the .Net Compact Framework Pin
esplosion6-Jun-07 7:51
esplosion6-Jun-07 7:51 
QuestionTCPClient (string hostname, int port) on .NET CF Pin
Dewald6-Jun-07 2:51
Dewald6-Jun-07 2:51 
AnswerRe: TCPClient (string hostname, int port) on .NET CF Pin
Mike Dimmick6-Jun-07 12:20
Mike Dimmick6-Jun-07 12:20 
GeneralRe: TCPClient (string hostname, int port) on .NET CF Pin
Dewald6-Jun-07 23:03
Dewald6-Jun-07 23:03 
GeneralRe: TCPClient (string hostname, int port) on .NET CF Pin
Mike Dimmick7-Jun-07 3:57
Mike Dimmick7-Jun-07 3:57 
GeneralRe: TCPClient (string hostname, int port) on .NET CF Pin
Dewald7-Jun-07 5:56
Dewald7-Jun-07 5:56 
QuestionWin32 Debug API Pin
chandni_chandrakant_maheta5-Jun-07 0:04
chandni_chandrakant_maheta5-Jun-07 0:04 
AnswerRe: Win32 Debug API Pin
Dave Kreskowiak5-Jun-07 4:02
mveDave Kreskowiak5-Jun-07 4:02 
GeneralRe: Win32 Debug API Pin
chandni_chandrakant_maheta5-Jun-07 4:16
chandni_chandrakant_maheta5-Jun-07 4:16 
GeneralRe: Win32 Debug API Pin
Ilya Verbitskiy5-Jun-07 4:28
Ilya Verbitskiy5-Jun-07 4:28 
QuestionIIS6 with .NET Framework 1.1 and 2.0 at the same time?? can i do that? Pin
Leistath3-Jun-07 4:16
Leistath3-Jun-07 4:16 
AnswerRe: IIS6 with .NET Framework 1.1 and 2.0 at the same time?? can i do that? Pin
Stefan Prodan3-Jun-07 4:39
Stefan Prodan3-Jun-07 4:39 
GeneralRe: IIS6 with .NET Framework 1.1 and 2.0 at the same time?? can i do that? Pin
Leistath6-Jun-07 12:49
Leistath6-Jun-07 12:49 

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.