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 SkipVought 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. 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.
  16. MatthewP

    sendObject in Access 2000

    We use Eudora, so I really need to get this working. I have written a stand alone visual basic program that reads the database and creates an email, which seems to work OK except for one thing - Eudora doesn't understand the Chr(10), Chr(13) and vbCrLF - so despite when I MsgBox it to the...
  17. MatthewP

    sendObject in Access 2000

    I just upgraded my Access 97 database to 2000, and the sendObject - sending a string to an email no longer works. I checked the help, and it said I needed mapivim.dll and pointed me to buy a microsoft book about how to do it! Useful.. Is there any easier way I can get this feature working...
  18. MatthewP

    Problems converting Access 97 - 2000 / 2002

    I've found the actual bit of the macro that is causing the error message - a SetValue statement in a Macro, that's taking the value of a combo box (After Update) and putting it into another field - the source of this field being the primary key of a table, thus automatically updating various...
  19. MatthewP

    Problems converting Access 97 - 2000 / 2002

    I've been trying to convert my Access97 database to 2000 - but it keeps crashing at really odd points, like part way through a Macro or something, with very basic code like goToControl and SetValue. Has anyone else had any problems with this conversion, I've had a good look round the net but...
  20. MatthewP

    Converting workgroup info from 97 - 2002

    I have a database in Access 97 format, but I cannot open or convert it in Access 2002, as it keeps telling me I don't have the permissions to do so. I am presuming that the old style system.mdw file that resided in C:/windows/system32 is no longer the password file for Access databases - I saw...

Part and Inventory Search

Back
Top