-
Sorry for the delay. The method for building extensions for PHP 5.3 is not the same as previous versiions. You now have to pick VC6 (Visual C++ 6) or VC9 for building extensions. At this time I can only build VC6 extensions. They have been placed in CVS under /odbtp/php/bin_win32.
-- bob.
2009-11-07 06:55:38 UTC in ODBTP - Open Database Transport Protocol
-
rtwitty committed patchset 240 of module odbtp to the ODBTP - Open Database Transport Protocol CVS repository, changing 2 files.
2009-11-07 06:20:14 UTC in ODBTP - Open Database Transport Protocol
-
rtwitty committed patchset 239 of module odbtp to the ODBTP - Open Database Transport Protocol CVS repository, changing 1 files.
2009-11-07 06:10:27 UTC in ODBTP - Open Database Transport Protocol
-
If it is for Windows, then a php_odbtp.dll extension needs to be created. I will create it and place it into CVS within the next few days.
-- bob.
2009-10-28 13:43:14 UTC in ODBTP - Open Database Transport Protocol
-
Yes, it works on all current versions of Windows, including 64-bit.
-- bob.
2009-09-29 13:42:22 UTC in ODBTP - Open Database Transport Protocol
-
rtwitty added mcguyver90 to the ODBTP - Open Database Transport Protocol project.
2009-07-15 19:10:19 UTC in ODBTP - Open Database Transport Protocol
-
This error normally occurs when the server closes the connection because the client took too long to make another request. The default for this timeout is 180 seconds. You cna change it with the ReadTimeout parameter in the odbtpsrv.ini. Note: You will need to restart the service after the value is changed.
-- bob.
2009-06-12 14:26:12 UTC in ODBTP - Open Database Transport Protocol
-
If you are using the same field to store both Chinese and German, then I assume you are using a UNICODE field (nchar, nvarchar or ntext). Text stored in these type of fields are returned by the ODBTP as UTF-8 encoded text, regardless of the language.
Text from the non-UNICODE field types char, varchar and text are returned without any encoding. This may be a problem if you are displaying both...
2009-05-14 13:05:31 UTC in ODBTP - Open Database Transport Protocol
-
The FoxPro driver only supports connection to a directory containing DBF files, or to a DBC file.
-- bob.
2009-04-17 21:38:16 UTC in ODBTP - Open Database Transport Protocol
-
You can connect to a remote file-based db unless the ODBTP service is running under an account that has the proper access permissions. Also, you have to use a UNC path instead of a network mapped drive path, which is only valid when logged in. Note: I am not sure if the FoxPro ODBC driver suppoets UNC paths.
Example DRIVER connect string:
DRIVER={Microsoft Visual FoxPro...
2009-04-17 21:22:35 UTC in ODBTP - Open Database Transport Protocol