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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. stoolpigeon

    Audit Schema

    I would like to know if it is possible to turn on auditing on all the objects in a schema at once. I have tried audit alter table on SCOTT by access whenever succesful; and I get an error, 'SQL command not properly ended' All the examples I find for this show the auditing being turned on for...
  2. stoolpigeon

    Squid and smb_auth

    I may be in the wrong place- as I think the problem is on the windows side but maybe someone could get me started in the right direction. I have squid proxy running on a machine and I use smb_auth for authentication against a win nt 4.0 PDC. It has worked fine for quite a while. I have the...
  3. stoolpigeon

    Header Change Broke XSLT

    I have an XML file that I transform into a fixed width text file using XSLT and the MSXML 3.0 parser. Recently the XML file was changed and I've been rewriting my XSL file. A schema was added and for some reason my XSL doesn't work any more unless I make a change to the XML file. Right now...
  4. stoolpigeon

    Evolution Through Firewall

    I am having trouble pulling mail from a pop server using evolution- going through a proxy server. I used gconftool-2 to set up all my proxy info. When I run evolution- on the summary page it has the weather info o.k. so I know it is getting out to the web. But when I try to pull e-mail it...
  5. stoolpigeon

    ODBC and OIDs

    I am writing a VB app that uses PostgreSQL on the back end. This question has more to do w/the odbc than the database. My database tables are built with the no oid option. When I use ADO to open a recordset as read only everything is fine. If I send it a query like "SELECT * FROM...
  6. stoolpigeon

    Win2k Sp 4 hosed automation

    I applied service pack 4 to a win2k machine. Now my code that I use to build excel spreadsheets fails with errors like Method 'SheetsInNewWorkbook' of Object '_Application' Failed Has anyone run into this and found a solution other than uninstalling the service pack? (which I have done...
  7. stoolpigeon

    Add Ctrl - A (or other letters) to String

    I have a string and I would like to place values in that string that correspond to pressing the control key and a letter key at the same time. If I have String tmp I would like to be able to assign it the value Ctrl A. Then I plan to use the getBytes method of tmp to pass an array of bytes to...
  8. stoolpigeon

    Dynamically Build GUI

    I am new to Java and I'm not necessarily looking for an answer per se but maybe some help in getting pointed in the right direction. I would like to build an app that will have buttons across the bottom. I would like to have the program read a file and build the gui on the fly- using the...
  9. stoolpigeon

    First Sunday - Last Sunday

    I have an intranet system that is being used for time and attendance. Now my company wants to bring our Chicago office in on the fun. We are in Arizona where we do not have daylight saving time. I will know when a person logs in if they are here or in Chicago. If they are in Chicago I...
  10. stoolpigeon

    Hide Value of Combo Box

    I have a page that has a drop down combo box w/a list of names. The value of each selection on the box is the employee i.d. that goes w/the name. I need that i.d. to run a query on the person that is chosen by the user. But I don't want someone to be able to use View Source to see those...
  11. stoolpigeon

    Scheduling Event

    I have written a script to run back ups on a database. Now I want to create a schedule for those back ups to run. I have a decent idea of how to set up a cron job but it does not seem like that tool can do what I need. I would like to execute this batch file every 2 hours starting at 0:00...
  12. stoolpigeon

    Pipe Output to TAR

    Can I send the output of a program to TAR? I've tried and been unable. (I get an error for trying to create an empty archive) I've looked around for something that would show it and have been unable to find anything. So I'm thinking maybe I just can't do it. I have a postgreSQL database and...
  13. stoolpigeon

    Increment Date Variable

    I am curious if anyone can tell me why the first example works and the second does not. $sp1 = date("Y-m-d",strtotime($data["start_dt"])-1); If the value of $data["start_dt"] is 2002-11-10 then the above returns 2002-11-09, which is what I want. But this...
  14. stoolpigeon

    Fixed Width Font in Option

    I have a dynamically created <Select> that I build w/PHP. Each <Option> description is the same length because I pad them with spaces. The problem is I cannot find a way to force the text in the Option to come out fixed width. So even though each element has the same number of characters...
  15. stoolpigeon

    Force Refresh w/out Retry

    I have a form that I would like to use to change passwords in my database. A new password is typed into 2 text boxes and then the form posts to a page that checks to see that the password conforms to business rules. If the password is not good I would like to send the user back to the form...
  16. stoolpigeon

    Newbie mtio.h question

    I have a brand new RH 7.3, Dell Poweredge server- and lots of questions. I appreciate patience and all help- I am ingesting docs as fast as possible- but a little help along the way is very much appreciated. I want to be able to us mt w/out having to specify /dev/st0 every time. The man page...
  17. stoolpigeon

    Time Changes On Reboot

    Every time I reboot my server the time changes. Why would this happen and how can I correct it? And if I could throw in one more question- I am in Arizona, USA. We don't observe daylight savings. Which time zone should I use? Thanks much for any help, Ron
  18. stoolpigeon

    Multiple CPU/NIC

    I am new to PostgreSQL and Linux. I am running PostgreSQL 7.2.1 on RedHat 7.3 on a Dell Poweredge 2600 w/2 processors and 2 NICS. Is there anything I specifically need to do w/PostgreSQL to get it to take advantage of the extra processor and NIC? (Or are those matters completely OS related?)...
  19. stoolpigeon

    6.5 on win2k server?

    Does anyone know if SQL Server 6.5 will run on Windows 2000 server instead of NT? (Please don't ask why- it's stupid but I don't have a choice but ask)
  20. stoolpigeon

    Passing String to char** in DLL

    I have a dll that was written in c. I am trying to call a function that takes char** as one of its parameters. I would appreciate any help on what this should look like on the VB side. I thought an array of strings would be the equivalent- but VB will not let me pass that array by value...

Part and Inventory Search

Back
Top