MultiValue is a type of NoSQL and multidimensional database, typically considered synonymous with PICK, a database originally developed as the Pick operating system. Current prominent varieties of the MultiValue Database include jBASE, UniVerse, UniData, Reality and D3.
Questions tagged [multivalue-database]
37 questions
0
votes
1 answer
How can I make multiple value field?
How can I make a field that can accept more than one input and connect it to my database?
For example : I want to make a field that is called 'user_skills' and the user can enter more than skil in that field .. How can I do that?

Omar Elemam
- 13
- 2
0
votes
2 answers
Importing data from multi-value D3 database into SQL issues
Trying to use the mv.NET by bluefinity tools. Made some integration packages with it for importing data from a d3 multi-value database into MS SQL 2012 but seem to be having some trouble with the mapping.
For the VOYAGES table have some commentX…

C.Astraea
- 185
- 4
- 16
0
votes
1 answer
Multi-Valued Fields in MS Visual Studio Database
[question]: Does the SQL Database in MS Visual Studio (I'm using VS15) not have multi-valued fields?
My intended purpose is to create a page that saves steps of a cooking recipe into a database, and I had hoped to save it in a single (multi-valued)…

The 0bserver
- 826
- 9
- 18
0
votes
2 answers
U2 Basic Developer Toolkit
Does anyone here run the Basic Developer Toolkit with UniData 7.1?
Even though the IDE was released with UniData 7.2, I was given the impression that it works fine with 7.1. However, when opening up "Database Files" in an account, every single DIR…

Dan McGrath
- 41,220
- 11
- 99
- 130
0
votes
2 answers
DBMS design for multivalued attributes
I have to design a database where some information about usage of printer resource is to be recorded in a mysql database. What is the best way to design the database?
I do not want to create a table for each student as there would be around 6000…

user1631171
- 103
- 1
- 1
- 9
-1
votes
1 answer
LSTM for binary classification using multiple attributes
I haven't used neural networks for many years, so excuse my ignorance.
I was wondering what is the most appropriate way to train a LSTM model based on my dataset.
I have 3 attributes as follows:
Attribute 1: small int e.g., [123, 321, ...]
Attribute…

bill
- 728
- 3
- 6
- 15
-1
votes
2 answers
Query And Join Multiple Column on MySql
I have two table with big data in our MySQL database.
tbl_phonebook :
PB_ID CUST_NAME PHONE1 PHONE2 PHONE3 PHONE4
1 Richard 11111 12222 13333 14444
2 Maria 21111 22222 …

atep
- 3
- 1