Click here to Skip to main content
15,895,011 members
Home / Discussions / Database
   

Database

 
GeneralMissing data from result Pin
Andy *M*30-Nov-04 13:14
Andy *M*30-Nov-04 13:14 
GeneralRe: Missing data from result Pin
Andy *M*30-Nov-04 13:39
Andy *M*30-Nov-04 13:39 
GeneralWin 2000, .net deployment Pin
Member 155577930-Nov-04 9:10
Member 155577930-Nov-04 9:10 
GeneralUnusual INSERT INTO problem using ADO, C# and MSAccess DB Pin
donmorr30-Nov-04 7:01
donmorr30-Nov-04 7:01 
GeneralRe: Unusual INSERT INTO problem using ADO, C# and MSAccess DB Pin
Luis Alonso Ramos30-Nov-04 8:11
Luis Alonso Ramos30-Nov-04 8:11 
GeneralRe: Unusual INSERT INTO problem using ADO, C# and MSAccess DB Pin
donmorr30-Nov-04 8:23
donmorr30-Nov-04 8:23 
GeneralRe: Unusual INSERT INTO problem using ADO, C# and MSAccess DB Pin
Anonymous1-Dec-04 1:59
Anonymous1-Dec-04 1:59 
GeneralDataset 2 Xml - attribute problem Pin
Xabatcha30-Nov-04 3:11
Xabatcha30-Nov-04 3:11 
How to add attribute to the xml element, based on column in table in tha datset?

Wrong example code(fragment):
DataTable BusName= new DataTable("BusName");
BusName.Columns.Add("id_subj").ColumnMapping = MappingType.Hidden;
BusName.Columns.Add("NameText");
BusName.Columns.Add("langCode").ColumnMapping = MappingType.Attribute;
lQueryXml.Tables.Add(BusName);
generated xml:
<BusName langCode='cs'>
<NameText>adfga</NameText>
</BusName>
This example assigns attribute 'langCode to the element BusName', that's wrong. My aim is to assign this attribute to the element 'NameText'!!!!
I declare that XSD of this doc is valid, but the dataset.readXSD fails.So I manually create all tables and relations. That's oki, but don't know how to assign attribute to the element, which is as a column in the table in dataset.
Anybody know?
Ufffff...


--------------------------
Xabatcha ... test the best
--------------------------

GeneralAdding large strings (greater than 255chars) to Access DB via c# ADO Pin
donmorr30-Nov-04 2:19
donmorr30-Nov-04 2:19 
GeneralRe: Adding large strings (greater than 255chars) to Access DB via c# ADO Pin
Luis Alonso Ramos1-Dec-04 17:59
Luis Alonso Ramos1-Dec-04 17:59 
Generalraising event from SQL-Server to C# Pin
TehMedic29-Nov-04 21:07
TehMedic29-Nov-04 21:07 
GeneralRe: raising event from SQL-Server to C# Pin
Colin Angus Mackay30-Nov-04 5:30
Colin Angus Mackay30-Nov-04 5:30 
GeneralADO connection to NT Personal Oracle Pin
Member 155378429-Nov-04 18:13
Member 155378429-Nov-04 18:13 
GeneralRecord is killed after UPDATE Pin
realmontanakid29-Nov-04 11:04
realmontanakid29-Nov-04 11:04 
GeneralRe: Record is killed after UPDATE Pin
realmontanakid29-Nov-04 20:43
realmontanakid29-Nov-04 20:43 
GeneralCopy rows from one table from another Pin
Luis Alonso Ramos29-Nov-04 9:23
Luis Alonso Ramos29-Nov-04 9:23 
GeneralRe: Copy rows from one table from another Pin
Edbert P29-Nov-04 10:56
Edbert P29-Nov-04 10:56 
GeneralRe: Copy rows from one table from another Pin
Luis Alonso Ramos29-Nov-04 11:22
Luis Alonso Ramos29-Nov-04 11:22 
GeneralRe: Copy rows from one table from another Pin
Luis Alonso Ramos30-Nov-04 8:14
Luis Alonso Ramos30-Nov-04 8:14 
GeneralRe: Copy rows from one table from another Pin
Edbert P30-Nov-04 10:49
Edbert P30-Nov-04 10:49 
GeneralRe: Copy rows from one table from another Pin
Luis Alonso Ramos30-Nov-04 13:25
Luis Alonso Ramos30-Nov-04 13:25 
GeneralRe: Copy rows from one table from another Pin
Edbert P30-Nov-04 15:11
Edbert P30-Nov-04 15:11 
GeneralRe: Copy rows from one table from another Pin
Luis Alonso Ramos30-Nov-04 15:23
Luis Alonso Ramos30-Nov-04 15:23 
GeneralSQL statement help Pin
ruifernandes2429-Nov-04 7:29
ruifernandes2429-Nov-04 7:29 
GeneralRe: SQL statement help Pin
Gerald Schwab29-Nov-04 7:58
Gerald Schwab29-Nov-04 7:58 

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.