![]() |
Sergey Kornilov admin 10/13/2009 |
What's AIX server? |
W
|
wrjost 10/14/2009 |
M
|
Mandy 10/15/2009 |
http://en.wikipedia.org/wiki/AIX
|
![]() |
Sergey Kornilov admin 10/15/2009 |
Code generated by PHPRunner will run on any PHP-enabled web server. PHPRunner itself runs on Windows only. |
W
|
wildwally author 10/16/2009 |
Our SQL database runs on one server and the application (PHP-website) runs on another. A communication problem occurs between the two and we are now trying to convert the language to ODBC, and not having much luck. Our programmer is telling us there is no translation for a few strings of code.. |
![]() |
Sergey Kornilov admin 10/16/2009 |
wildwally, |
W
|
wildwally author 10/30/2009 |
wildwally, I recommend to have your programmer contact support directly. "convert the language to ODBC" doesn't really saying anything. We need some specifics.
|
M
|
Mandy 10/30/2009 |
from the prgrammer: My understanding was that due to some issue on their server (can't remember what it was) the PHP MSSQL drivers could not be installed. This affects the ability to use several php functions to access the sql database, such as mssql_connect, mssql_query, mssql_execute, mssql_fetch_object and lots of others. The Easysoft workaround enabled connection via ODBC drivers instead of MSSQL drivers. I made several changes to the dbconnection file to try and make this work, but ran into a problem that I could not get past with the odbc_fetch_array function as it does not work the same as the mssql_fetch_array function. Mssql_fetch_array allows you to define associative and numerically indexed arrays, while odbc_fetch_array will only work with associative arrays.
|