Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Accessing MS-Access memofield via DBI

by reneeb (Chaplain)
on Sep 12, 2005 at 11:59 UTC ( [id://491231]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ID          => integer
    Description => memo
    
  2. or download this
    #! /usr/bin/perl
    
    ...
    for(2..1000){
      $sth->execute($_,'x' x $_) or die $dbh->errstr();
    }
    
  3. or download this
    DBD::ODBC::st execute failed: [Microsoft][ODBC Microsoft Access Driver
    +]Invalid precision value (SQL-HY104)(DBD: _rebind_ph/SQLBindParameter
    + err=-1)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://491231]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-19 19:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found