|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
portability error
|
|
#2
|
|||
|
|||
|
RE: portability error
Just wondering, why are you using the DB package with PEAR instead of the core PHP functions for mysql?
|
|
#3
|
|||
|
|||
|
RE: portability error
don't know if I completely follow your question but I'm using pear so my web app can work on any of the major dbs.
|
|
#4
|
|||||
|
|||||
|
RE: portability error
check your version of DB.php.. perhaps you have an older or buggy version
you can also set portability options with the setOption() function, and if _ALL isn't working you could just bitwise AND the options you actually want together php Code:
check this out for reference http://pear.php.net/package/DB/docs/1.6.6/DB/DB_common.html#methodsetOption see if any of that helps |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PEAR Packages > portability error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|