I have a Cisco C1750 router at a remote site connected to our servers via a private T1 connection. When at the site we can access all network resouces if a static IP is in place. However, DHCP...
Where do I find "calc sheet" in excel 2007. And, how can i make it an icon?
I am trying to setup a USB fat32 drive to backup on a Freecom DataTank gateway, the problem is the USB drive name that appears when it is connected to the DataTank is USB2-IDE_Bridge_-0000 whi...
By using this table:
CREATE TABLE Part (
Partid int IDENTITY PRIMARY KEY,
Supplierid int NOT NULL
REFERENCES Part (PartID),
Description VARCHAR (25) NOT NULL,
Count int NOT NULL,
Clas...
I want to send a email asking the recipient if they want to sign up for a newsletter, there will be a button to choose if they do not want the newsletter. In the cfmail link how do I capture ...
(SQLServer2005 SSIS 2005 MSVisual Studio 2005)
I've got a dtsx package which imports an xml file into several tables which works fine in BIDS. I need to run this from a stored procedure us...
In my current search page (home.php), upon user input a results page (r100.php) shows up. At the very top this results page, I have a form where user can enter more criteria to narrow down fur...
I have a table with 2 columns in it ID, Description. There are many rows with same description in them. I would like some SQL that gives each description that is the same the same row_number...
Hello,
I have an Access front-end application with linked tables to SQL. I have created my own navigation buttons for forms and subforms. I want to have some buttons disabled according to t...
I'll be buying a new Windows 7 64 bit machine (Intel i7 processor) on which I will be compiling my .NET Framework 3.5 application. I will deploy on 32 bit Windows 7.
Should I expect any iss...
Im trying to run a scripted exmerge that pulls all content for a range of dates for all user mailboxes. (Trying to avoid the max box limit of PST files)
IE: Exmerge all mailboxes for 09/09/...
I'm working with ASP.NET 2.0.5 using VS 2008.
Part of my application is a list that allows users to add/remove items ("modules") from its display. This list was originally titled the Shoppi...
Hi,
I have a comment system which adds users to a database if they supply their email address and tick a box saying "subscribe". But they have to enter this email address every time. There'...
Hi, just learning c++ now and this is probably something really easy to figure out but I just can't seem to find a reason.
I have a class with a few methods, all works fine and I can call a...
I have a Dropdown on a page which controls which image is used as a background. That works fine. I load up 4 choices to a dropdown and the user can select which image he wants. When this works...
Hi Guys,
I'm setting up a test lab for planning a W2K8 R2 migration. I have successfully added a W2k8 R2 DC in to an W2k3 Domain, and the replication between the new W2K8 R2 DC and the exi...
I am trying to parse a text file that contains only one line "value1.value2" to report only "value1". I have looked into using the for /f command for this but I am unable to get this working....
Site: http://www.generationscrossing.com/fund_raceTest.php
I am putting a form together for a 5K Run. I have the form working and it is dumping the information into the database of "runners...
In the attached Excel 2007 file in cell C2, there is a green circle with 5 stars. The user who created the file has no idea of how it got in there and we can't figure out how to remove it.
An...
I can't figure out what's wrong with this. Using ActivePerl on Windows Vista.
Error:
Bareword "INFILE" not allowed while "strict subs" in use at fix.pl line 10.
Execution of fix.pl abort...
I want to get the col2 from table T1 and T2 where they have primary key match with T3 with a filter condition T3 = -1
select distinct col2 from T1,T3
where T1.pk=T3.pk
and T3.pk=-1
u...
I'm going through my DNS configuration in Linux Bind to prepare to move DNS hosting to my ISP. I'm cleaning up the DNS config and found localhost entries. What is this for?
I am a newbie ...
Hi,
I am trying to hide all elements with specific ID.
all element has the same ID, no name to reference or DIV.
getElementById seems to reference only the first one.
is there a way to...
Hello,
I am in process of installing a new Exchange 2007 Server in coexistence with Excahnge 2003. I have already installed a server with Hub Transport and Client Access Role straight away ...
I am running MAMP with a number of virtual hosts which were setup using VirtualHostX.
localhost works fine - as in rewrite rules all behave correctly. Out of the 3 VH's only one has mod re...