RE: Web interface?

2001-09-19 Thread roberto lopez
ed($_); print qq{$_}; } print qq{}; } # get rows my $rows = $sth->rows; my $rows_affected = ($rows > 0 ? "$rows row(s) affected" : "(no rows affected)"); print qq{$rows_affected}; } -

RE: Web interface?

2001-09-19 Thread roberto lopez
I got one if you're interested it is called websql.pl, we developed it our selves -Original Message- From: Bernhard Schmalhofer [mailto:[EMAIL PROTECTED]] Sent: MiƩrcoles, 19 de Septiembre de 2001 12:14 To: [EMAIL PROTECTED] Subject: Re: Web interface? Jeff Boes wrote: > > On Sun, 9 Sep

dbx and network drive won't work

2001-08-16 Thread roberto lopez
Anyone has ever tried to connecto to a DBF set of files using Xbase when the files are located on a network drive? I'm running a cgi to write a set of records onto those files. I've tried the following with no success: $dbh1 = DBI->connect("DBI:XBase:f:") or die $DBI::errstr; $dbh1 = DBI->connec