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 Chriss Miller 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: *

  • Users: parkers
  • Content: Threads
  • Order by date
  1. parkers

    Sockets? returning multi-line data from server?

    Hi, I've just started looking at Sockets as a method of getting data from one server to another. My setup is relatively simple having a client and server system. The client sends commands to the server over TCP and ideally should receive multiple lines worth of data back for processing. The...
  2. parkers

    MySQL database on NAS subsystem?

    Hi, We're looking to update our web and database server to a 'more' redundant solution. This will involve using two webservers with one being idle unless the other is down for maintenance ... this bit we know about and can handle via Linux heartbeat software. The plan for the database part is...
  3. parkers

    Poorly designed database ... require killer SQL statement !!

    This may not be possible however here is my scenario... actually before I start I would like to say that the root cause of the problem is a very poorly designed database however changing the structure would (of course be beneficial long term) however require an extreme amount of work updating...
  4. parkers

    cookie expiry date??

    Hi, Quick question ... Does anyone know of a neat way to return the expiry date of a cookie? ... or would I need to utilise the cookie value to return this sort of information? Any help appreciated... Thanks, parkers
  5. parkers

    creating a tar file to include all sub folders / directories

    Hi, Does anyone know how to create a tar file which will bundle all sub-directories and files ? Thanks,
  6. parkers

    problems querying database with Tk / OLE

    Hi, I'm using Tk and OLE to try and get information from an MS Access database ... here is my code... # # Summary.. # # Connect to Access db, perform SQL search # Print values to a listbox 'widget' # my $conn = CreateObject OLE "ADODB.Connection"; my $sql = "SELECT PNPartNumber,PNTitle FROM...
  7. parkers

    PerlApp, Perl/Tk issues, widget.dll

    Hi, I wonder if anyone can help me on this one ... I'm looking to generate an executable perl file using PerlApp from Active State... on running... perlapp myscript.pl (from my c:\perl\eg folder) it generates a myscript.exe file ... when I run this exe from c:\perl\eg the Tk application...
  8. parkers

    Perl/Tk - appending info to a label or other widget?

    Hi, I'm new to Perl/Tk and am having some difficulties writing out information to particular widgets... here is a code snippet ... and to be honest it is clear to me where I am going wrong however at this stage I am unsure of the syntax to modify... while (my $val = $sth->fetchrow_array()) {...
  9. parkers

    MySQL server tuning?

    Hi, I run MySQL version 3.23.41 with RedHat v7.2 ... lately I noticed that our server with 768MB is running constantly at between 95% - 98% memory usage ... my question is, are there any generic tuning tips I can apply to reduce this ... e.g. can I direct MySQL to use disk area instead of main...
  10. parkers

    Improving email response system? any ideas?

    Hi, platform: Linux / perl For sometime now my web scripts have been setup to flow as follows... Submit Web Form | Handle Form If OK Populate Database For each individual selected (determined by web form, could be > 10 individuals) send email Display...
  11. parkers

    Memory Usage?

    I currently administor a RedHat Linux v7.2 server which currently runs the following: apache web server (max 10 servers, with 20 spare) perl, sendmail, HTML MySQL database server Now, the usage of this server is not huge, the database is relatively compact too however I am sitting...
  12. parkers

    9800 PRO All In Wonder TV Tuner Problems

    Hopefully this issue is resolvable ! I recently purchased a new PC from Mesh Computers, UK incorporating a Connect 3D 128MB ATI Radeon 9800 PRO All In Wonder Adapter and am having great difficulty getting the TV tuner to work. Attached is more information around the configuration I am...
  13. parkers

    Remove Windows Logon Prompt?

    Hi, Does anyone know how to remove the windows logon prompt? A while back I added a user from Control Panel -> Users ... Now after deleting the user I am still prompted to logon ... is there anyway I can bypass this logon so that on boot-up it goes straight into ME? Any help appreciated ...
  14. parkers

    Text::CSV issues

    Hi, I've just installed the Text::CSV module (http://search.cpan.org/~alancitt/Text-CSV-0.01/CSV.pm) for manipulating CSV files ... I'm having a problem utilising the $_ variable correctly with the Text::CSV functions ... my code snippet is as follows: open (FILE,$file) or die ("Unable...
  15. parkers

    SQL query help?

    Hi, Currently I use perl / MySQL for web reporting for our Parts and Suppliers database ... I've been having difficulty implementing the following using an SQL SELECT statement only ... instead resorting to perl to refine the SELECT results ... Parts - Supplier Database as follows (relevent...
  16. parkers

    SELECT box formatting??

    Hi, Does anyone know if its possible using CSS or otherwise to have formatted text in a select box? By formatted I mean specific text within an option tag is highlighted in bold or different colour. Any help provided would be appreciated. Thanks, SP
  17. parkers

    recursive tar?

    Hi, Does anyone know how to manipulate the tar command to create a tar file recusively including all files and sub-directories from a given point ?? Thanks ...
  18. parkers

    Recursive SQL problem on Access

    Please help !! We are currently developing a company database on Access 2000 ... in our "employee" table we have a recursive relationship between supervisors and employees (I guess a 1 to many relationship) ... The db Table "employee" can be summarised as follows: empNo...
  19. parkers

    Using DateDiff to work out if someones age is valid

    Hi ... I'm having some problems with the DateDiff command with the following scenario: Need to work out if someones age is greater than for example 20 ... I am able to get to the following: DateDiff("yyyy",[dateOfBirth],Now()) >=20 Unfortunately this only looks to the year...
  20. parkers

    Recursive Relationships in Access

    I've been struggling with this for a while. Can you define a recursive relationship in access (i.e. lookup a record in the same table). When you use the lookup wizard Access only displays the other tables. any help would be appreciated SP

Part and Inventory Search

Back
Top