I got the following two tables
TblCompany
ID, Company, Org
and
TblOrders
OrderID, CompanyID, CheckOrder
The way i want to display the record is like this
Company, Org, (Sum of orders), (Sum of CheckOrder)
My query
strSQL = "SELECT ID, Company, Org FROM tblCompany C "...
I am new too iis, I got two computers running windows 2000 Pro, they are connected together via a hub/switch. On one of them got iis, When I browse to the webfolder on the computer that got IIS i can acces the webpages, but when i go to the other computer I can not access the webpages. I pinged...
I got 2 pc one with windows 2000 pro and one with windows XP. I got a hub and the pc is connected with each other.
When I ping the computers I get a response that is faster then 1ms. The problem is everytime I am trying to get files from one of the computers it takes for ages to find the other...
I had a problem before with orsering my data And I got help from CFhub and he gave me this solution And it works almost :-)
The problem is it only shows one record after each starting Character.
<CFQUERY NAME="getDomain" DataSource="mysource">
SELECT
name...
I got a problem that i hope someone can please help me with.
I got a database with names and url and languageid that i want to make to an alphabetic list
<CFQUERY NAME="getDomain" DataSource="mysource">
SELECT name, url, langid
FROM domain
</cfquery>
I want to order my...
I found this code for storing info in a session.
<%
option explicit
dim isbn, aCart(100), iLoop
isbn = Request.QueryString("isbn")
'Initialize aCart with contents of session variable
If IsArray(Session("cart")) then
For iLoop = 0 to Session("cart")(0)...
I am trying to sen a xml file to a server but i get an error code.
------------------------
Error Type:
msxml3.dll (0x800C0006)
System error: -2146697210.
/sommar2001/tack.asp, line 50
------------------------
This is the code that sends the xml file
The last line is line 50...
I am trying to upload a xml file to a server but I do get the following error message
--------
Server object, ASP 0177 (0x800401F3)
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at...
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.