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.
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?
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.
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.
Hi,
I've build a simple control (similar to a textbox) in VC++ for use in Access. How do I make the control data bound like other controls in Access? If someone can point me to an article or tutorial on the topic, that would be great.
Thanks.
I need to call a static page with an HTTP POST and get the contents of the page. When I do this, I get "405 Method not allowed". How do I configure IIS to accept GET and POST for say .xml extension files? 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.