Number pickup with parallel updating?

2002-04-21 Thread Sascha Kettner
Hi! I have a small problem: a have a database containing three fields number, timestamp, used i allready inserted into the "number" fileds about 50.000 random and unique numbers - timestamp and used are empty With my perl script i have to do the following: look into the database for the first

Select with dbi perl??? Help please!

2002-01-06 Thread Sascha Kettner
other ideas? Regards Sascha Kettner > -Ursprüngliche Nachricht- > Von: Jesse Shy [mailto:[EMAIL PROTECTED]] > Gesendet: Sonntag, 6. Januar 2002 23:54 > An: [EMAIL PROTECTED] > Betreff: RE: Select with dbi perl??? Help please! > > > I have found that unless I put a % s

Select with dbi perl??? Help please!

2002-01-06 Thread Sascha Kettner
ideas to fix the problem? Thanks a lot in advance Regards Sascha Kettner #!/usr/bin/perl use DBI(); # # Get form Data # # &parse_form; # Script Variables # $input{knd} = ""; $input{pin} = &qu

Watchdog für mysql in Perl?

2002-01-04 Thread Sascha Kettner
Hi! Short question: i want to have a perl watchdog telling me when executed if my sql-server is running and if anything is allright with it. So if i get any errormessage i can restart the server by remote. Has someone done this allready? Any hint? Thanks again and best regards Sascha Kettner

Perl Problem!

2001-12-23 Thread Sascha Kettner
Hi! I have a proplem using my perl code to write some data into my mysql database. When running in consolemode anything works fine, but when executed by the wwwserver the scripts is processed without errors, except the data is not written into the database! Any idea how to fixit? Thanks in advanc