Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Data access
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Details== Two fundamental types of data access exist: # [[sequential access]] (as in [[magnetic tape data storage|magnetic tape]], for example) # [[random access]] (as in indexed [[digital media|media]]) Data access crucially involves [[authorization]] to access different data repositories. Data access can help distinguish the abilities of administrators and users. For example, administrators may have the ability to remove, edit and add data, while general users may not even have "read" rights if they lack access to particular information. Historically, each repository (including each different database, [[file system]], etc.), might require the use of different [[method (computer science)|methods]] and [[languages]], and many of these repositories stored their content in different and incompatible formats. Over the years standardized languages, methods, and formats, have developed to serve as interfaces between the often proprietary, and always idiosyncratic, specific languages and methods. Such standards include [[SQL]] (1974- ), [[ODBC]] (ca 1990- ), [[JDBC]], [[XQuery API for Java|XQJ]], [[ADO.NET]], [[XML]], [[XQuery]], [[XPath]] (1999- ), and [[Web Services]]. Some of these standards enable translation of data from [[unstructured data|unstructured]] (such as HTML or free-text files) to [[structured data|structured]] (such as [[XML]] or [[SQL]]). Structures such as [[connection string]]s and DBURLs<ref> {{cite web | url = http://www.quickprogrammingtips.com/java/connecting-to-oracle-database-in-java.html | title = Connecting to Oracle Database in Java | accessdate = 2014-07-18 | quote = DBURL is of the form [...] jdbc:oracle:thin:@machinename:1521:databasename [...] }} </ref> can attempt to standardise methods of [[database connection|connecting to databases]].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)