File:RDB connection.ANA
RDB_connection.ANA (file size: 55 KB, MIME type: text/rtf)
Warning: This file type may contain malicious code. By executing it, your system may be compromised.
| Moderator:Nobody (see all) Click here to sign up. |
|
|
| Upload data
|
Connection module for writing variable results into the Result database. You can freely open and use the module, but you cannot actually write information into the Result database unless you have a password.
Note that the necessary variable, index, dimension, and run information will be asked. You must fill in all tables before the process is completed.
Note! You can insert several variables at the same time. Each variable MUST have at least one index.
For reading results from the database, see RDB reader.ANA.
SQL for Dimension table:
SELECT Dim_id, Dim_name FROM `Dimension`
SQL for Indices table:
SELECT Ind_id, Ind_name, Dimension.Dim_id, Dim_name FROM `Index`, Dimension WHERE `Index`.Dim_id=Dimension.Dim_id
SQL for Locations table:
SELECT Loc_id, Location, Dimension.Dim_id, Dim_name FROM `Location`, `Dimension` WHERE Location.Dim_id = Dimension.Dim_id
SQL for Variables table:
SELECT Var_id, Var_name FROM `Variable`
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Dimensions | User | Comment | |
|---|---|---|---|---|
| 14:14, 8 September 2008 | (55 KB) | Jouni (talk | contribs) | Now the model checks for existing locations and uses them correctly in creating new indices. | |
| 14:36, 5 September 2008 | (55 KB) | Jouni (talk | contribs) | Locations must be text values! Now corrected. | |
| 10:58, 3 September 2008 | (52 KB) | Jouni (talk | contribs) | Problem was that database update corrupted the numbering of tables. Now it is corrected. This simplified the model. | |
| 14:03, 2 September 2008 | (52 KB) | Jouni (talk | contribs) | Now it works! Although there is something strange going on with Inp_loc_of_result when Testvariables are used. | |
| 13:16, 1 September 2008 | (52 KB) | Jouni (talk | contribs) | Almost works with online writing. | |
| 17:17, 30 August 2008 | (49 KB) | Jouni (talk | contribs) | Old code removed. Input form outline updated. The module still have dummies for offline work; these must be removed for real use. | |
| 17:02, 30 August 2008 | (68 KB) | Jouni (talk | contribs) | Completely new operationalisation. Now the idea is that the edit tables only show the information that is needed. What is needed is checked from the RDB online. The used needs not know object id numbers. | |
| 14:02, 1 August 2008 | (58 KB) | Jouni (talk | contribs) | Cap_variab problem solved | |
| 13:46, 31 July 2008 | (45 KB) | Jouni (talk | contribs) | A new version that works with simple data. | |
| 11:59, 18 July 2008 | (38 KB) | Jouni (talk | contribs) | Connection module for writing variable results into the Result database. Created by --~~~~. |
You cannot overwrite this file.
File usage
There are no pages that use this file.