Re: Dbi question?
- From: sam@xxxxxxxxxx (Sam Tregar)
- Date: Wed, 29 Jun 2005 15:08:18 -0400 (EDT)
On Tue, 28 Jun 2005 Rajeev.Gupta@xxxxxxxxxxx wrote:
> Does dbi provide asynchronous calls?
No, it doesn't.
> If not, what perl module is there that supports asynchronous sql
> query calls to the database - meaning, I don't have to wait for the
> call to return. I am using mysql.
I don't know of any. You migt poke around the POE community. It
seems like they'd need something like this.
-sam
.
Relevant Pages
- Re: Not able to connect to oracle db using DBI ( Activestate )
... Perhaps the DBD::Oracle perl module hasn't been fully installed, or perhaps the capitalisation of 'Oracle' isn't right. ... Available drivers: ADO, Chart, DBM, ExampleP, File, ODBC, Proxy, Sponge. ... Now I am using Activestate perl, and have installed the DBI module ... (comp.lang.perl.misc) - Re: Avoiding coding username/password directly into perl script
... but the way to make it more secure is to not hardcode those ... in your scripts - create a Perl module in which you place variables that ... secure place on your filesystem that is not accessible by regular users. ... We've got a script that uses DBI to connect to SQL Server. ... (perl.dbi.users) - connect: Cannot assign requested address using DBD::Sybase
... I am trying to connect to a database using DBD::Sybase and I am getting ... use DBI; ... although according to him this perl module ... doesn't use bind(). ... (SunManagers) - Re: What is wrong with select?
... either single quote yourself, or let DBI do it. ... Regards, ... Prev by Date: ... (perl.dbi.users) - Re: Compilation problem using make
... > not have any idea what it means or how to debug the perl module. ... developer release builds and tests fine. ... Rob ... Prev by Date: ... (comp.lang.perl.modules) |
|