Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Accessing MS-Access memofield via DBI

by reneeb (Chaplain)
on Sep 14, 2005 at 07:27 UTC ( [id://491777]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    
    use strict;
    ...
      my $hashref = $sthcolinfo->fetchrow_hashref();
      return $hashref->{TYPE_NAME};
    }
    
  2. or download this
    #! /usr/bin/perl
    
    ...
    
    my $col = 'Testcol';
    DbiTest->new($col);
    
  3. or download this
    package DbiTest;
    
    ...
    }
    
    1;
    
  4. or download this
    Usage: SQL_LONGVARCHAR() at DbiTest line 21
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://491777]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-24 11:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found