Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sharapov

  1. sharapov

    Checking existance of printer in a collection/array

    Hello, I am trying to figure out whether one of the printers from the print server had been mapped already using code below, but I am not having too much luck. Can you help? NOTE: I don’t want to use “For Each objPrinter in colPrinters” statement because I don’t want to iterate through every...
  2. sharapov

    Update Records in a table from another table

    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...
  3. sharapov

    Where in Exchange 2003 does "Allow Full Mailbox Access" is set?

    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...
  4. sharapov

    Where in Exchange 2003 does "Allow Full Mailbox Access" is set?

    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...
  5. sharapov

    Exporting Global Address List

    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.
  6. sharapov

    Finding particular computer on the network

    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.
  7. sharapov

    Finding particular computer on the network

    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...
  8. sharapov

    Display error message when user tries to add duplicate record into db

    Thank you guys for your help. I figured out where my mistake was.
  9. sharapov

    Display error message when user tries to add duplicate record into db

    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.
  10. sharapov

    Display error message when user tries to add duplicate record into db

    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.
  11. sharapov

    Display error message when user tries to add duplicate record into db

    It says: Your SQL-query has been executed successfully (Query took 0.0003 sec)
  12. sharapov

    Display error message when user tries to add duplicate record into db

    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?
  13. sharapov

    Display error message when user tries to add duplicate record into db

    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 =...
  14. sharapov

    Display error message when user tries to add duplicate record into db

    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...
  15. sharapov

    Let Users that are not in domain access secure website

    jpederson, Thank you for your help. That is exactly what I needed!!!

Part and Inventory Search

Back
Top