Click here to Skip to main content
15,890,946 members
Home / Discussions / Database
   

Database

 
GeneralExport ms sql server 2005 to .sql Pin
djkno315-Apr-05 3:55
djkno315-Apr-05 3:55 
GeneralRe: Export ms sql server 2005 to .sql Pin
Colin Angus Mackay15-Apr-05 11:49
Colin Angus Mackay15-Apr-05 11:49 
GeneralRe: Export ms sql server 2005 to .sql Pin
djkno315-Apr-05 13:27
djkno315-Apr-05 13:27 
GeneralRe: Export ms sql server 2005 to .sql Pin
Colin Angus Mackay15-Apr-05 23:16
Colin Angus Mackay15-Apr-05 23:16 
GeneralRe: Export ms sql server 2005 to .sql Pin
djkno316-Apr-05 3:51
djkno316-Apr-05 3:51 
GeneralRe: Export ms sql server 2005 to .sql Pin
Mike Dimmick18-Apr-05 1:09
Mike Dimmick18-Apr-05 1:09 
GeneralRe: Export ms sql server 2005 to .sql Pin
djkno318-Apr-05 1:25
djkno318-Apr-05 1:25 
GeneralColumn <Name> does not belong to Table <name> exception Pin
GostWryter15-Apr-05 2:36
GostWryter15-Apr-05 2:36 
Hello:

I get this error when trying to add a series of datarows to a datatable
Any Ideas, Here Is the Code:

Public SaveIt()
{
DataRow dr;
for(int i=0;i<12;i++)
{
dr["Months"] = arrMonths[i]; //Throws Exception
MyDataTable.Rows.Add(dr);
}
MyDatSet.GetChanges();
MyDataSet.WriteXml(strFileName, XmlWriteMode.DiffGram);
}
Confused | :confused:
TIA
GostWrtyer

}
GeneralRe: Column &lt;Name&gt; does not belong to Table &lt;name&gt; exception Pin
Colin Angus Mackay15-Apr-05 9:53
Colin Angus Mackay15-Apr-05 9:53 
GeneralRe: Column &lt;Name&gt; does not belong to Table &lt;name&gt; exception Pin
Luis Alonso Ramos15-Apr-05 11:15
Luis Alonso Ramos15-Apr-05 11:15 
GeneralRe: Column &lt;Name&gt; does not belong to Table &lt;name&gt; exception Pin
Colin Angus Mackay15-Apr-05 11:43
Colin Angus Mackay15-Apr-05 11:43 
GeneralRe: Column &lt;Name&gt; does not belong to Table &lt;name&gt; 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 

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.