ajay_perl has asked for the wisdom of the Perl Monks concerning the following question:
$dsnado = "DBI:ADO:Provider=vfpoledb;DSN=FoxPro;";<br /> $dbhfox = DBI->connect ($dsnado, '', '');<br />
But having this error:$q="SELECT order_bill_n, srok_date FROM orders WHERE ALLTRIM(UPPER(ord +er_bill_n)) LIKE '%23-B%' order by order_bill_n desc ";<br /> $sthfox=$dbhfox->prepare($q) or die "Can't prepare statement: $DBI::er +rstr";<br /> $sthfox->execute() or die "Can't execute statement: $DBI::errstr";<br +/><br />
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl OLE DB foxpro
by marto (Cardinal) on Apr 08, 2011 at 10:04 UTC | |
by ajay_perl (Initiate) on Apr 12, 2011 at 06:10 UTC | |
by marto (Cardinal) on Apr 12, 2011 at 08:02 UTC | |
|
Re: Perl OLE DB foxpro
by Anonymous Monk on Apr 08, 2011 at 09:45 UTC | |
|
Re: Perl OLE DB foxpro
by InfiniteSilence (Curate) on Apr 08, 2011 at 14:55 UTC |