Tagged Questions
26
votes
2answers
9k views
How to update database table schemas with NHibernate schema generation?
I'm trying to figure out how to use NHibernate configuration with mapping to update table schemas, rather than dropping and recreating them.
Currently I'm using the ...
7
votes
3answers
681 views
What is the best practice when the database schema changes in entity framework?
I am using Entity Framework to do the ORM in .NET project. The problem I am facing is that when the database schema changes, there is no proper mechanism to update the edmx file.
For example, If ...
5
votes
1answer
121 views
What happens when type providers change in F#?
After watching Channel 9's video on F# Type Providers, I'm wondering about data schema changes. Don touched on this a little bit at the end, but I'm looking for more details.
The demo made it look ...
5
votes
2answers
389 views
xmldocument and nested schemas
Using c# and .net 3.5 I'm trying to validate an xml document against a schema that has includes.
The schemas and there includes are as below
Schema1.xsd -> include another.xsd
another.xsd -> ...
5
votes
1answer
316 views
How can I use other/more modern schema validation with .Net?
I'm trying to do some work with C# and XML in a cross-platform app (most development is in MonoDevelop on Linux, but most users will end up using the WinForms front-end that I make in Visual Studio). ...
5
votes
5answers
746 views
Complete XML Schema Validation
I am looking for a tool that will tell me all of the XML Schema validation failures. All the other tools I have looked at so just tell me the first couple, and then I have to fix those before it will ...
4
votes
2answers
651 views
XSD.exe and “Circular Group references”
I am attempting to build some classes so that I can deserialise an XML file created by a third party application. Luckily the developer of the 3rd party application included a schema file with their ...
4
votes
7answers
7k views
Update database schema in Entity Framework
I installed VS SP1 and played around with Entity Framework.
I created a schema from an existing database and tried some basic operations.
Most of it went well, except the database schema update.
I ...
3
votes
1answer
65 views
When using NHibernate what common methods are used to propogate schema changes?
When using the ORM NHibernate, what are the standard or best open source methods for propogating changes to the schema to application users who have an existing version of the software?
If I need to ...
3
votes
1answer
98 views
Bug Tracker .NET - How to determine version from just the database?
A recent blunder was made where the Bug Tracker .NET software was removed from our server;
now we don't have a backup of the installer that was used, only the database. Is there a way to determine ...
3
votes
2answers
205 views
XSD regular expression pattern in .Net causes application to hang
Processing time doubles as "Y" goes to the right.
Can anybody tell me why? How to solve this problem?
I have many big ID's stored in a database those can't be changed so I can't limit the size too ...
2
votes
2answers
34 views
Using XSLT to sort elements that will match the correct schema XSD
I want to do something like this Can you transform unordered xml to match an xsd:sequence order? bu a little more complex than that. For example:
<person>
<addressList>
...
2
votes
2answers
124 views
.net database schema comparison api
I need the capability to compare two database schemas and verify that they are the same (more or less the same, with a few exceptions).
I know there is the schema comparison tool in VS 2010 but I ...
2
votes
1answer
126 views
Using SqlBulkCopy, how do I insert data into a table in a non-default database schema?
I need to insert data into a table in a schema named Staging using SqlBulkCopy.
It appears the API only allows you to set the target table name by using the DestinationTableName property.
How do I ...
2
votes
2answers
1k views
Is there a way to export an XSD schema from a DataContract
I'm using DataContractSerializer to serialize/deserialize my classes to/from XML. Everything works fine, but at some point I'd like to establish a standard schema for the format of these XML files ...
2
votes
2answers
1k views
Generate class for schema with abstract complex type
I'm working with some schema which defines an abstract complex type, eg.
<xs:complexType name="MyComplexType" abstract="true">
This type is then referenced by another complex type in the ...
1
vote
2answers
84 views
Entity Framework 4.1 : Is there a way to switch schema on runtime
up to now (EFv1) we used this solution: http://efmodeladapter.codeplex.com/
after upgrading to .NET Framework 4.0 we are looking for built in way to change schema on runtime when using Entity ...
1
vote
1answer
199 views
Howto use svcutil to generate a C# WCF proxy from a web service that uses restriction to hide elements?
I'm creating a client to a web service that is more or less out of my control. Here is a simplified sample of the schema:
<xs:complexType name="A">
<xs:sequence>
...
1
vote
3answers
83 views
Retrieving SQL Server database schema and objects and reflect in a .Net application
What is the simplest way to reflect the SQL Server database schema with all its objects in a .Net application?
Basically I would like my application to scan the database schema and present me all ...
1
vote
1answer
161 views
why is proxy code Generated by svctuil so small?
I'm using svcutil to generate proxy code for the following web service endpoint which follows the OGC CSW 2.0.2 (07-006r1) standard for catalog services.
I've downloaded the entire OGC schema files ...
1
vote
2answers
366 views
How to determine what schema files (xsd) to include on my svcutil command line?
Using svcutil, I'm trying to generate a proxy class for a web service endpoint which follows the OGC CSW 2.0.2 (07-006r1) standard for catalog services.
I've downloaded the entire OGC schema files ...
1
vote
3answers
191 views
Problems When Querying Oracle Database For List Of Tables: “table or view does not exist”
In my program I need to access the schema of an Oracle 11g database. I have been trying to get a list of tables using a query like this:
SELECT t.TABLE_NAME, t.OWNER
FROM ALL_TABLES t
WHERE t.DROPPED ...
1
vote
2answers
186 views
Please suggest one .Net ORM, which supports runtime schema evolution
All RDBMSs support the ALTER TABLE command, which allows administrators to add new columns to tables, or to change the types of existing columns.
I am looking for such a runtime schema evolution ...
1
vote
1answer
211 views
Validate JSON against a schema in .Net
I know there is a proposed standard for JSON schema validation, is there an implementation in .Net?
1
vote
1answer
96 views
How do I get schema information for a node in a XmlDocument?
Having a XmlDocument loaded with a XSD schema, how do I get the restrictions for a given node in the document?
I would like to iterate through the document, and automatically correct errors where ...
1
vote
1answer
123 views
Is there a class built-in to .NET for querying XML DTD information?
Does .NET provide any built-in support for working with XML DTDs? I want to retrieve element type, attribute lists, and entity declaration information. I'm aware of the support for validating against ...
1
vote
3answers
1k views
getting the SQL Server Schema for a table
I have the following C# code that I am trying to get to return the stored procedure results along with the schema of those results. Below is how my code (simplified) currently looks...
Database db = ...
1
vote
1answer
508 views
How to throw a XmlSchemaException on XML Schema validation errors?
Calling Validate() on an XmlDocument requires passing in a ValidationEventHandler delegate. That event function gets a ValidationEventArgs parameter which in turn has an Exception property of the ...
0
votes
1answer
23 views
Parsing regular expressions coming out of GetSchema's Common Schema Collection
I have an unknown connection being passed in, through the base DbConnection, it could be MySQL, SQLite, Oracle, SQL Server, Access, I don't know.
I need to pull the quoted identifiers out of the ...
0
votes
2answers
99 views
C# Get schema information when validating xml
I'm trying to validate some XML against a schema and gather as much information as possible to provide valuable error messages to the user.
I've managed to validate a serialized object against an ...
0
votes
0answers
15 views
xml schema by ConfigurationSettings
When I use Web.Config Visual Studio suggests me names for section (appSettings, assamblBinding...).
I have classes for my sections in Wev.config, that inherit from ...
0
votes
2answers
226 views
xsd in .net framework
I have xsd file. I want to generate my entity model from this schema and serialize and deserialize. What is the recomanded .net framework and C# way to do so? I know JAXB from java. Can I use entity ...
0
votes
3answers
3k views
C# .NET Write XML File from SQL Dataset with Custom Schema
I have the following code in C# Visual Studio 2010.
string connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Database\\db.mde";
string sql = "SELECT * FROM Customer";
...
0
votes
1answer
241 views
Use DataContext to create schema in an existing blank database file?
With a DataContext and a blank file-based database that already exists, is it possible to write the Data Context classes (i.e. the ones I added to the designer) to create the db schema?
With a data ...
0
votes
1answer
402 views
GetOleDbSchemaTable Foreign Keys on Sql Server 2005
I'm trying to get the Foreign Keys for a table in my SQL Server 2005 database. I'm using the GetOleDbSchemaTable function right now:
DataTable schemaTable = connection.GetOleDbSchemaTable(
...
0
votes
3answers
60 views
is there any api provided by dot net platform to convert a string or bytres array into user defined object?
Suppose i have input array
byte A[50];
i have put three diffrent data types values in array
as below
string of length 42 bytes(converted into binary)
long with length 4 bytes(converted into binary)
...
0
votes
1answer
52 views
Where do I find the schema for .NET v2.0.50727 (SP2) machine.config file on XP?
Where do I find the schema for .NET v2.0.50727 (SP2) machine.config file on XP?
0
votes
1answer
180 views
Why would DATA_TYPE for column schema be negative in ODBC?
I am trying to allow a user to select a table a 2 columns from that table for use in a query.
They define the provider and the connection string to choose the database. This is done using the ...
0
votes
1answer
75 views
In ROWLEX is there a way to remove “rdf:datatype” from serialized object?
In ROWLEX is it possible to remove "rdf:datatype" attribute of each property and/or use common RDF Schema instead?
Example:
<MyOntology:Channel>
<MyOntology:title ...
0
votes
3answers
2k views
How to programmaticly generate .NET classes from XSD? (Like xsd.exe do)
I'd like to generate the classes the xsd.exe way and not the linqtoxsd way.
Thanks,
--Ran.
0
votes
1answer
837 views
ADO.NET MVC Tutorial (with LINQ to SQL) question about schema changes
So I'm working through the new scottgu wrox book, and I create a couple tables. Then (per the tutorial) I use linq to sql to build my Models, DataCOntext, Repository, etc. (It's pretty clear that LINQ ...
0
votes
2answers
202 views
How can one find unknown XML namespaces in a document?
Specifically (taking a deep breath): How would you go about finding all the XML name spaces within a C#/.NET XmlDocument for which there are no applicable schemas in the instance's XmlSchemaSet ...
0
votes
1answer
549 views
Typed DataSets with XML data sources and schemas
I've written an XML Schema file by hand (not using the DataSet Designer in VS) and a corresponding XML file containing structured data to be read in.
I ran the xsd.exe program to generate a Typed ...