Tagged Questions

0
votes
0answers
11 views

Base64 XML binary content

I have to send binary data in XML and the standard way of doing that is using base64; however I have two options: store the binary into a xs:base64binary store the utf-8 encoded …
0
votes
1answer
49 views

Database Design for Betting Community

I'm creating a online community for a soccer betting game available in my country. I've a pretty good idea how the whole system should work but I'm having some trouble figuring out …
0
votes
2answers
51 views

Oracle same table name on different schema?

Is it possible to have same table name on different schema with different data on the tables within the one database? I think rather than create multiple database (that hold same t …
0
votes
2answers
31 views

Using a schema other than ‘dbo’ in LinqToSql Designer

Is there a way to specify in a data connection or the LinqToSql Designer a schema? Whenever I go to setup a data connection for LinqToSql there doesn't seem to be anyway to spec …
0
votes
0answers
13 views

using xsd.exe to generate xsd schema for a generic class.

Hello Everyone, I recently discovered the cool abilities of xsd.exe to generate schemas from types in a dll. However I am having trouble generating them for generic types. For e …
0
votes
1answer
13 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
18 views

c# vista - how to implement color schema in code? framework 2.0

Hi All, I have an application which I run on vista. when i tried to change the color schema of windows (right click on desktop ->personalize->window color and appearance -> change …
0
votes
1answer
25 views

*.dmp file import in Oracle

I need to import data from *.dmp file say mydump.dmp. What I'm doing is: imp myuser/mypass file=mydump.dmp log=mylog.log And I'm getting: only a DBA can import a file exporte …
4
votes
2answers
70 views

Strange XML schema

Ok, so I have been tasked with writing an XSD from an XML document given to us by a vendor. This vendor does not have an XSD they can furnish, so I am reverse engineering one. He …
1
vote
2answers
31 views

How do you set permissions on a schema that has objects accessing other schemas?

I have 2 schemas and one of the objects in the first schema needs to access an object in the other schema. For example: CREATE VIEW I.ITest AS SELECT 1 as TestColumn GO CREAT …
0
votes
2answers
41 views

Need to provide nhibernate configuration a path to an assembly

I have a solution that uses NHibernate to generate the db schema based on the mapping files. I'm trying to break that functionality out of the solution so it can be used as a stand …
0
votes
1answer
19 views

In Sql Server 2005, how do I setup permissions using schemas and db roles?

Here is my current setup: Database Role - MyDbRole Schema - MySchema User - MyUser MySchema is owned by MyDbRole. MyUser is mapped to my database that contains MyDbRole and MySche …
1
vote
5answers
54 views

Database schema design: What to do about unverified invitations?

I'm not quite sure how to approach this issue: I am creating a web application that has an invite only registration system. An admin user sends an email invitation to a user, the …
0
votes
1answer
12 views

Where I can find the official XSD schema for RSS 2.0

I am looking for the XSD schema of RSS. Via Wikipedia I have found several pages on the specifications of RSS 2.0 but none offers an XSD schema. I found several correct xsd files a …
1
vote
3answers
45 views

How to copy a table schema and constraints to a table of different database?

Hi all, I need an sql which will copy schema of a specified table to a table in different db. How to implement this? Please help.

1 2 3 4 5 27 next
15 30 50 per page