I use the same instance of the database to service multiple customers. The customer ID is an int generated through @@IDENTITY. This table looks like:
CUSTOMER
customer_id int,
...
I want all other tables to have customer_id as part of a compound key. For example, the table to store people...
Hi,
From C# I am trying to use an XPath expression with "xml:lang" in it but the compiler does not like it. Any idea how to do this in .NET?
XmlDocument doc = new XmlDocument();
doc.Load(@"C:\text.xml");
string test = doc.SelectSingleNode("/a/b[string(@xml:lang) = '']").InnerText();
Hi,
From C# I am trying to use an XPath expression with "xml:lang" in it but the compiler does not like it. Any idea how to do this in .NET?
XmlDocument doc = new XmlDocument();
doc.Load(@"C:\text.xml");
string test = doc.SelectSingleNode("/a/b[string(@xml:lang) = '']").InnerText();
Thanks.
Thanks Chris, but it's not parent paths that I am after. Say in IIS 6.0 you create 2 Web sites and map them to:
C:\Site1
C:\Site2
If I write an ASP script that runs in Site1, it cannot access the folder C:\Site2
File permissions on both folders are set to Full Control for Everyone.
IIS 6.0 has a security feature where an ASP script from one virtual root cannot access the file system mapped to a different virtual root. Does anyone know how to disable this?
IIS 6.0 has a security feature where a script from one virtual root cannot access the file system mapped to a different virtual root. Does anyone know how to disable this?
I've been using Xstandard Lite (free) version for about a year and the Pro version for about 3 months. This editor is great. It's the only editor that is standards-compliant. The output of this editor is real XHTML that you can parse using an XML parser. This is a really nice editor! You can...
After installing SP 2, when I login, I get pop-up messages from the taskbar saying "Your computer may be at risk" or "Your antivirus may be out of date". How do I turn off these pop-ups.
I think Exceed is trying to use telnet to start the session on the Linux box. Telnet is not running. It is not listed in services and I tried to connect manually and failed. How can I verify that telnet is indeed installed. Then, how to I start the telnet service?
Hi,
I am evaluating a PC X-Server (Exceed) and I am trying to connect to a Mandrakelinux 10.0 box. What do I need to do on the Linux box to enable a connection?
Thanks
Hi,
This seems like a supid question but how do you get a file's last modified date? I see the function filemtime() to get the last modified time but where is the filemdate()?
Thanks.
Hi,
Does anyone know how to get the temp folder path from PHP? I am looking for a function that will return something like "/tmp" or "C:\WINDOWS\Temp".
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.