in reply to Re: Copying a Database Table Using DBI's execute_array
in thread Copying a Database Table Using DBI's execute_array
It is not a tested statement because i had and have no confidence that it will run correctly. I believe that the $mysql_data = $sql_handle->fetchall_arrayref(); statement creates a reference to an array of arrays. I do not feel confident nor knowledgeable enough to determine how to employ this structure in the execute_array statement.
Sorry to be vague. I'm so clueless here with this one statement and what execute_array expects that i find it difficult to write my request either more cogently or more coherently.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Copying a Database Table Using DBI's execute_array
by karlgoethebier (Abbot) on May 03, 2013 at 17:45 UTC | |
|
Re^3: Copying a Database Table Using DBI's execute_array
by ww (Archbishop) on May 03, 2013 at 19:33 UTC |