No announcements
Found 1526969 threads
-
0 Votes
XML file for dynamic data
Hi All Wondering if someone can offer me some advice on whether xml is a suitable solution for an application I'm developing or if I should choose another option.Answered | 3 Replies | 4129 Views | Created by ilr - Tuesday, March 1, 2011 12:28 AM | Last reply by Greg.Forsythe - Tuesday, March 1, 2011 4:55 AM -
4 Votes
Data Modelling - Dynamic attribute sets/items
For reference, SQL Server Master Data Services and Microsoft Dynamics CRM both implement this pattern, where administrators perform design tasks and the application manages ...Answered | 18 Replies | 3977 Views | Created by gnans19 - Wednesday, February 20, 2013 2:28 PM | Last reply by gnans19 - Friday, February 22, 2013 5:33 AM -
0 Votes
Dynamic SQL and Datatype XML
Try this example: CREATE TABLE #temp (data XML) DECLARE @x XMLSELECT @x = '<name>jacob</name>' DECLARE @sql NVARCHAR(MAX)SELECT @sql = ...Answered | 4 Replies | 12315 Views | Created by Developer_Usa - Tuesday, December 9, 2008 4:58 PM | Last reply by Desu - Tuesday, February 24, 2009 4:26 AM -
0 Votes
Dynamically loading model
For now, you have to instantiate them into different web services and call them dynamically.Answered | 1 Replies | 376 Views | Created by vccarvalho - Friday, September 9, 2016 2:45 AM | Last reply by Hai Ning - Friday, September 9, 2016 3:13 AM -
1 Votes
Dynamically creating data model using ADO.Net Data Services
The server needs you to build an entity data model in advance to determine what it needs to expose to a client.Answered | 1 Replies | 3842 Views | Created by Gaurav Mantri - Wednesday, February 11, 2009 1:50 PM | Last reply by Shayne Burgess - MSFT - Wednesday, March 11, 2009 3:52 AM -
2 Votes
help with dynamic xml querys
In additionn to what Martin said, I have a Linq to XML example ...Answered | 2 Replies | 3583 Views | Created by RenatoFontes - Tuesday, February 2, 2010 4:20 PM | Last reply by DeborahK - Tuesday, February 2, 2010 4:48 PM -
0 Votes
Build dynamic tabular reports based on the incoming xml data stream
Thanks Qiuyun, in your approach I need to create tables first but I want to build them dynamically I want to create the tables dynamically based on the number of ...Answered | 8 Replies | 1174 Views | Created by MLTC - Tuesday, March 15, 2016 8:20 PM | Last reply by Qiuyun Yu - Wednesday, March 23, 2016 9:23 AM -
0 Votes
LightSwitch HTML - Dynamically changing screen heading from data in the entity model
So for simple one-time read-only data you need to create a function to run after the data is loaded or use data binding if the data can be changed.Answered | 7 Replies | 4619 Views | Created by engelhk - Friday, December 27, 2013 6:25 PM | Last reply by dns jinung - Tuesday, January 7, 2014 1:21 AM -
0 Votes
Dynamically Generating SMDL (Report Model Definitions) With C#
If go through the visual studio wizards, ie: create a data source view (dsv) with the data source view wizard create a model ...Answered | 8 Replies | 9229 Views | Created by Sean Finn - Thursday, April 20, 2006 4:37 PM | Last reply by chrisco67 - Thursday, July 3, 2008 8:39 PM -
0 Votes
using DSL,How to load Model XML from DB dynamically?
You can save a model without a diagram if you aren't using the diagram.Answered | 3 Replies | 4576 Views | Created by Manikanth R - Tuesday, July 6, 2010 8:11 AM | Last reply by Manikanth R - Saturday, July 10, 2010 5:31 AM -
0 Votes
using XML file as a data source
So it's not obvious how to map it to the data model used by WCF Data Services, which talks in terms of entities and properties.Answered | 1 Replies | 4667 Views | Created by Aavani - Wednesday, April 28, 2010 11:47 AM | Last reply by Vitek Karas - MSFT - Wednesday, April 28, 2010 5:29 PM -
3 Votes
Linq to XML and Dynamic Order By
Based on my understanding, the dynamic GroupBy query here needs to be performed on multiple XML element values like "group XElement by new { Value1, Value2, ... ...Answered | 7 Replies | 8557 Views | Created by AgileGuy - Wednesday, February 2, 2011 12:09 AM | Last reply by Michael Sun [MSFT] - Friday, May 6, 2011 3:53 PM -
1 Votes
Data Modeling w/ SDS
If you formally represent the schema using XML Schema you could then validate data against the schema prior to data entry.Answered | 4 Replies | 6524 Views | Created by Michael OConnor - Tuesday, November 11, 2008 4:49 AM | Last reply by Neil Mackenzie - Thursday, November 13, 2008 7:26 PM -
1 Votes
Populate cells dynamically in a weekly schedule in excel data model
If so, make sure you have a date table in your model and use the DATESINPERIOD function to filter to the previous ...Answered | 1 Replies | 1347 Views | Created by Rajashakar - Thursday, January 28, 2016 7:53 AM | Last reply by Michiel Rozema - NL - Thursday, January 28, 2016 7:35 PM -
2 Votes
More dynamic SQL woe (with XML)...
So @PlanXML is a variable of type xml?Answered | 5 Replies | 3247 Views | Created by GhostfaceKill4h - Tuesday, November 20, 2012 2:04 PM | Last reply by GhostfaceKill4h - Wednesday, November 21, 2012 10:54 AM -
0 Votes
create dynamic columns using for xml?
Why do you want to produce XML in that format?Answered | 3 Replies | 4588 Views | Created by sql393 - Tuesday, February 21, 2012 3:45 AM | Last reply by sql393 - Wednesday, February 22, 2012 3:52 AM -
0 Votes
importing data from a dynamic XML file to a Sharepoint list.
Hello, When you use Data view to connect to a XML file a ...Answered | 1 Replies | 6213 Views | Created by Rezuma - Monday, November 3, 2008 9:49 PM | Last reply by Xing-Bing Yu - MSFT - Wednesday, November 5, 2008 9:58 AM -
0 Votes
Dynamic Table Creation based on Document Type Definition of XML
A table is supposed to model a unique enity with a unique set of attributes.Answered | 1 Replies | 1555 Views | Created by Pras05 - Monday, December 14, 2015 1:35 PM | Last reply by Erland Sommarskog - Monday, December 14, 2015 10:57 PM -
1 Votes
Working with XML Data
I will be using XML because its easy and fast.Answered | 3 Replies | 2951 Views | Created by pankaj_upadhyay05 - Tuesday, December 21, 2010 8:24 AM | Last reply by pankaj_upadhyay05 - Tuesday, December 21, 2010 1:31 PM -
1 Votes
dynamic datas shown on the left menu from xml field
if you will implement it as web part or user control - you have to implement data fetching logic and UI by yourself.Answered | 2 Replies | 3943 Views | Created by SunnyShiny06 - Tuesday, March 27, 2012 3:11 PM | Last reply by sadomovalex - Wednesday, March 28, 2012 1:59 PM - Items 1 to 20 of 1526969 Next ›
No announcements