in reply to win32::ODBC passing values to Sql statment

My suggestion would be to drop Win32::ODBC alltogether and start database access coding with DBI and DBD. It is more portable and if you ever have to change the type of database you use, all you do is plug in a new DBD module and perhaps make some very small changes to your scripts.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re: win32::ODBC passing values to Sql statment

Replies are listed 'Best First'.
Re: Re: win32::ODBC passing values to Sql statment
by pfaut (Priest) on Dec 20, 2002 at 20:44 UTC

    Also, there are probably a lot more people familiar with DBI and the various DBD backends than there are with Win32::ODBC so you're likely to get more and better help when you need it.

    --- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';