Mobile
Log In Sign Up
Home > french-english > "dbi" in English

English translation for "dbi"

dbi
Example Sentences:
1.As of 2010 the Perl community maintains DBI as a CPAN module in accordance with the open-source model.
Perl DBI est couramment maintenu à travers Internet comme un module CPAN conformément au modèle Open Source.
2.GDDR4 SDRAM introduced DBI (Data Bus Inversion) and Multi-Preamble to reduce data transmission delay.
La GDDR4 SDRAM introduit le DBI (Data Bus Inversion), et le « Multi-Preamble » afin de réduire les délais de transmission des données.
3.The DBI and DBD Perl packages allow Perl programmers to access many database environments in a standard way.
Les paquetages DBI et DBD permettent aux programmeurs Perl de voir d'une manière uniforme les multiples environnements de base de données existant sur le marché.
4.Framework ArcSight-IODEF-Perl : A perl module to convert arcsight xml to a standardized iodef message IODEF Implementations IODEF DBI IODEF Pb : This library maps IODEF (RFC 5070) to the google protocol buffer serialization library.
ArcSight-IODEF-Perl : A perl module to convert arcsight xml to a standardized iodef message IODEF Implementations IODEF DBI IODEF Pb : Cette bibliothèque mappe le format IODEF (RFC 5070) dans la bibliothèque de protocoles de sérialisation de buffers Google.
5.The example below demonstrates the use of the popular Perl DBI module to manage a database: #!/usr/bin/pugs use v6; use perl5:DBI; my $dbh = DBI.connect('dbi:SQLite:dbname=test.db'); $dbh.do("CREATE TABLE Test (Project, Pumpking)"); my $sth = $dbh.prepare("INSERT INTO Test VALUES (?, ?)"); $sth.execute(); $sth.execute(); $sth.execute(); my $res = $dbh.selectall_hashref('SELECT * FROM Test', 'Pumpking'); # Just another Pugs hacker say "Just another $res hacker"; Several factors have been suggested as reasons for Pugs's progress: Haskell's static typing can make it easier for program bugs to be detected at compile time.
Le JAPH ci-dessous montre l'utilisation de Perl DBI, un module populaire, pour gérer une base de données SQLite : #!/usr/bin/pugs use v6; use perl5:DBI; my $dbh = DBI.connect('dbi:SQLite:dbname=test.db'); $dbh.do("CREATE TABLE Test (Project, Pumpking)"); my $sth = $dbh.prepare("INSERT INTO Test VALUES (?, ?)"); $sth.execute(); $sth.execute(); $sth.execute(); my $res = $dbh.selectall_hashref('SELECT * FROM Test', 'Pumpking'); # Just another Pugs hacker say "Just another $res hacker"; Pugs est un projet open source très productif.
Similar Words:
"dbd" English translation, "dbe" English translation, "dbeaver" English translation, "dbf" English translation, "dbh" English translation, "dbk" English translation, "dbl" English translation, "dbm" English translation, "dbn" English translation