Re: cgi and perl database interaction

2009-12-02 Thread Paweł Prędki
Greg Jetter pisze: On Tuesday 01 December 2009 2:52:38 pm Paweł Prędki wrote: Hello, I have a website that uses a php engine for news generation and, basically, most of the other pages. It uses a MySQL database to store the majority of the page contents (i.e. news). However, I've wr

Re: cgi and perl database interaction

2009-12-02 Thread Paweł Prędki
Thanks, I'll see if I'm able to use that information. Rene Schickbauer pisze: Paweł Prędki wrote: I will look into the HTTP::Server::Simple::CGI and your framework but I'm not sure I'm knowledgeable enough to deal with that :) I mean I don't really get the idea of a phps being only proxies. A

Re: cgi and perl database interaction

2009-12-01 Thread Greg Jetter
On Tuesday 01 December 2009 2:52:38 pm Paweł Prędki wrote: > Hello, > I have a website that uses a php engine for news generation and, > basically, most of the other pages. It uses a MySQL database to store > the majority of the page contents (i.e. news). > > However, I've w

Re: cgi and perl database interaction

2009-12-01 Thread Paweł Prędki
a problem but I'm really interested in Perl right now and that's where I stand :) Rene Schickbauer pisze: Hi! Now, the thing is that the PHP scripts also connect to the database and, presumably, uphold the connection over the duration of the session so as not to disconnect and re

Re: cgi and perl database interaction

2009-12-01 Thread Rene Schickbauer
Hi! Now, the thing is that the PHP scripts also connect to the database and, presumably, uphold the connection over the duration of the session so as not to disconnect and reconnect continually when the user browses the website. My question is - is it possible to do the same thing with

Re: cgi and php database interaction

2009-12-01 Thread Paweł Prędki
I changed the topic of the e-mail. Sorry for the confusion. Paweł Prędki pisze: Hello, I have a website that uses a php engine for news generation and, basically, most of the other pages. It uses a MySQL database to store the majority of the page contents (i.e. news). However, I've wr

cgi and perl database interaction

2009-12-01 Thread Paweł Prędki
Hello, I have a website that uses a php engine for news generation and, basically, most of the other pages. It uses a MySQL database to store the majority of the page contents (i.e. news). However, I've written before that I've started using simple CGI scripts in Perl to make some

Database connectivity problem with cgi

2005-04-30 Thread Deepblues
I have a database connetivity problem, I have a cgi script which connects to the database. I tried the CGI script at the command line and its working, it also connects to the database. But when I use the front end , it says there is an internal error , and gives the "premature end of s

Re: Database Rows Returned

2005-01-08 Thread Scott R. Godin
page, you need to have all the information from the original database search page as well as a page number. On a submit from this page, you submit back to the second script (the same script), but a parameter in this query tells the script that it is now to generate page two. Other informat

Re: Database Rows Returned

2005-01-05 Thread Jay
have a script that > generates a pages that asks the user what to search for. The user > presses submit. The next script (or a subroutine from the same script, > depending on your design) processes the query and returns results, but > only for the first page. On that same page, you need

Re: Database Rows Returned

2005-01-05 Thread Sean Davis
to have all the information from the original database search page as well as a page number. On a submit from this page, you submit back to the second script (the same script), but a parameter in this query tells the script that it is now to generate page two. Other information remains the s

Re: Database Rows Returned

2005-01-04 Thread Literatecat
your assistance Cat - Original Message - From: "Sean Davis" <[EMAIL PROTECTED]> To: "Literatecat" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 05, 2005 12:40 PM Subject: Re: Database Rows Returned In order to do this, you will need to have some way of de

Re: Database Rows Returned

2005-01-04 Thread Sean Davis
ign. Sean - Original Message - From: "Literatecat" <[EMAIL PROTECTED]> To: "Sean Davis" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, January 04, 2005 7:29 PM Subject: Re: Database Rows Returned Hi Sean, The max_rows_returned is set in the setup file, but it simply determine

Re: Database Rows Returned

