Click here to Skip to main content
16,006,348 members
Home / Discussions / Database
   

Database

 
GeneralRe: updating the DB Pin
Besinci5-Sep-05 7:49
Besinci5-Sep-05 7:49 
GeneralRe: updating the DB Pin
minkinin6-Sep-05 23:38
minkinin6-Sep-05 23:38 
QuestionI need to load custom data to Analysis Server (MS-OLAP) without going through any OLE DB Provider. Pin
kuldeepjangir2-Sep-05 3:13
kuldeepjangir2-Sep-05 3:13 
QuestionSqlDataAdapter question.. What.... Pin
Besinci2-Sep-05 2:40
Besinci2-Sep-05 2:40 
AnswerRe: SqlDataAdapter question.. What.... Pin
Luis Alonso Ramos2-Sep-05 17:26
Luis Alonso Ramos2-Sep-05 17:26 
GeneralRe: SqlDataAdapter question.. What.... Pin
Besinci3-Sep-05 2:06
Besinci3-Sep-05 2:06 
GeneralRe: SqlDataAdapter question.. What.... Pin
Luis Alonso Ramos3-Sep-05 6:28
Luis Alonso Ramos3-Sep-05 6:28 
QuestionDatabinding Problem In My UserControl Pin
User 20930732-Sep-05 2:39
User 20930732-Sep-05 2:39 
Hi Every body
I have a usercontrol (Named DatePicker) with a property called 'Date'.This is the syntax of this property :

[Category("Date Info"),Bindable(true)]
public string Date
{
	get
	{return this.dateString;}
	set
	{this.dateString = value;}
}

This control also have some string properties (Day,Year and month) without '[Bindable(true)]'Attribute.I use this user control and bind the 'Date' property of this control to a string column of a DataView in my form :

this.datePicker1.DataBindings.Add("Date",this.dvDataSource,"Birthday");


When I delete all rows of dataview whith this code :

this.BindingContext[this.dvDataSource].RemoveAt(this.BindingContext[this.dvDataSource].Position);


and then try to add a new row using the following code,

this.BindingContext[this.dvDataSource].AddNew();


I receive the following Exception : Mad | :mad:

"DataBinding could not find a row in the list that is suitable for all bindings"

Note :

When I comment the line of code that contains instruction for Binding this property, everything works ok.I bound some other controls (Like DataGrid and TextBox) to the other columns of DataView.They haven't any problem !!

Please help me if anyone knows the answer.
Best Regards.

[ _ Always there is another way _ ]
QuestionI want to add,delete,save my project ... Pin
mostafa_h1-Sep-05 23:07
mostafa_h1-Sep-05 23:07 
QuestionHow will I know that DSN is not pointing to any database? Pin
PrashantJ1-Sep-05 21:17
PrashantJ1-Sep-05 21:17 
AnswerRe: How will I know that DSN is not pointing to any database? Pin
Michael Potter2-Sep-05 5:25
Michael Potter2-Sep-05 5:25 
QuestionData Isolation and Transaction Isolation Pin
devvvy1-Sep-05 17:37
devvvy1-Sep-05 17:37 
AnswerRe: Data Isolation and Transaction Isolation Pin
airbus3801-Sep-05 22:14
airbus3801-Sep-05 22:14 
GeneralRe: Data Isolation and Transaction Isolation Pin
devvvy1-Sep-05 22:21
devvvy1-Sep-05 22:21 
GeneralRe: Data Isolation and Transaction Isolation Pin
airbus3802-Sep-05 0:42
airbus3802-Sep-05 0:42 
General"Data Isolation" Vs "Locking" Pin
devvvy3-Sep-05 21:33
devvvy3-Sep-05 21:33 
QuestionHOW I KNOW WHAT TABLES ARE IN A DATA BASE IN CSHARP Pin
alonso2k811-Sep-05 10:40
alonso2k811-Sep-05 10:40 
AnswerRe: HOW I KNOW WHAT TABLES ARE IN A DATA BASE IN CSHARP Pin
Michael P Butler1-Sep-05 11:21
Michael P Butler1-Sep-05 11:21 
AnswerRe: HOW I KNOW WHAT TABLES ARE IN A DATA BASE IN CSHARP Pin
Duncan Edwards Jones1-Sep-05 12:10
professionalDuncan Edwards Jones1-Sep-05 12:10 
AnswerRe: HOW I KNOW WHAT TABLES ARE IN A DATA BASE IN CSHARP Pin
Christian Graus1-Sep-05 15:30
protectorChristian Graus1-Sep-05 15:30 
AnswerRe: HOW I KNOW WHAT TABLES ARE IN A DATA BASE IN CSHARP Pin
miah alom2-Sep-05 4:59
miah alom2-Sep-05 4:59 
GeneralRe: HOW I KNOW WHAT TABLES ARE IN A DATA BASE IN CSHARP Pin
miah alom2-Sep-05 5:23
miah alom2-Sep-05 5:23 
Questiongroup by and concat dependent rows Pin
HELP_ME!!1-Sep-05 2:22
sussHELP_ME!!1-Sep-05 2:22 
AnswerRe: group by and concat dependent rows Pin
airbus3801-Sep-05 3:03
airbus3801-Sep-05 3:03 
QuestionMDF files Pin
cberam1-Sep-05 1:23
cberam1-Sep-05 1:23 

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.