Click here to Skip to main content
15,892,005 members
Home / Discussions / Database
   

Database

 
AnswerRe: MS sql system table Pin
Wendelius24-Feb-09 17:47
mentorWendelius24-Feb-09 17:47 
QuestionADO DataGrid View Pin
nomibarbarian24-Feb-09 9:44
professionalnomibarbarian24-Feb-09 9:44 
AnswerRe: ADO DataGrid View Pin
Wendelius24-Feb-09 18:04
mentorWendelius24-Feb-09 18:04 
QuestionRe: ADO DataGrid View [modified] Pin
nomibarbarian26-Feb-09 8:13
professionalnomibarbarian26-Feb-09 8:13 
QuestionGetting "OleDbCommand.Prepare method requires all parameters to have an explicitly set type." error while updating a dataset Pin
Pr@teek B@h!24-Feb-09 4:16
Pr@teek B@h!24-Feb-09 4:16 
AnswerRe: Getting "OleDbCommand.Prepare method requires all parameters to have an explicitly set type." error while updating a dataset Pin
Ennis Ray Lynch, Jr.24-Feb-09 4:26
Ennis Ray Lynch, Jr.24-Feb-09 4:26 
GeneralRe: Getting "OleDbCommand.Prepare method requires all parameters to have an explicitly set type." error while updating a dataset Pin
Pr@teek B@h!24-Feb-09 4:48
Pr@teek B@h!24-Feb-09 4:48 
AnswerRe: Getting "OleDbCommand.Prepare method requires all parameters to have an explicitly set type." error while updating a dataset Pin
Wendelius24-Feb-09 6:43
mentorWendelius24-Feb-09 6:43 
I agree with Ennis that it's a 'bad' practice to let the autogeneration to create the statements. But if you want to use it, there are two conditions you must meet:
- you must use command builder when select statement is created
- there must be a key column present in the dataset

I think it's the later that may be causing problems. Another possible cause may be column names that contain illegal characters or reserved words. So you should check if for example UpådateCommand is generated correctly.

More info: Generating Commands with CommandBuilders (ADO.NET)[^]

The need to optimize rises from a bad design.My articles[^]

QuestionConverting Datatype from float to decimal...... Pin
Sasmi_Office23-Feb-09 20:17
Sasmi_Office23-Feb-09 20:17 
AnswerRe: Converting Datatype from float to decimal...... Pin
Mycroft Holmes23-Feb-09 21:34
professionalMycroft Holmes23-Feb-09 21:34 
GeneralRe: Converting Datatype from float to decimal...... Pin
Sasmi_Office23-Feb-09 23:50
Sasmi_Office23-Feb-09 23:50 
AnswerRe: Converting Datatype from float to decimal...... Pin
Rob Philpott23-Feb-09 22:05
Rob Philpott23-Feb-09 22:05 
JokeRe: Converting Datatype from float to decimal...... Pin
WoutL24-Feb-09 1:09
WoutL24-Feb-09 1:09 
GeneralRe: Converting Datatype from float to decimal...... Pin
Rob Philpott24-Feb-09 2:01
Rob Philpott24-Feb-09 2:01 
GeneralHoi? Pin
Luc Pattyn24-Feb-09 1:53
sitebuilderLuc Pattyn24-Feb-09 1:53 
GeneralRe: Converting Datatype from float to decimal...... Pin
Ennis Ray Lynch, Jr.24-Feb-09 3:54
Ennis Ray Lynch, Jr.24-Feb-09 3:54 
QuestionProblem on sql server 2005 SP2 :Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum Pin
Rami Said Abd Alhalim23-Feb-09 19:45
Rami Said Abd Alhalim23-Feb-09 19:45 
QuestionRe: Problem on sql server 2005 SP2 :Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum Pin
Andy_L_J23-Feb-09 20:59
Andy_L_J23-Feb-09 20:59 
AnswerRe: Problem on sql server 2005 SP2 :Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum Pin
Rami Said Abd Alhalim23-Feb-09 21:49
Rami Said Abd Alhalim23-Feb-09 21:49 
QuestionI want your idear and solving !!! Pin
Golden Jing23-Feb-09 17:58
Golden Jing23-Feb-09 17:58 
AnswerRe: I want your idear and solving !!! Pin
Wendelius23-Feb-09 18:11
mentorWendelius23-Feb-09 18:11 
GeneralRe: I want your idear and solving !!! Pin
Golden Jing23-Feb-09 21:44
Golden Jing23-Feb-09 21:44 
QuestionCannot use temporary table twice Pin
MarcelloTurnbull23-Feb-09 7:37
MarcelloTurnbull23-Feb-09 7:37 
AnswerRe: Cannot use temporary table twice Pin
Ennis Ray Lynch, Jr.23-Feb-09 8:08
Ennis Ray Lynch, Jr.23-Feb-09 8:08 
AnswerRe: Cannot use temporary table twice Pin
Wendelius23-Feb-09 8:40
mentorWendelius23-Feb-09 8:40 

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.