Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO AddNew Method

Status
Not open for further replies.

oceanboyz

Programmer
Oct 18, 2007
1
TW
Hi all,

I am trying to do something like this in Perl

$RS->AddNew
$RS->Fields('column')->value = "Value"
$RS->AddNew

But it didn't work. Or is this impossible at all?
 
Not enough information to help you.

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top