Editing Basic Database Terminology

Jump to navigation Jump to search

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.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 21: Line 21:
 
it.  The user interface often shows the SQL which is quite a bit easier to read than it is to write.
 
it.  The user interface often shows the SQL which is quite a bit easier to read than it is to write.
 
It may give you useful feedback on what the system is doing.
 
It may give you useful feedback on what the system is doing.
 
== Text File ==
 
 
Not really a data base even if it contains data.  All files are codes for some data.  A text file ( often a .txt extension ) is one of the simpler encodings:
 
each byte in the file codes some text character, a letter in the alphabet, a number, a "newline" character.
 
normally the file is more or less readable by a human being.
 
Simple programs ( in windows perhaps notepad ) let you read/create/modify text files.
 
( Note: most word processors will easily read text files but they tend to s...... )
 
 
== Text Editor ==
 
 
A program to create and edit text file.  I have used Notepad++ on Windows.  Good text editors have
 
a lot of powerful features for the text including search and replace features.  You can do substantial
 
data manipulation and management just in your text editor and use it in conjunction with the database program.
 
 
In fact the text editor you select becomes much of the interface into your data.  Data is input through
 
text file,  the system can prepare blank input files.  Output is often in text file form.
 
Complicated selects may be specified in a text file. Records to be edited will be prepared for edit
 
as a text file, and after you edit the file, the changed data will be placed back into the database.
 
Custom database products use expensively programmed "windows" for database interactions.  This system
 
uses automatically programmed text files for database interactions.  Not as fancy, but no expensive
 
programming talent is required.
 
 
Geany is another good text editor that I would consider it runs on Windows, Linux, and Mac.
 
I am sure there are many other good ones.  If you have a strong preference try it out.
 
 
 
  
 
[[Category:Python Easy DB]]
 
[[Category:Python Easy DB]]

Please note that all contributions to OpenCircuits may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenCircuits:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)