2005-01-04 Thread Literatecat
to create the next couple of pages. thanks in advance cat - Original Message - From: "Sean Davis" <[EMAIL PROTECTED]> To: "Literatecat" <[EMAIL PROTECTED]> Sent: Tuesday, January 04, 2005 9:47 PM Subject: Re: Database Rows Returned Cat, For whatever reas

Re: Database Rows Returned

2005-01-03 Thread Sean Davis
ROTECTED]> To: Sent: Monday, January 03, 2005 7:50 PM Subject: Database Rows Returned Hi folks, I am hoping that I can get some help here. When I search my database it comes back with the max rows and then prints a note to say that I need to refine my search. Yep you guessed it...someone elses script.

Database Rows Returned

2005-01-03 Thread Cat
Hi folks, I am hoping that I can get some help here. When I search my database it comes back with the max rows and then prints a note to say that I need to refine my search. Yep you guessed it...someone elses script. I don't understand the concept of what happens to create the code to

online database manager

2004-12-09 Thread planar
Does someone know convenient Perl online database with alphabetical selector, allowing select the specific letter use alphabeticall selector, without viewing all list? No online editing required, just display. Plus search feature. [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P

Re: Which interface should I be using for Database Access?

2004-09-01 Thread William McKee
On Wed, Sep 01, 2004 at 09:16:53AM -0600, Siegfried Heintze wrote: > This is GREAT! But being a beginner, I don't know what to do next. Do I > download the source? Is there a PPM module? Where can I find an example that > accesses Microsoft Access? Hi Siegfried, I believe that there is a PPM for

RE: Which interface should I be using for Database Access?

2004-09-01 Thread Spindler, Brian
The benefit of DBD::ODBC is that you do not have to do "database specific" querying so to speak. You would setup an ODBC connection (Control Panel->ODBC Administrator) to your Access database, then use the DSN name you created to access the access database. Do a `perldoc DBD::ODB

Which interface should I be using for Database Access?

2004-09-01 Thread Siegfried Heintze
Original Message- From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 7:33 AM To: Rearick, Kenneth N.; '[EMAIL PROTECTED]' Subject: Re: ODBC > > > > I have a CGI program in which I am trying to access a database. When I run the code

Re: How to secure database password? (was Re: Perl/DBI newbie: password storage / security question)

2003-11-27 Thread Todd Farmer
call this custom module's function which returns the password, which the scripts then use to connect to the database. An additional security (and maintenance) benefit to this implementation is that the password is stored in a single location, rather than peppered throughout my scripts. This makes r

Re: How to secure database password? (was Re: Perl/DBI newbie: password storage / security question)

2003-09-17 Thread Chuck Fox
tails at the bottom of my post. It is actually an extremely common situation: There is a CGI script written in Perl. It is a frontend to an SQL database. The script has to connect to the database so it has to send a password. I need that password to be secure. I am not interested in security

How to secure database password? (was Re: Perl/DBI newbie: password storage / security question)

2003-09-17 Thread zedgar
ottom of my post. It is actually an extremely common situation: There is a CGI script written in Perl. It is a frontend to an SQL database. The script has to connect to the database so it has to send a password. I need that password to be secure. I am not interested in security through obsc

any file system in database with gnu gpl license ?

2003-08-25 Thread german aracil boned
Yes .. I build a file system with firebird, perl and others. It's a free open source project. For more information visit the web project at http://sourceforge.net/projects/tlsystem I'm waiting yours comments. best regards -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: want to verify the data coming from a form with the data in database

2003-06-11 Thread Greg Jetter
On Wednesday June 11 2003 10:09 am, Greenhalgh David wrote: > On Wednesday, June 11, 2003, at 02:10 am, Annie wrote: > > no i want to ask what if someone enters a firstname and last name > > which doesnot exist in the database...in that case how i can verify > > and print

Re: want to verify the data coming from a form with the data in database

2003-06-11 Thread Greenhalgh David
On Wednesday, June 11, 2003, at 02:10 am, Annie wrote: no i want to ask what if someone enters a firstname and last name which doesnot exist in the database...in that case how i can verify and print an error msg that the data doesnot exist for this first name and last name. Well a fairly

Re: want to verify the data coming from a form with the data in database

2003-06-10 Thread Annie
no i want to ask what if someone enters a firstname and last name which doesnot exist in the database...in that case how i can verify and print an error msg that the data doesnot exist for this first name and last name. Greenhalgh David <[EMAIL PROTECTED]> wrote:Am I understanding you cor

Re: want to verify the data coming from a form with the data in database

2003-06-10 Thread Greenhalgh David
rote: i have a perl file which is receiving the data from a form...and i want to verify the two fields $a2 and $a1 i m receiving from form to be checked in a table in database( using mysql)...and then if the data is verified in any of the row of the tablethe corresponding whole row data

want to verify the data coming from a form with the data in database

2003-06-09 Thread Annie
i have a perl file which is receiving the data from a form...and i want to verify the two fields $a2 and $a1 i m receiving from form to be checked in a table in database( using mysql)...and then if the data is verified in any of the row of the tablethe corresponding whole row data should be

Re: connectivity b/w a form in html and database using perl

2003-06-02 Thread Sven Bentlage
(); exit; } else { get_pw(); } } # creates HTML from sub apply { # form w/ hidden field below # # } # Checks if user exists in database sub find { my $dbh = DBI->connect($dsn, $db_user, $db_pass ); my $name = $q->param("f_name"); my $surname = $q->para

Re: connectivity b/w a form in html and database using perl

2003-06-02 Thread WC -Sx- Jones
# Author: Daniel Stringfield ([EMAIL PROTECTED]) # Purpose: Web interface/database for Mentoring Skills list # # NEW Purpose: Web interface/database Test Bed for MySQL... use DBD::mysql; use CGI qw(:all); use Socket; my $query = new CGI; $| = 1; my $mentorcgi = "http://www.fccj.org/cgi/mento

connectivity b/w a form in html and database using perl

2003-06-02 Thread Annie
I have a form with two textfields ..one for login and one for password and two buttons reset and submit. on submit i need to verify the login and password from a table in mysql and want to retrieve the corresponding information of the verified id and password. right now my perl code is able to r

need help in desinging login page and connecting it with database

2003-06-01 Thread Annie
1. Need to send the userid and password from the login form to the "emprec " table in database and verify id and password. (id is first name and passwd is lastname). 2.After verification of the userid & password, the other fields record should be retrieved and displayed as a

RE: Database connection trouble

2003-02-21 Thread Bob Showalter
Bob Showalter wrote: > my $dsn = "DBI:$driver:database=$database;host=$hostname'; Oy vey! One more try: my $dsn = "DBI:$driver:database=$database;host=$hostname"; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Database connection trouble

2003-02-21 Thread Bob Showalter
Van Andel, Robbert wrote: > A coworker and I have been working on connecting to a MySQL database > running on the webserver. We are using the following command to > connect: > > my $dsn = 'DBI:$driver:database=$database;host=$hostname'; my $dsn = "DBI:$

RE: Database connection trouble

2003-02-21 Thread Van Andel, Robbert
To: Van Andel, Robbert Cc: [EMAIL PROTECTED] Subject: RE: Database connection trouble what error(s) are you getting? Make sure you die with $DBI->errstr to see what is happening. It could be any number of things at this point. Have you tried hard-coding the information in just to make sure it works

RE: Database connection trouble

2003-02-21 Thread Brent Michalski
To: "Brent Michalski" <[EMAIL PROTECTED]> rcom.com> Subject:

RE: Database connection trouble

2003-02-21 Thread Van Andel, Robbert
PROTECTED] Subject: Re: Database connection trouble I am guessing you want to do this instead: my $dsn = "DBI:$driver:database=$database;host=$hostname"; By using the single quote, Perl will not interpolate the variable names... Brent

Re: Database connection trouble

2003-02-21 Thread Brent Michalski
I am guessing you want to do this instead: my $dsn = "DBI:$driver:database=$database;host=$hostname"; By using the single quote, Perl will not interpolate the variable names.

Database connection trouble

2003-02-21 Thread Van Andel, Robbert
A coworker and I have been working on connecting to a MySQL database running on the webserver. We are using the following command to connect: my $dsn = 'DBI:$driver:database=$database;host=$hostname'; my $dbh = DBI=>connect("$dsn", "$user", "$password"

Re: pop-up window with database access

2003-01-27 Thread Todd Wade
"Zentara" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Mon, 30 Sep 2002 11:47:37 -0500, [EMAIL PROTECTED] (Scot Robnett) > wrote: > > >Define "a lot of people." > > I just did a quick google search for javascript statistics, and most > of the surveys show

[OT] RE: Search database problem.

2003-01-18 Thread fliptop
d. However, as I am relatively new to all this, I HA:cannot seem to make use of the error and perform decisions in the script HA:based on it. [snip] HA:Can anyone offer any suggestions on where I can find info on how to retreive HA:a database error message and make decisions on it in this cont

Re: Search database problem.

2003-01-17 Thread fliptop
On Fri, 17 Jan 2003 at 17:10, Hughes, Andrew opined: [snip] HA:The goal is that before I submit a form submission to the database, I want HA:to make sure that someone with the same email address has not already HA:submitted it. If the count(*) brings up anything greater than 0 then the HA:users

Search database problem.

2003-01-17 Thread Hughes, Andrew
7; When I replace $participantEmail with an actual email address that is in the database in the participantEmail field the script prints the "Duplicate Entry" message as it should. The catch is that I have to write the address as 'test\@test.com'. If I change it to an address

Re: Membership Database

2003-01-01 Thread Craig Dean
ezdb includes some management tools http://www.ezperl.com On Monday 30 December 2002 07:45 am, you wrote: > On Sun, 29 Dec 2002 15:33:38 -0500, [EMAIL PROTECTED] (Lewis > > Kirk) wrote: > >Anybody know of a simple cgi program for managing a membership > >database (flatfil

Re: Membership Database

2002-12-30 Thread zentara
On Sun, 29 Dec 2002 15:33:38 -0500, [EMAIL PROTECTED] (Lewis Kirk) wrote: >Anybody know of a simple cgi program for managing a membership >database (flatfile or other)? Features should include allowing >members to edit certain info with a username password login. Ability >to

Membership Database

2002-12-29 Thread Lewis Kirk
Anybody know of a simple cgi program for managing a membership database (flatfile or other)? Features should include allowing members to edit certain info with a username password login. Ability to display only certain fields in an html page. Searchable on multiple fields. Easily customizable

Re: pop-up window with database access

2002-09-30 Thread zentara
On Mon, 30 Sep 2002 11:47:37 -0500, [EMAIL PROTECTED] (Scot Robnett) wrote: >Define "a lot of people." I just did a quick google search for javascript statistics, and most of the surveys show somewhere between 10% and 15 % of people have disabled javascript. >I guess it depends how important th

Re: pop-up window with database access

2002-09-30 Thread david
Jim Lundeen wrote: > Hello, > > I'm creating a web site for our department at my school. We have a > sign-up form for a society that people can join. I want to create a > MySQL database of university names and allow the user to click on a > "Lookup" button on

RE: pop-up window with database access

2002-09-30 Thread Scot Robnett
r 30, 2002 11:30 AM To: [EMAIL PROTECTED] Subject: Re: pop-up window with database access On Mon, 30 Sep 2002 10:28:51 -0500, [EMAIL PROTECTED] (Scot Robnett) wrote: >"Avoid Javascript" is a pretty far-reaching statement. If you want to launch >a popup window, Perl isn't going t

Re: pop-up window with database access

2002-09-30 Thread zentara
On Mon, 30 Sep 2002 10:28:51 -0500, [EMAIL PROTECTED] (Scot Robnett) wrote: >"Avoid Javascript" is a pretty far-reaching statement. If you want to launch >a popup window, Perl isn't going to do that, Javascript is. It only takes >one or two lines of client-side code. There are easy-to-follow Java

RE: pop-up window with database access

2002-09-30 Thread Scot Robnett
d http://www.htmlgoodies.com/primers/jsp/jsp_toc.html With regard to the database functionality, Perl and MySQL are powerful tools if you have the time and inclination to learn them. Good reading: 'Learning Perl', 'Perl in a Nutshell', 'CGI Programming with P

Re: pop-up window with database access

2002-09-30 Thread zentara
On Fri, 27 Sep 2002 14:43:50 -0400, [EMAIL PROTECTED] (Jim Lundeen) wrote: >Hello, > >I'm creating a web site for our department at my school. We have a >sign-up form for a society that people can join. I want to create a >MySQL database of university names and allow th

RE: pop-up window with database access

2002-09-27 Thread Kipp, James
our db and do dynamic cool stuff. Here is a list of perl mailing list: http://lists.perl.org/ > -Original Message- > From: Jim Lundeen [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 27, 2002 2:44 PM > To: begin begin; perlbegin > Subject: pop-up window with data

pop-up window with database access

2002-09-27 Thread Jim Lundeen
Hello, I'm creating a web site for our department at my school. We have a sign-up form for a society that people can join. I want to create a MySQL database of university names and allow the user to click on a "Lookup" button on the sign-up form when they get to the fi

Re: Database Normalization ?

2002-09-21 Thread Janek Schleicher
Mmkhajah wrote at Sat, 21 Sep 2002 13:20:14 +0200: > I wonder if it's better to use database normalization solution when dealing with >Flat Files databases ? And your Perl-CGI question is ... ? It's a good question, but I think you better should ask it in a database news

Database Normalization ?

2002-09-21 Thread MMKHAJAH
Hello Everyone, I wonder if it's better to use database normalization solution when dealing with Flat Files databases ?

Re: database execute status

2002-08-30 Thread Wiggins d'Anconia
a way to check the status of $sth->execute; to check if it successfully >executed. > Also if I pass on a query to a mysql database using perl's DBI, and suppose it runs >into error, how can I capture that error. > Thank you > Aman > -- To unsubscribe, e-mail: [EMAI

database execute status

2002-08-30 Thread aman cgiperl
Hi All Is there a way to check the status of $sth->execute; to check if it successfully executed. Also if I pass on a query to a mysql database using perl's DBI, and suppose it runs into error, how can I capture that error. Thank you Aman

Re: database connection problem

2002-08-30 Thread Felix Geerinckx
on Fri, 30 Aug 2002 16:46:08 GMT, Aman Cgiperl wrote: > 12 my $dth = DBI->connect("DBI:mysql:db_name","user","pass"); > 26 my $sth_check = dth->prepare("SELECT * FROM mytab WHERE ^ Try $dth->prepare(...); ^ -- felix -- To unsubscribe,

RE: database connection problem

2002-08-30 Thread Greg Smith
t 30, 2002 10:46 AM > To: [EMAIL PROTECTED] > Subject: database connection problem > > > Hello everyone > I am doing the following > > - > 1 #!/usr/bin/perl > 2 > 3 use strict; > 4 use CGI qw(:stand

database connection problem

2002-08-30 Thread aman cgiperl
Hello everyone I am doing the following - 1 #!/usr/bin/perl 2 3 use strict; 4 use CGI qw(:standard); 5 use CGI::Carp qw(fatalsToBrowser); 6 use DBI; 7 8 print header; 9 print start_html(); 10 $s = 'ama

RE: database update

2002-08-16 Thread Bander, James L.
]] Sent: Thursday, August 15, 2002 4:29 PM To: 'Rob'; [EMAIL PROTECTED] Subject: RE: database update > -Original Message- > From: Rob [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 2:24 PM > To: [EMAIL PROTECTED] > Subject: database update > &

RE: database update

2002-08-15 Thread Bob Showalter
> -Original Message- > From: Rob [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 2:24 PM > To: [EMAIL PROTECTED] > Subject: database update > > > The following line works from a script run from the command > line on the > server... >

RE: database update

2002-08-15 Thread Kipp, James
use the quote() method or placeholders. both are described in 'perldoc DBI' > -Original Message- > From: Rob [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 2:24 PM > To: [EMAIL PROTECTED] > Subject: database update > > > The following lin

Re: database update

2002-08-15 Thread Mike(mickako)Blezien
Rob wrote: > > The following line works from a script run from the command line on the > server... > > $sql = "UPDATE data SET CustNo = $custNo, PIN = $pin, Notes = '$notes' > WHERE CustNo = $custNo and PIN = $pin and CustName = '$custName' and > Serial = '$serial'"; > > but when run from cgi I

database update

2002-08-15 Thread Rob
The following line works from a script run from the command line on the server... $sql = "UPDATE data SET CustNo = $custNo, PIN = $pin, Notes = '$notes' WHERE CustNo = $custNo and PIN = $pin and CustName = '$custName' and Serial = '$serial'"; but when run from cgi I get the following error... E

Re: PerlDesk Help (Help With Database Host)

2002-06-25 Thread Jordan Mclain
tell you more about the mysql server itself is: http://mysql.org/ Jordan Mclain On Tue, 2002-06-25 at 19:33, [EMAIL PROTECTED] wrote: > I have installed PerlDesk onto my server. Everything is fine, except that I > cannot located the database host. Im not to good with MySQL and all,

Re: calling sub based on database list?

2002-06-24 Thread perl-dvd
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 21, 2002 9:58 AM Subject: calling sub based on database list? Ok, I got sorta a hard question that involves calling randomly changing subrutines. What I'm Trying to do is this. 5 libaries are required into my CGI(PERL) progr

calling sub based on database list?

2002-06-21 Thread WyvernGod
Ok, I got sorta a hard question that involves calling randomly changing subrutines. What I'm Trying to do is this. 5 libaries are required into my CGI(PERL) program Each of them has their own set of subrutines. Now when someone accesses my site they also send a page referance eg "main.cgi?pag

Re: What database would your recommend?

2002-06-07 Thread fliptop
Paul Arsenault wrote: > database. As for transactions, only very high-end commercial databases > (such as your friend's Oracle) support transactions. They are only that's not true - postgresql supports transactions. and according to this page: http://www.m

Re: What database would your recommend?

2002-06-07 Thread Paul Arsenault
Relational databasing just means that there are keys associated between the different databases that allows the database software to easily make matches from one database table to another very quickly and efficiently. I don't know if you've ever heard the term "primary key&

Re: What database would your recommend?

2002-06-07 Thread David T-G
Paul, et al -- ...and then Paul Arsenault said... % % MySQL is a relational database. I've followed up and have more information -- sort of. My pal couldn't provide hard data but pointed not only to extra stuff like transactions (I don't think anyone is saying that transacti

Re: What database would your recommend?

2002-06-07 Thread David T-G
Paul -- Thanks for the reply. ...and then Paul Arsenault said... % % MySQL is a relational database. % % Taken from the mysql documentation page at % http://www.mysql.org/documentation/mysql/bychapter/manual_Introduction.html#Features % % MySQL is a relational database management system

Re: [OT] Re: What database would your recommend?

2002-06-07 Thread David T-G
John, et al -- ...and then John Brooking said... % % Not to be pedantic, but isn't PHP a *language*, not a % database? So you could use almost any particular Yes, it is; it doesn't have its own database built in. For someone starting out doing web stuff it wouldn't be bad to p

[OT] Re: What database would your recommend?

2002-06-07 Thread John Brooking
Not to be pedantic, but isn't PHP a *language*, not a database? So you could use almost any particular database with either PHP or Perl. Or does PHP have it's own built-in database and that's what you meant? (I looked at PHP a little once, and I have to admit a knee-jerk negativ

RE: What database would your recommend?

2002-06-07 Thread James Kelty
: [EMAIL PROTECTED] Subject: What database would your recommend? Hi all, I want to start learning a database that works with Perl but I would like to learn a database that works under Windows and Unix also. Is there such a thing? Of course, I would like to learn something as simple as possible

RE: What database would your recommend?

2002-06-07 Thread Fred Sahakian
quot;Marry myself" to one scripting language;) Mike -Original Message- From: Camilo Gonzalez Sent: Fri 6/7/2002 12:12 PM To: 'Nikola Janceski'; Camilo Gonzalez; 'Fred Sahakian'; [EMAIL PROTECTED] Cc: < Subject: RE: What database

RE: What database would your recommend?

2002-06-07 Thread Mike Rapuano
Sent: Fri 6/7/2002 12:12 PM To: 'Nikola Janceski'; Camilo Gonzalez; 'Fred Sahakian'; [EMAIL PROTECTED] Cc: < Subject: RE: What database would your recommend? Forgive me Nikola. In this business you need to st

RE: What database would your recommend?

2002-06-07 Thread Nikola Janceski
ers [/rant] > -Original Message- > From: Camilo Gonzalez [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 12:13 PM > To: 'Nikola Janceski'; Camilo Gonzalez; 'Fred Sahakian'; > [EMAIL PROTECTED] > Cc: < > Subject: RE: What database would your recommend? &

RE: What database would your recommend?

2002-06-07 Thread Camilo Gonzalez
ECTED]] Sent: Friday, June 07, 2002 11:06 AM To: 'Camilo Gonzalez'; 'Fred Sahakian'; [EMAIL PROTECTED] Cc: < Subject: RE: What database would your recommend? Perl a dying language? are you nutz?!?!?! Haven't you been reading the Apocalypse pages for PERL 6??!?!? htt

Re: What database would your recommend?

2002-06-07 Thread Gary Stainburn
t. Are there still advantages to using Perl over using > PHP? I'd be bummed to hear I'm using a dying language. > > -Original Message- > From: Fred Sahakian [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 10:52 AM > To: [EMAIL PROTECTED] > Cc: &l

RE: What database would your recommend?

2002-06-07 Thread Nikola Janceski
about it. > -Original Message- > From: Camilo Gonzalez [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 11:57 AM > To: 'Fred Sahakian'; [EMAIL PROTECTED] > Cc: < > Subject: RE: What database would your recommend? > > > That's a go

RE: What database would your recommend?

2002-06-07 Thread Fred Sahakian
o: [EMAIL PROTECTED] Cc: < Subject: Re: What database would your recommend? depends what you need to do, PHP has become VERY popular >>> "Octavian Rasnita" <[EMAIL PROTECTED]> 06/05/02 10:58PM >>> Hi all, I want to start learning a database that works with Perl but I

RE: What database would your recommend?

2002-06-07 Thread Camilo Gonzalez
That's a good point. Are there still advantages to using Perl over using PHP? I'd be bummed to hear I'm using a dying language. -Original Message- From: Fred Sahakian [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 10:52 AM To: [EMAIL PROTECTED] Cc: < Subject:

Re: What database would your recommend?

2002-06-07 Thread Fred Sahakian
depends what you need to do, PHP has become VERY popular >>> "Octavian Rasnita" <[EMAIL PROTECTED]> 06/05/02 10:58PM >>> Hi all, I want to start learning a database that works with Perl but I would like to learn a database that works under Windows and Uni

Re: What database would your recommend?

2002-06-07 Thread Paul Arsenault
MySQL is a relational database. Taken from the mysql documentation page at http://www.mysql.org/documentation/mysql/bychapter/manual_Introduction.html#Features MySQL is a relational database management system. A relational database stores data in separate tables rather than putting all the

Re: What database would your recommend?

2002-06-07 Thread fliptop
David T-G wrote: > mysql is a lean, fast, excellent choice. I'm looking into the same sort > of question, though, and have found that mysql is not relational (and > also takes some other shortcuts), and so if you just want *a* database > it's fine but if you want to learn

Re: What database would your recommend?

2002-06-07 Thread David T-G
Teddy -- ...and then Octavian Rasnita said... % % Hi all, Hello! % % I want to start learning a database that works with Perl but I would like to % learn a database that works under Windows and Unix also. mysql is a lean, fast, excellent choice. I'm looking into the same sort of que

RE: What database would your recommend?

2002-06-07 Thread Joel Hughes
MySQL sounds like your answer Teddy. Runs perfectly well on Linux and Windows. -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED]] Sent: 06 June 2002 03:59 To: [EMAIL PROTECTED] Subject: What database would your recommend? Hi all, I want to start learning a database

What database would your recommend?

2002-06-06 Thread Octavian Rasnita
Hi all, I want to start learning a database that works with Perl but I would like to learn a database that works under Windows and Unix also. Is there such a thing? Of course, I would like to learn something as simple as possible because I am a beginner in Perl. Thank you. Teddy, [EMAIL

This is what I am doing to connect toa database :

2002-05-02 Thread Kamali Muthukrishnan
This is what I am doing to connect toa database : #Windows-based Perl/DBI/MS Access access use DBI; #open connection to Access database $dbh = DBI->connect('dbi:ODBC:MSMuseum'); #prepare and execute SQL statement $sqlstatement="SELECT * FROM Product"; $sth = $dbh

RE: Perl DATABASE Forms

2002-03-22 Thread Scot Robnett
Requested) (IPM Return Requested) Cc: '[EMAIL PROTECTED]' (Receipt Notification Requested) Subject: RE: Perl DATABASE Forms Hi David I am new to Perl. Our sys admin has Apache installed and is setting up for us to use Perl, DBI, CGI. Thanks for responding Charles -Original Messa

RE: Perl DATABASE Forms

2002-03-22 Thread Brice, Charles
DATABASE Forms Charles Brice, Start with DBI and DBD:Oracle. That will handle the connectivity issues (connect DDL DML). Next comes CGI. Your going to need good old HTML forms and CGI was easy enough for me to learn and use, but beware - with HTML you lose the all important issue of STATE. In

RE: Perl DATABASE Forms

2002-03-22 Thread Scot Robnett
ernet Solutions [EMAIL PROTECTED] -Original Message- From: Brice, Charles [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 12:19 PM To: '[EMAIL PROTECTED]' (Receipt Notification Requested) Cc: Brice, Charles (Receipt Notification Requested) (IPM Return Requested) Subject

Perl DATABASE Forms

2002-03-22 Thread Brice, Charles
Hi all I work in an ORACLE Forms environment. The client is switching to Perl. Is it possible to create a complete data entry system for the Web using Perl? ORACLE Forms allows you to create multiple data entry blocks in a form and to support "1 to many 1 to many" relationships using multipl

manipulating a BerkeleyDB-database

2002-03-19 Thread peter barth
Hi there, I'm trying to manipulate an EXISTING BerkeleyDB3.2.9 database. Everything is working fine if I implement: unlink $filename and insert some keys,value pairs. If I unlink the filename there are no key,value pairs available any more which existed before, is this normal

DataBase Connection and stuff

2001-11-21 Thread Lilian Alvarenga Caravela Godoy
Please, I really, really need some help. I need to know how to connect to a Database (SQL Server, running under Windows 2000) throught a Perl CGI(running under Linux). I want to select some registries and update another ones. Is there anybody that knows if thats possible? Thanks in advance

RE: Is it a security risk to use identical names for database fields and html forms?

2001-09-06 Thread Curtis Poe
--- Gunther Birznieks <[EMAIL PROTECTED]> wrote: > There's actually quite a bit of interesting stuff out there that has really > only been "discovered" and publicized at all in the last year or two. Null > byte is another huge issue few Perl programmers seem to know > about/understand as it aff

RE: Is it a security risk to use identical names for database fields and html forms?

2001-09-06 Thread Gunther Birznieks
e open() command in a subtle way yet I think it is not described in perldoc perlsec (it seems mostly focused on tainting and general validation issues). >joel > >-Original Message- >From: Gunther Birznieks [mailto:[EMAIL PROTECTED]] >Sent: 02 September 2001 01:15 >To:

  1   2   >