Click here to Skip to main content
15,899,314 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Data bound combo box in datagridview Pin
AlexeiXX327-Jun-07 11:57
AlexeiXX327-Jun-07 11:57 
Questioncontrast and sharpness change of image Pin
Mortezai27-Jun-07 7:44
Mortezai27-Jun-07 7:44 
AnswerRe: contrast and sharpness change of image Pin
Dave Kreskowiak27-Jun-07 7:57
mveDave Kreskowiak27-Jun-07 7:57 
AnswerRe: contrast and sharpness change of image Pin
Christian Graus27-Jun-07 10:49
protectorChristian Graus27-Jun-07 10:49 
Questiondata binding update data source Pin
Mortezai27-Jun-07 6:49
Mortezai27-Jun-07 6:49 
AnswerRe: data binding update data source Pin
Dave Kreskowiak27-Jun-07 7:13
mveDave Kreskowiak27-Jun-07 7:13 
GeneralRe: data binding update data source Pin
Mortezai27-Jun-07 9:22
Mortezai27-Jun-07 9:22 
GeneralRe: data binding update data source Pin
Dave Kreskowiak27-Jun-07 9:40
mveDave Kreskowiak27-Jun-07 9:40 
There are three common causes of this problem.

Either the TableAdapter was configured to use a stored procedure in your database, or the adapters GenerateDBDirectMethods property is set to False, or the table doesn't have a primary key uniquely identifying each row in the table.

If your SQL for the adapter is merely using the results of a stored procedure, you'll have to change the TableAdpater and give it the SQL commands (UPDATE, INSERT, DELETE) to use to update each row in the database from the changes in your datatable/dataset.

Fixing the GenerateDbDirectMethods problem is easy. All you have to do is change the checkbox in the Dataset Designer and resave the dataset to recreate the TableAdapter.

If your database table doesn't have a primary key, you'll have to add one to use the TableAdapter.


A guide to posting questions on CodeProject[^]

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


QuestionWhich API do I call to abort logoff/shutdown Pin
kbern327-Jun-07 5:43
kbern327-Jun-07 5:43 
AnswerRe: Which API do I call to abort logoff/shutdown Pin
Craster27-Jun-07 5:58
Craster27-Jun-07 5:58 
AnswerRe: Which API do I call to abort logoff/shutdown Pin
Psycho-*Coder*-Extreme27-Jun-07 17:54
Psycho-*Coder*-Extreme27-Jun-07 17:54 
QuestionRe: Which API do I call to abort logoff/shutdown Pin
kbern328-Jun-07 3:34
kbern328-Jun-07 3:34 
Questionimage from server ? Pin
porsti27-Jun-07 5:01
porsti27-Jun-07 5:01 
AnswerRe: image from server ? Pin
Dave Kreskowiak27-Jun-07 5:11
mveDave Kreskowiak27-Jun-07 5:11 
AnswerRe: image from server ? Pin
Psycho-*Coder*-Extreme27-Jun-07 18:06
Psycho-*Coder*-Extreme27-Jun-07 18:06 
QuestionSetting the Help Window with the HelpProvider Control Pin
RichFeldman27-Jun-07 4:09
RichFeldman27-Jun-07 4:09 
QuestionGenerating Unique Alpha-Numeric ID's? Pin
DarynRoberts27-Jun-07 3:35
DarynRoberts27-Jun-07 3:35 
AnswerRe: Generating Unique Alpha-Numeric ID's? Pin
nlarson1127-Jun-07 4:03
nlarson1127-Jun-07 4:03 
GeneralRe: Generating Unique Alpha-Numeric ID's? Pin
DarynRoberts27-Jun-07 22:02
DarynRoberts27-Jun-07 22:02 
GeneralRe: Generating Unique Alpha-Numeric ID's? Pin
nlarson1128-Jun-07 3:32
nlarson1128-Jun-07 3:32 
GeneralRe: Generating Unique Alpha-Numeric ID's? Pin
DarynRoberts29-Jun-07 0:52
DarynRoberts29-Jun-07 0:52 
AnswerRe: Generating Unique Alpha-Numeric ID's? Pin
Guffa27-Jun-07 12:31
Guffa27-Jun-07 12:31 
GeneralRe: Generating Unique Alpha-Numeric ID's? Pin
Mycroft Holmes27-Jun-07 23:00
professionalMycroft Holmes27-Jun-07 23:00 
GeneralRe: Generating Unique Alpha-Numeric ID's? Pin
Guffa28-Jun-07 2:10
Guffa28-Jun-07 2:10 
Answerthanks Pin
DarynRoberts28-Jun-07 22:06
DarynRoberts28-Jun-07 22:06 

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.