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...
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...
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...
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
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...
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...
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())
{...
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...
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...
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...
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...
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 ...
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...
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...
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
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 ...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.