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 MatthewP

  1. MatthewP

    Database connection vanished after windows update

    I have a bunch of php scripts that connect to a MS access database. These all worked fine until an update of the windows server 2003 software, now they dont :( The connection script is simple: $conn = new COM("ADODB.Connection") or die("Cannot start ADO"); $conn->Open("DRIVER={Microsoft Access...
  2. MatthewP

    Connection to access database problem - user permissions?

    I have a bunch of php scripts that connect to a MS access database. These all worked fine until an update of the windows server 2003 software, now they dont :( The connection script is simple: $conn = new COM("ADODB.Connection") or die("Cannot start ADO"); $conn->Open("DRIVER={Microsoft...
  3. MatthewP

    What kind of Perl code is this? "<[" Tags - Tomahawk?

    Hi Kevin, Thanks for the replys. There are no other clues whatsoever. I was rather hoping that somebody might recognise something from it and say that there was a perl or apache module that did stuff with code like this 10 years ago for example. Theres hundreds of lines of this stuff spread...
  4. MatthewP

    What kind of Perl code is this? "<[" Tags - Tomahawk?

    Yes, Im wondering about this tomahawk business. I found this: http://freshmeat.net/projects/tomahawk/?branch_id=10687&release_id=34380 which appears to reference a fairly out dated (not touched in well over 7 years) web server based on apache called tomahawk. This is possible a likely...
  5. MatthewP

    What kind of Perl code is this? "<[" Tags - Tomahawk?

    Thanks Steve, Was just wondering what all the $tomahawk->globalvars->{'local'}->{'oreturn'} = -1 unless($dbh); is about. Strangest looking Perl I ever saw! Matt
  6. MatthewP

    What kind of Perl code is this? "<[" Tags - Tomahawk?

    I've just received a perl application to look at, but I don't recognise the format of the code at all, and it quite obviously won't run on a normal system without some module or external parser. As it's embedded into HTML files, I guessed it might be EmbPerl or Mason in some format, but a quick...
  7. MatthewP

    Reports: pagebreaks and grouping.

    Is this an Access 2003 only thing? Im using Access 2000 and cant find this feature anywhere! Thanks, Matt.
  8. MatthewP

    Retrieve all params from cgi module

    Hi, Using the CGI module, how can I retrieve all of the params that have been passed through a form into the program if I don't know what they're called. ie - I know I can do print "$q->param('my_fieldname')\n"; but if I don't know what the field names are, how can I loop through...
  9. MatthewP

    How to find a corrupt record

    I've got a corrupt record somewhere in Access and I don't know how to find it. Im running a query, and I get 'Record Is Deleted' as the recordset is being generated. When I click OK all the fields in the datasheet that have displayed turn into '#NAME?' instead of the original text. I think this...
  10. MatthewP

    Turn off 'You Are About To Update X Rows...'

    Is it possible to turn off the Access alerts 'You Are About To Update X Rows...' when an update or make table query is run? The guys here keep hitting return instead of clicking yes, and the return sometimes causes a default no to happen - causing all sorts of problems! Cheers, Matt.
  11. MatthewP

    Multiple SSL certificates for one web site?

    I have a web site with various domain names pointing to it. I need this web site SSL secured, but of course an SSL certificate only contains one domain name. Does anyone know if it is possible to somehow install multiple certificates for a single web site? Thanks, Matt.
  12. MatthewP

    too much scipt wont write the code

    You have pointed to the same script twice there, not the good and the bad.
  13. MatthewP

    terminator error for END....why?

    Do other Perl scripts run ok from this location? It sounds like it could be a server thing. One other thing, make sure the word END is at the beginning of the line in the program, with a linebreak at the end of the line too. Without that linebreak it may well not work. Matt.
  14. MatthewP

    Where are export specifications saved?

    I just upgraded from Access 97 to Access 2000, and have lost all my export specifications, so every time I use a TransferText macro It doesn't work. Are these saved elsewhere that I can get at them? Dont want to have to put them all in again! Thanks in advance, Matt.
  15. MatthewP

    sendObject in Access 2000

    BTW - the entire reason for upgrading is that I need to use some VB6 code in a module, just the split and substring functions actually! If I can include something in the references in 97 just to get this working I'll be fine! Thanks, Matt.

Part and Inventory Search

Back
Top