Support Joomla!
Search: Advanced Search
Serving 3868 extensions to the community. Last updated on October 16.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 794 guests and 56 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Development Show All Developer's Extensions
MS DBs extension Extension Specific Pluginextension specific plugin
Rating
Developer:oc666 Version:0.1-alpha (Updated 139 days ago)
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Compatibility:Compatible with Joomla! 1.5 Native
Views: 765 License:GPLv2.0
Favoured:
0
Type:Non-Commercial
Date Added:Apr 27, 2008
DownloadHomepageWrite ReviewRecommend
This two files make the ability to connect to mssql and msaccess dbs via natural objects of Joomla (inherited from JDatabase). I interpret the mysql functions to odbc functions. Some of the mysql functions didn't convert to the new objects (JDatabaseMsSql and JDatabaseMsAccess). Those functions marked out and still in those files. If you convert those functions, please let me know to improve those objects. Functions didn't convert: getEscaped, queryBatch, explain, insertid, getTableList. Also the codeline which deal with limit offset marked out. Those extensions give the joomla core the ability to manipulate data from other ms database with regular object joomla core. To use those files add them to: joomla_dir\libraries\joomla\database\database\ Then, include them wherever you use in your code: require_once('your_path_to_joomla'.'libraries\joomla\database\database\msaccess.php') require_once('your_path_to_joomla'.'libraries\joomla\database\database\mssql.php') NOTES: 1. You cannot build your Joomla core database with those components (yet)!!!! 2. You cannot use the msaccess object under Linux server. 3. Those objects are alpha release! Please make test before move them to production.

Report this listing