Click here to Skip to main content
15,900,588 members
Home / Discussions / Database
   

Database

 
GeneralRe: Column <Name> does not belong to Table <name> exception Pin
GostWryter16-Apr-05 2:56
GostWryter16-Apr-05 2:56 
GeneralReporting Service Pin
sukasukabo15-Apr-05 1:40
sukasukabo15-Apr-05 1:40 
QuestionHow to create and copy tables Pin
ben214-Apr-05 13:19
ben214-Apr-05 13:19 
AnswerRe: How to create and copy tables Pin
turbochimp14-Apr-05 17:12
turbochimp14-Apr-05 17:12 
GeneralRe: How to create and copy tables Pin
ben219-Apr-05 11:50
ben219-Apr-05 11:50 
GeneralExecuting Scripts In SQL Server 2000 Pin
azam31614-Apr-05 3:32
azam31614-Apr-05 3:32 
GeneralRe: Executing Scripts In SQL Server 2000 Pin
Steven Campbell14-Apr-05 7:43
Steven Campbell14-Apr-05 7:43 
GeneralRe: Executing Scripts In SQL Server 2000 Pin
azam31614-Apr-05 19:06
azam31614-Apr-05 19:06 
GeneralRe: Executing Scripts In SQL Server 2000 Pin
Steven Campbell15-Apr-05 8:52
Steven Campbell15-Apr-05 8:52 
GeneralRe: Executing Scripts In SQL Server 2000 Pin
azam31617-Apr-05 19:30
azam31617-Apr-05 19:30 
GeneralReplication Pin
Albert Pascual13-Apr-05 13:27
sitebuilderAlbert Pascual13-Apr-05 13:27 
GeneralRe: Replication Pin
Steven Campbell14-Apr-05 7:38
Steven Campbell14-Apr-05 7:38 
GeneralRe: Replication Pin
_lakshmi20-Apr-05 23:12
_lakshmi20-Apr-05 23:12 
GeneralInsert a file of 10MB into an SQL 2000 Server Table Pin
anderslundsgard13-Apr-05 4:49
anderslundsgard13-Apr-05 4:49 
GeneralRe: Insert a file of 10MB into an SQL 2000 Server Table Pin
Albert Pascual13-Apr-05 6:12
sitebuilderAlbert Pascual13-Apr-05 6:12 
GeneralRe: Insert a file of 10MB into an SQL 2000 Server Table Pin
Scott Serl13-Apr-05 9:16
Scott Serl13-Apr-05 9:16 
Generali want to select database from sql where query it is Pin
bibipopopopo12-Apr-05 20:14
bibipopopopo12-Apr-05 20:14 
GeneralMerge results Pin
knopppen12-Apr-05 10:04
knopppen12-Apr-05 10:04 
GeneralRe: Merge results Pin
Ritesh123413-Apr-05 3:09
Ritesh123413-Apr-05 3:09 
Generalado.net Pin
Member 187540712-Apr-05 1:25
Member 187540712-Apr-05 1:25 
GeneralRe: ado.net Pin
Ritesh123412-Apr-05 1:48
Ritesh123412-Apr-05 1:48 
GeneralConnecting to a remote server. Pin
RuchirD12-Apr-05 0:24
RuchirD12-Apr-05 0:24 
GeneralDataBinding: problem after DataSet.Tables["table"].Clear() Pin
Vexta11-Apr-05 21:52
Vexta11-Apr-05 21:52 
Hallo,

I just posted this message in C#-section, but I saw the ADO.NET section and I think its better to post it here... sorry for doubleposting...

I'm a real beginner with C# and I have a silly problem with one DataTable combined with a DataGrid.
Short describing of surround:

I have one DataSet with three DataTables, each shown in DataGrids.
The DataSet is persistent (typed DataSet) as .xsd-file.

DataBase ist MSDE. All three DataTables are filled with the
DataAdapter.(DataSet, DataTable).Fill-Method.
If I execute the fill-Methode for one table twice or more, in my datagrid the records are added. To avoid this behaviour, I want to use the
DataSet.Tables["table"].Clear()-Method
before executing the Fill-Method. With two DataTables it works, but with the third, the DataGrid stays empty after the Fill-Method.
- in the debugger I can see that there are records in the DataTable
- when I click into the DataGrid, an error occurs that I try to translate (German version):

"DataBinding could not find line in list that can be used vor all bindings."

Help would be very appreciated.
Thanks
Vexta

GeneralSelect view Pin
Yulianto.11-Apr-05 16:38
Yulianto.11-Apr-05 16:38 
GeneralRe: Select view Pin
Colin Angus Mackay14-Apr-05 1:35
Colin Angus Mackay14-Apr-05 1:35 

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.