Can I talk to a 4D database with DBI?

2001-05-18 Thread William Akey
Hi. This is my first posting to this list. I hope someone can lend me a hand with some info. I would like to be able to directly interact with A 4D database using Perl's DBI module. Have any of you done this successfully? It is not clear to me which database driver I need. I suspect it is

Re: :Proxy with ADO/Access on WinNT

2001-05-18 Thread Butler, Jeff
-Original Message- From: Neil Lunn [SMTP:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 8:54 AM To: 'Butler, Jeff' Subject: RE: :Proxy with ADO/Access on WinNT -Original Message- From: Butler, Jeff [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 5:25 PM

unsuscribe

2001-05-18 Thread Kerspern, Nicolas
unsuscribe

Re: unsuscribe

2001-05-18 Thread Joern Reder
Kerspern, Nicolas wrote: unsuscribe Is it possible to add a comment to each message, how to unsubscribe? It's obvious that people don't read their subscription mails and don't know what mail headers are good for. Thanks, Joern -- Joern Reder -- Software Development, dimedis GmbH, 50672

Re: unsuscribe

2001-05-18 Thread Bart Lateur
On Fri, 18 May 2001 11:42:16 +0200, Joern Reder wrote: Is it possible to add a comment to each message, how to unsubscribe? It's obvious that people don't read their subscription mails and don't know what mail headers are good for. A pointer to the web page is more than intrusive enough to me.

unsuscribe

2001-05-18 Thread Shirry
unsuscribe

Database and Web Pages

2001-05-18 Thread Paul Castiglione
Hello All I am tyring to see how the information in a database can be put on to a web page can some so me some sample code of how this is done. also if there are any good book on the subject could you please let me know. Again thanks in advance Paul

Re: Database and Web Pages

2001-05-18 Thread Michael Wendel
Programming the Perl DBI and CGI Programming on the World Wide Web by O'Reily are two really good places to start. - Original Message - From: Paul Castiglione [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 18, 2001 8:41 AM Subject: Database and Web Pages Hello All I am

Re: Inserting/Updating to ADO (.MDB file)

2001-05-18 Thread Simon Oliver
Looks like you are using ADO over Win32::OLE, not DBI - this is off topic. You can use ADO through DBI as Jim instructed. If you want to solve the current problem try subscribing to one of ActiveState's mailing lists, perhaps perl-win32-database? http://aspn.activestate.com/ASPN/Mail/ --

Re: $VERSION changes in lib/DBD/ADO.pm confuse CPAN

2001-05-18 Thread Thomas A . Lowery
It's a mistake on our part. When I've an extra minute, I'll make a CPAN release to correct the problem. Tom On Thu, May 17, 2001 at 02:59:26PM -0700, David Dyck wrote: There seems to be some version mismatches between CPAN and DBD When I install T/TI/TIMB/DBI-1.14.tar.gz and do the

Re: Database and Web Pages

2001-05-18 Thread Klaus Reger
Am Freitag, 18. Mai 2001 14:41 schrieb Paul Castiglione: Hello All I am tyring to see how the information in a database can be put on to a web page can some so me some sample code of how this is done. also if there are any good book on the subject could you please let me know. Again

Status of DBD-ADO

2001-05-18 Thread Garrison G. Lutz
Hello everyone, Two questions: 1. Is ActiveState shipping DBD-ADO version 2.0 with ActivePerl yet? 2. According to the documentation for an older version of the driver on the symbolstone site (about 2 years old) DBD-ADO is not currently supporting placeholders and has limited support for

Core dump in plsql.t on Solaris

2001-05-18 Thread Peter Scott
No matter what I have tried so far, I get a core dump in test 55 of plsql.t. I'm on Solaris 2.5.1 with perl 5.6.1, DBI 1.15, and Oracle 7.2.2. I've tried a plain make, and a make with the suggested -b, -c, -l, and -n LIBCLNTSH, all result in: t/plsql.dubious Test

RE: Core dump in plsql.t on Solaris

2001-05-18 Thread Wilson, Doug
I should mention that if anyone does know what the problem is, I'd still appreciate it, and I'm also on Solaris with the latest perl/DBI/DBD::Oracle. -- I got the same thing, but I'm not too concerned. The failing test is trying to bind an in/out variable to a

Re: Core dump in plsql.t on Solaris

2001-05-18 Thread Michael A. Chase
The failure you are getting in plsql.t is a known problem between DBI 1.15 and DBD::Oracle's ORA_RSET return handling. If you don't need to return cursors from PL/SQL, ignore the error and install, otherwise drop back to DBI 1.14. -- Mac :}) ** I normally forward private database questions to

Can not create an Access Table

2001-05-18 Thread Michael Hepner
I'm using an NT Workstation machine with PWS installed. I'm trying to create tables in Access and I am getting the error DBD::ODBC::db do failed: [Microsoft] [ODBC Microsoft Access Driver] You do not have the necessary permissions to use the 'table name' object. Have your system

Re: Status of DBD-ADO

2001-05-18 Thread Thomas A . Lowery
On Fri, May 18, 2001 at 10:59:16AM -0400, Garrison G. Lutz wrote: Two questions: 1. Is ActiveState shipping DBD-ADO version 2.0 with ActivePerl yet? DBD::ADO will update when DBI is updated, for now. When I've a free minute, I'll make a cpan release. 2. According to the documentation