Rookie Programming the Perl DBI..
Hi All,
I am currently interfacing my Perl app with My SQL Server5.0 through
the Perl DBI. I felt confident in what I was doing until today. I was
trying to add a feature where I would need to create a new database in
My SQL... and then realized I had no idea as to how (through Perl and
DBI).
Can I write a Perl application utilizing the DBI to CREATE a database
(not a table)??
Thank you so much for your expertise.
Chris
.
Relevant Pages
- RE: Question with DBI versus PERL
... Question with DBI versus PERL ... statement at once (if I parse my SQL file) my pl/sql will work? ... All spool statements will turn to Perl print() calls. ... I want to know how can i run this sql script with DBI. ... (perl.dbi.users) - Re: How to access MS Access from Perl?
... if you were to later migrate to MS SQL Server or Oracle ... minimize your load on the database server's compiled procedure cache. ... On the other hand, if startup time for your perl script is an issue, and ... slightly preferable to the bulkier DBI + DBD::ODBC. ... (comp.lang.perl) - PostgreSQL and Customer Database
... I've been working on both SQL and Perl for a while now, ... get them all onto an SQL database, and be able to keep track of sales, as ... the database available to customers and potential customers, ... (perl.beginners) - Re: Perl 6 DBI API ideas
... Though I didn't raise my hand when you asked for people to contribute to a DBI module for Perl 6, I've had some ideas that I thought about sharing. ... I would also love to see some standardization on the driver names ("mysql" when it's normally written ... DBI is supposed to be query language agnostic, even if SQL is the most commonly used group of languages, and if a user can declare this explicitly, it saves the driver from having to guess what they were given, which might be ambiguous. ... (perl.dbi.users) - ANNOUNCE : DBIx::DataModel
... This is to announce yet another wrapper module on top of DBI, ... Please have a look and see whether it can help suit your needs. ... base DBI layer and to the basic Perl datastructures, ... will not create the database itself. ... (perl.dbi.users) |
|