Hello All!
I'm having trouble creating a temporary table in Microsoft Access through DBI. I've tried what seems to be the standard convention:"
my $sth = $db->prepare("SELECT * INTO #temp FROM CharacterTbl") or die + "Couldn't prepare statement: " . $db->errstr; $sth->execute() or die $sth->errstr; $sth->finish;
However this gives me the error: "The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect."
Am I missing something or is there a work around?
Thanks!
In reply to ODBC DBI Temp Tables by nathaniels
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |