Jim has asked for the wisdom of the Perl Monks concerning the following question:
How do I wrestle this SQL statement (i.e., the text "UPDATE ... tblSoups.Name;") out of the Microsoft Access database?UPDATE tblMenu LEFT JOIN tblSoups ON tblMenu.Day = tblSoups.Day SET tblMenu.SoupOfTheDay = tblSoups.Name;
I would prefer to do it with DBD::ODBC, if possible -- but I suspect it's not possible. I suspect I'll have to use Win32::OLE, DBD::ADO or similar medieval torture, in which case I'm looking for some magnanimous fellow monk to spoon feed me a ready-made solution. If I have to spend a week reading MSDN to accomplish this trivial objective, I'll hurl myself off a tall building and then I'll never finish my project.
Pointers to existing resources and helpful nodes are greatly appreciated. I searched, but I did not find.
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting SQL Statement From Saved Query in Microsoft Access Database
by pc88mxer (Vicar) on Jun 02, 2008 at 06:52 UTC | |
by Jim (Curate) on Jun 02, 2008 at 14:04 UTC | |
|
Re: Getting SQL Statement From Saved Query in Microsoft Access Database
by Gangabass (Vicar) on Jun 02, 2008 at 06:34 UTC | |
|
Re: Getting SQL Statement From Saved Query in Microsoft Access Database
by runrig (Abbot) on Jun 02, 2008 at 04:51 UTC | |
by ikegami (Patriarch) on Jun 02, 2008 at 05:59 UTC | |
by Jim (Curate) on Jun 02, 2008 at 13:56 UTC |