in reply to Re: Add Text record to access table?
in thread Add Text record to access table?
my $dbh = DBI->connect(connect params...) or die "connect failed: $ +DBI::errstr"; $dbh->do("insert into table (a,b,c) values(?,?,?)",{}, 3,$x,$long_text_field_or_blob_data) or die "do failed: $DB +I::errstr";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Add Text record to access table?
by Anonymous Monk on Feb 20, 2002 at 13:56 UTC | |
by dreadpiratepeter (Priest) on Feb 20, 2002 at 14:26 UTC | |
|
Re: Re: Re: Add Text record to access table?
by manoorani (Novice) on Feb 26, 2002 at 18:42 UTC |