..._
& strComputerName & "\root\cimv2")
Set colInstalledPrinters = objWMIService.ExecQuery _
("Select * from Win32_Printer")
Dim i
For i=0 To UBound(colInstalledPrinters) Step 1
If colInstalledPrinters(i) = strMapPrinter1 Then
Wscript.Echo "Printer Already Mapped"...
I have a database with two tables (Table 1 called: "DealDocs" and Table 2 called: "TRInvestmentListing"). There are several fields that match in each table, but most of them are not (ex: field "Entity, InvestID, description" exist in both tables, field "Cusip" only exiists in...
Sam,
Thanks for the advice, but setting that you are talking about won’t do what I was asking for. Although you can create an account (that is not part of Domain Admins or Enterprise Admins groups) and explicitly assign "Send as" and "Receive as" permissions to it inside default exchange server...
Hello,
I know that by default in MS Exchange 2003 Domain Admins and Enterprise Admins are exchange 2003 explicitly denied access to "Full mailbox access" My question is where is this explicit setting set?
I know how to overwrite it on server, information store and mailbox levels, but I want...
markdmac,
How can I use MS Access to grab the data from a link table?
I need to export all address lists to an excel spredsheet, for management to review. How can I do that? Can anybody help?
Thanks.
308win,
Thank you for your reply. I can find the mac address, but I really need to find that computer. I think there some sort of malicious software is running on it. Any other ideas?
Thanks.
Hello,
We have about 200 computers that get their IP addresses via DHCP. All computers have rendomly assighned names during initial installation. I recently noticed that one of the computers on the network is hogging several DHCP IP addresses. How can I find that computer? Can I make network...
That is true, but my script sends some information from the form. That information is storeed in the $_POST variable. and I can't simulate that when I copy and paste query into admin tool.
Well you can't really check that in the MySQL admin tool because you are not submitting anything with the "POST,"
but if yo run it normally and show input on the screen, it shows "0" records, where there should be 1.
sleipnir214,
I checked the query and it looks fine. (there is no errors) but when I run it inside the code I get "0" as a result when user tries to submit exactly the same information to the database (look at my code above). May be there is an error in my logic, not the code itself?
sleipnir214 ,
Thank you for your responce. I rewrote my statement a little bit (see below) but it doesn't seem to be working. I shows there is 0 records when you run it, where there should be at least one. CAn you help? Thanks.
$query = "SELECT pos_title FROM $tablename WHERE pos_title =...
I am letting users add some information into MySQL database via forms. I have set one of the fields in the database as"unique" to prevent duplicate records. What I want to do is to display message to the user when he/she tries to add the same record twice(i.e submit ethe same form with the same...
No. I don't want them to get accsess to our network. I just want them to be able to go to our web site, enter login and password and check out the information. At the same time I would like to have their e-mail address on file and be able to accsess it through the Outlook. (like...
I am creating a web site for the company that I work for. We have a Windows 2000 Server running with AD and Exchange 2000. Now I want to give some of the people that are not part of our company access to our web site. How can I do it? How can I set them up? I tried set those people as contacts...
MrGreed,
"window.location.replace" replaces page history of the page it is called in. If I do something like this <body onload="window.location.replace('1.php')"> on my 3.php (just like you are proposing) after it is loaded it will replace 3.php with 1.php right away without...
Hello,
I have a form that I am submiting. What I want is to call "window.location.replace" when form is submited to prevent users from going back to the form by pressing back button. Below is the code I use, however when I submit the form I can still use back button to go the form...
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.