Greetings,
I just created a VPN from my Cisco Pix 515E to a Netscreen in a datacenter someone else manages.
The VPN is working fine; however, I would like to limit the traffic between sites to rdp. My Question is: What access-list do i make these entrys in. I have tried the access-list that is...
Greetings,
I just created a VPN from my Cisco Pix 515E to a Netscreen in a datacenter someone else manages.
The VPN is working fine; however, I would like to limit the traffic between sites to rdp. My Question is: What access-list do i make these entrys in. I have tried the access-list that is...
Hello,
I have a DTS that copies the colums from one table to another. What I would like to do is simply multiply the value in one colum in the source table by 100 and place that value in the destination using active X while not changing the source data.
My problem is that I do not have a clue...
I have the following Querry which works:
Declare @DateofPurchase as datetime
SELECT TOP 1 DateofPurchase
FROM Purchases
WHERE customerID = 75
ORDER BY DateofPurchase DESC
I would like to set @DateofPurchase = DateofPurchase from the above querry which returns only one row, but cannot figure...
Just wondering if it is possible to convert the following If else statement to a Switch case statement:
<?
if (($Var1 == "XXX") and ($var2 == "24") and (var3 == "36"))
{ $MyAnswer = "AAA"; }
elseif (($Var1 == "YYY") and ($var2 == "24") and (var3 == "36"))
{ $MyAnswer = "BBB"; }
elseif...
Hello All,
I have two tables as follows (simplified for discussion):
Table 1 is named "Product" with the Fields:
"ProdName", "ProdDesc", "SupplierID1", "supplierID2"
Table 2 is named "Supplier" with the Fields:
"SupplierID", "CompanyName", "ContactFirstName", "phoneNumber"
I would like to...
Hello All.
I am trying to use Access2000 as a front end to a MS SQL 2000 database.
I have 3 tables in the database I am using. In two of the tables I can view all rows but in one of the tables I only see #Deleted in each column except when I sort and then I only am able to see the first row that...
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.