I am using an Access2000 ADP, connecting to a SQL 2000 backend.
I have a datasheet that is based on the sql statement below
SELECT VariousFields
FROM Detail D
INNER JOIN Product P
ON D.ProductCode = P.ProductCode
INNER JOIN Master M
ON D.RefNo = M.RefNo
LEFT OUTER JOIN...
I have constructed a sales cube (using MS SQL Server)
Customers can be grouped by Region, and also by Corporate Banner (eg Caltex, McDonalds)
SalesItem is the fact table, and there are two dimensions - Customer.Region and Customer.Banner
I am trying to build a query that will display the count...
How do I return the root directory of the current project??
I have developed a web control that will be used on a number of pages, but it always references a file that is in the root directory of the current project (same location as web.config etc). How can I ensure that it always points back...
This should be very easy, but I can't seem to work out how to do it...
I have a web application which I have developed in VS.net (c#)
Initially, when I set up the web app, I mapped it to a virtual directory that was two levels deep
ie if "VirtualDirectory1" is a virtual directory...
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.