Advanced Search
Search Results
14 total results found
MySQL Resources
MySQL is a free, open-source relational database that has been used in thousands of websites, large and small. This is a contributed collection of resource links on MySQL. Feel free to add your favorites. Mike Franks – SSC Collection of Mysql links and arti...
PostgreSQL Resources
See Also: Who uses PostgreSQL at UCLA?PostgreSQL official website: http://www.postgresql.orgModified versions: Bizgres ExtenDBTuning Guides: PostgreSQL 8.0 Performance Checklist How the Planner Uses Statistics Server configuration optionsGraphical Admin Tools:...
Who uses PostgreSQL at UCLA?
The purpose of this page is to create a directory of people who are using PostgreSQL and what advanced features they are using. Please try to mention how you have found certain features useful so that you can give other people ideas on how to better utilize th...
PHP and ODBC
While looking for something else in the Moodle Forums, I found these links that refer to the underlying way Moodle connects to databases using ODBC.“adodb just harnesses the underlying PHP functions for whatever type of connection you use, so it helps to be fa...
Has anyone tried CouchDB?
Has anyone tried CouchDB? It’s a document database. 10 Reasons why CouchDB is better than MysqlDiscovered via http://reddit.comPlease add your experiences or comments or alternatives here. Thanks
Free office tools
If you are looking for web based and free tools for word processing, power point, database creation, and spreadsheets here are some tools to explore.Zoho www.zoho.com provides a wide range of basic office tools as well as options for managing email, taking not...
UCLA Library-Licensed Databases: Getting to and Selecting Databases to Search
The UCLA Library subscribes to hundreds of databases for fees of varying amounts, in order to license them for free use by UCLA students (fully enrolled), staff and faculty.Answers to three questions can be helpful in selecting databases to search: Which topic...
UCLA Library-Licensed Databases – Getting Free Off-Campus Access and Free Articles
The UCLA Library subscribes to hundreds of databases for fees of varying amounts, in order to license them for free use by UCLA students (fully enrolled), staff and faculty. The Library also pays fees to subscribe to thousands of periodicals (journals, magazin...
Why NoSQL Matters
Useful survey of NoSQL (and SQL) technologies and a summary of the philosophy…http://blog.heroku.com/archives/2010/7/20/nosqlTaken from email by Jose Hales-Garcia to Campus Web Publishers List
Using the Database module to create an image gallery in CCLE/Moodle
Although Moodle does not ship with an image gallery module per se, the database tool can be repurposed for that function. It contains certain limitations as an image gallery, for instance: The database cannot browse to images stored in the Moodle File Manager...
SQL joins
Please add other helpful links:SQL joins: a visual explanationhttp://www.codinghorror.com/blog/2007/10/a-visual-explanation-of-sql-joins.html
How to use the Javascript template in Moodles Database Activity Module
There is a javascript template located in the Moodle Database Activity Module so instructors can recognize when students click buttons or hover over textareas, and other such basic functionality. In the jstemp.jpg, you can see several examples of working java...
PHP ODBC Setup Guide
Guide to setting up php-odbc for connection to Registrar database. Example for RedHat EL 5.Create file tds.datasource.template:[Registrar]Driver = FreeTDSDescription = UCLA Registrar (SRDB)Trace = NoServer = srdb.registrar.ucla.eduPort = 1433Create file t...
SQL Injection (Application Vulnerability)
SummarySQL Injection is a type of security vulnerability that occurs when application does not properly sanitize user inputs. The vulnerability potentially allows attacker to arbitrarily manipulate queries sent to the database layer. This type of vulnerabili...