Click here to Skip to main content
15,893,487 members
Home / Discussions / C#
   

C#

 
GeneralRe: Linq References Pin
Mark Churchill17-Aug-07 5:32
Mark Churchill17-Aug-07 5:32 
GeneralRe: Linq References Pin
Ed.Poore17-Aug-07 11:27
Ed.Poore17-Aug-07 11:27 
GeneralRe: Linq References Pin
Mark Churchill18-Aug-07 4:00
Mark Churchill18-Aug-07 4:00 
Questiondeploying mutiple project in single setup Pin
kalyan_241617-Aug-07 0:29
kalyan_241617-Aug-07 0:29 
QuestionDataGridView - combobox as a column Pin
drweb8617-Aug-07 0:22
drweb8617-Aug-07 0:22 
Questionuploading xml to database Pin
kalyan_241617-Aug-07 0:15
kalyan_241617-Aug-07 0:15 
AnswerRe: uploading xml to database Pin
Rocky#17-Aug-07 0:54
Rocky#17-Aug-07 0:54 
GeneralRe: uploading xml to database Pin
kalyan_241617-Aug-07 0:56
kalyan_241617-Aug-07 0:56 
have an xml
i am able to change into data table
and insert into database also...

StringReader xmlsr3 = new StringReader(region);
dset3.ReadXml(xmlsr3, XmlReadMode.IgnoreSchema);
OleDbDataAdapter da3 = new OleDbDataAdapter("select * from drregion", m_Conn);
OleDbCommandBuilder cb3 = new OleDbCommandBuilder(da3);
da3.Update(dtab3); dtab3 = dset3.Tables[0];

like this it gets updated
now the problem is when xml string has a keywords (of databases)
while updating into database that is in the last statement
there is an error saying insert into syntax error
i need to change the
ex: keyfield-desc
to [desc] (i could nt do it in xml ) there was another error if i do that
how can i do this
or is there any other way....
GeneralRe: uploading xml to database Pin
Rocky#17-Aug-07 1:08
Rocky#17-Aug-07 1:08 
GeneralRe: uploading xml to database Pin
kalyan_241617-Aug-07 1:13
kalyan_241617-Aug-07 1:13 
GeneralRe: uploading xml to database Pin
Rocky#17-Aug-07 1:25
Rocky#17-Aug-07 1:25 
GeneralRe: uploading xml to database Pin
kalyan_241617-Aug-07 1:29
kalyan_241617-Aug-07 1:29 
Questionxml serialization for multiple arraylists Pin
cyn817-Aug-07 0:13
cyn817-Aug-07 0:13 
AnswerRe: xml serialization for multiple arraylists Pin
Giorgi Dalakishvili17-Aug-07 0:39
mentorGiorgi Dalakishvili17-Aug-07 0:39 
GeneralRe: xml serialization for multiple arraylists Pin
cyn819-Aug-07 16:53
cyn819-Aug-07 16:53 
AnswerRe: xml serialization for multiple arraylists [modified] Pin
Hessam Jalali17-Aug-07 4:02
Hessam Jalali17-Aug-07 4:02 
GeneralRe: xml serialization for multiple arraylists [modified] Pin
cyn819-Aug-07 16:43
cyn819-Aug-07 16:43 
GeneralRe: xml serialization for multiple arraylists Pin
cyn819-Aug-07 19:00
cyn819-Aug-07 19:00 
GeneralRe: xml serialization for multiple arraylists Pin
Hessam Jalali19-Aug-07 22:16
Hessam Jalali19-Aug-07 22:16 
GeneralRe: xml serialization for multiple arraylists Pin
cyn820-Aug-07 0:53
cyn820-Aug-07 0:53 
QuestionInput string was not in a correct format Pin
project c16-Aug-07 23:57
project c16-Aug-07 23:57 
AnswerRe: Input string was not in a correct format Pin
Giorgi Dalakishvili17-Aug-07 0:03
mentorGiorgi Dalakishvili17-Aug-07 0:03 
AnswerRe: Input string was not in a correct format Pin
Luc Pattyn17-Aug-07 1:38
sitebuilderLuc Pattyn17-Aug-07 1:38 
Questionupdating a DB using a windows form Pin
helloise16-Aug-07 23:49
helloise16-Aug-07 23:49 
AnswerRe: updating a DB using a windows form Pin
Giorgi Dalakishvili16-Aug-07 23:55
mentorGiorgi Dalakishvili16-Aug-07 23:55 

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.