According to Hoberman (2009), "A data model is a wayfinding tool for both business and IT professionals, which uses a set of symbols and text to precisely explain a subset of real information to improve communication within the organization and thereby lead to a more flexible and stable application ...
0
votes
0answers
11 views
Data modeling for Friendship/Relation for Social Networking website
I want to know which site give me knowledge of data modeling specially for social networking site for nosql database?
thanks
0
votes
0answers
13 views
Data modeling for nosql database for Social Networking site
I am developing one social networking website. Right now I am using mysql for data storage.
Now I have to move on nosql database (I prefer ElasticCache or DynamoDb (amazon service) ). But I am ...
0
votes
0answers
14 views
passing a “custom” handler to a DOJO class and executing with vars provided by the destination function
I have an app where I'm using a custom widget lets call it controller.js and it has it's template/layout and then I have data model that it self is a stateful class where I have written a basic visual ...
0
votes
1answer
15 views
Extend Mahout for new dataset
I want to build a recommendation model based on Mahout. My dataset format has extra columns other than userID, itemID, rating and timestamp. Thus, I think I need to extend the
FileDataModel.
I ...
-1
votes
1answer
53 views
Convert DataModel to List in Java
Can anybody tell me if its possible to convert a DataModel to an ArrayList?
And how can I do it? Please I have to know it as soon as possible!!!
I can convert the ArrayList to ListDataModel using ...
-1
votes
0answers
25 views
How to form hierarchy structure(in case of 3 level or more than 3 level) of table in sql server 2008? [closed]
How to form hierarchy structure(in case of 3 level or more than 3 level) of table in sql server 2008?? while forming hierarchy, data should not roll up to parent.
1
vote
1answer
39 views
Silverstripe sql debug
One little question:
How can I use "OR" with filter method e.g:
$entries = BookstoreBook::get()
->filter(array(
'Title:PartialMatch' => $searchString
));)
Field:PartialMatch ...
0
votes
1answer
33 views
Calculated value passed as parameter to data model not showing on tableview
I have a form that has 4 TextFields which I'm trying to track with an ObservableList that has 5 columns. The TableView has an extra column to hold a calculated value (the 5th column in my ...
0
votes
0answers
12 views
DataModel versioning and migration
I've updated my app and uploaded it to the appstore. It went through review without any problems. The thing is, when someone downloads the app theres no problem, but as soon as someone got the ...
0
votes
0answers
64 views
primeface Data table - Instant Row selection
Im new to primeface. when I work with dataTable, I face this problem. I do not understand how I can solve this problem. The problem is below:
javax.faces.FacesException: DataModel must implement
...
1
vote
2answers
42 views
How to add an index in json data?
I have following data structure:
Class UserModel {
Long pkid;
String name;
public UserModel() {
this.pkid = new Long(1001);
this.name = "ABC";
}
}
Now I have converted this into json:
UserModel ...
2
votes
1answer
284 views
Qt QML data model doesn't seem to work with C++
I've been working with the examples in http://doc.qt.digia.com/4.7/qdeclarativemodels.html which is the Qt page on QML declarative data models. In particular, I'm working with the objectlistmodel ...
0
votes
2answers
72 views
Extjs Store DataModel Subfield Null Error
When I try to load remotely data to grid I get this error for subfields:
Cannot read property 'id' of null
My DataModel:
Ext.define('ruleDataModel', {
extend: 'Ext.data.Model',
...
2
votes
1answer
95 views
__getitem__, __setitem__ multiple keys Python
I am trying to create a class that stores data in a local buffer as well as acts as an interface to a database. I've got following code:
class Table(object):
def __init__(self, tableName, ...
0
votes
0answers
18 views
Possible in Jailer to easily randomize the extracted data
I have now managed to extract one instance row of our topmost table in our relational data model, and all of its child (related) rows. In total this is hundreds of inserts. I would like to loop ...
0
votes
0answers
66 views
How do I save an ERD as a .txp file in Toad for Oracle?
How do I save an ERD in Toad for Oracle as a .txp file or any other format that I can open in Toad Data Modeler?
I have tried to find a way to open the .erx files I have in TDM but it doesn't work ...
0
votes
0answers
7 views
Integration Data Model in VS 2010
I am using vs2010 data model. from the data model i m serializing the tables in soap format for wcf service .
In case of parent and child relation ship , i am writing one relation ship class .
...
0
votes
1answer
266 views
Sequelize.js join table twice using hasMany
I am using Sequelize.js to do a double join on the same table. I have a set of Team objects and a set of Game objects. A team hasMany Games, so it would have foreign keys in the game table, but there ...
1
vote
2answers
44 views
Django database error on one to many relationship
I created a data model in Django which has many to one relation (N topics to 1 user) like this:
from django.db import models
from django.contrib.auth.models import User
# Create your models here.
...
0
votes
1answer
226 views
sencha-touch application not working
i am not able to figure out the problem in the following sencha-touch code i have written.
it shows no errors but still when i run it, it doesn't work. are there any more files or classes that the ...
0
votes
1answer
639 views
How to generate data model diagram from Oracle sql developer
I want to generate a data model diagram from an existing oracle database.
I've tried to use SQL Developer 3.2.20.09 and followed the steps in another post and the demonstration of oracle.
But I ...
3
votes
2answers
408 views
p:commandButton with p:fileDownload and no ajax only works in second click
I'm using JSF 2.0, Primefaces 3.4.2, Spring 3.1.2.
I'm facing a similar problem of the guy of this link: h:commandButton works from the second click.
Like him I'm not using ajax in the ...
0
votes
1answer
64 views
JavaFX2 observableList<T> dataModel presentation String
I need some help, guys:
The thing is that I want ListView> component to show .toString (or something similar) of the class of underlying dataModel (ObservableList> tests = ...
1
vote
2answers
158 views
Modelling Access Control in MongoDB
Does anyone have an example of modelling access control in MongoDB? The situation I'm thinking of is:
There are a set of resources, each being their own document (e.g. cars, people, trees etc.).
A ...
0
votes
0answers
268 views
Creating product data model on Hybris e-commerce
I'm evaluating different e-commerce platforms. As part of this work I'm evaluating how our present product structure fits the platforms. With vendors such as IBM it's easy since they have all the ...
0
votes
1answer
158 views
Best practice for storing GPS data of a tracking app in mysql database
I have a datamodel question for a GPS tracking app. When someone uses our app it will save latitude, longitude, current speed, timestamp and burned_calories every 5 seconds. When a workout is ...
0
votes
0answers
37 views
One to Many and Reverse RDBMS
I am working on a data model for a one to many. So I have a table:
----ID-----Name----
---- 0-----Bob ----
---- 1-----John----
---- 2-----Rick----
And I have that ID foreign keyed to this table:
...
1
vote
0answers
123 views
Updating ADO.Net Entity Data Model programmatically
We want to update a ADO.Net Entity Data Model programmatically, so that the EDM is getting the newest version of the database (new tables, values etc.). I want to have a complete update of all stuff.
...
2
votes
1answer
563 views
Programmatically adding table to Microsoft SQL Server Compact 3.5 Database
We want to add a table programmatically to our local stored Microsoft SQL Server Compact 3.5 Database. The code below creates the table.
using (SqlCeConnection con =
new ...
0
votes
0answers
68 views
Which method to update component on data change?
I have a component which displays property of some (external) bean. I.e. bean is backing the component. Now I want to update picture periodically. Of course I can write my own method to update. But ...
0
votes
3answers
271 views
Data model and datastore technology for fast multidimensional data lookup
I have a parent hashmap data structure having a string as key and having hashmap data structures as children (guess child1, child2, ..., childN). Each child is a simple key-value map, having a number ...
0
votes
1answer
42 views
Is there any tools that can generate the java code of a table's data model by parsing it's FXML describe file?
I have know how to create FXML file that describes a table. Meanwhile, according to Oracle Tutorial, it is a best practice to implement a class that defines the data model and provides methods and ...
0
votes
0answers
83 views
Any SAAS Datamodel for software products
I'm looking for SAAS datamodel reference implementation, what are approaches, criteria we need to use? to address the organization needs.
1
vote
1answer
2k views
Why do Excel sheets have to be activated before selection?
This code
Sheets(1).Activate
Sheets(2).Range("A1").Select
will fail in VBA because you can only use Select on an object which is Active. I understand this is the case.
What element of the Excel ...
1
vote
1answer
44 views
sqlalchemy/sql : cross model relationships, getting info from 'cousin' models
I have something I need from my data model but I am not sure what I need to be doing yet. I need some input to help me think this through.
First a general case. I have four models A, B, C, D. There ...
0
votes
0answers
25 views
Data modeling revisited - clinging to old identities?
I've been revisiting why I've been doing certain things in SQL Server 2005 data modeling.
I've habitually used identities for table keys, making unique indexes for the actual data that should be ...
0
votes
3answers
176 views
PHP CMS data models - can they be changed?
I have a History of Art database with 30 tables and complex relationships between people (the sitters, artists, etc) and the works (paintings, sculpture, etc). Currently this is implemented in MS ...
0
votes
1answer
111 views
Data Model for addresses with varying number of address lines
My question:
How would I implement a database design on the back-end and the front-end to accommodate a varying number of address lines such as AddressLine1, AddressLine2, AddressLine3, etc. into ...
1
vote
1answer
174 views
Can I ignore Cora Data warning regarding too many attributes?
I'm using Core Data (with sqlite) in an iOS app and currently adding some new attributes to an entity. I'm up to around 110 attributes. I realise this is a lot, but when I tried to organise the data ...
2
votes
3answers
90 views
Recommended MySQL data model for similar class objects
We will be creating a MySQL database to reflect the following PHP classes:
Content
Article extends Content
Post extends Content
...
There will be models associated with Content, like Comment, ...
0
votes
1answer
46 views
How to Implement the Search functionality with in model objects in Android?
I am working on Android Application.
Now I have requirement of search the entered string characters inside the object data model.
here object data model i am creating with the data which is coming ...
0
votes
2answers
1k views
core data subquery
I have an an entity containing two optional to-many relationships (childA <<-> parent <->> childB). Each of these two child entities contain an optional string that I am interested in ...
1
vote
1answer
478 views
finding the selected row
I found the following example in core JSF book, this example use data model to finding the selected row then delete it.
But i found an error in this line names.remove(nameToDelete);
can you help me ...
0
votes
1answer
193 views
Oracle Data Modeler - Diagram notation
Is there a detailed notational guide for the Relational model diagrams generated by the Oracle Data Modeler?
I'm using Oracle Data Modeler to generate Relational Models for an existing database. It ...
0
votes
0answers
87 views
Access preference data from database Mysql/HBase
I am using Mahout taste cf recommendation system for my system. I am using 0.7-Snapshot version. Currently, I am taking user preferences from a file. But I want to change it so that user preferences ...
0
votes
1answer
228 views
Mahout - FileDataModel: Delete file(s) after refresh?
I use the FileDataModel as the DataModel for Recommendations in Mahout. I first generate the base file (e.g. prefs.txt). From time to time, there are some changes, which are written to update files ...
-1
votes
1answer
38 views
as I can make a webgrib models with 2 or more? such a blend their inner join columns
I need to do a webgrib of 2 or more data models, and I want to combine their columns the way I want
As I can do, give me an idea?
I'm using MVC 3
Thanks
0
votes
1answer
474 views
Crash When Saving On Device After Changing Datamodel
I've been hunting for a solution for the last four hours and I am posting in desperation. My app was working perfectly on the simulator, my iPhone, and my ipad until I added an attribute to one of my ...
1
vote
1answer
54 views
How should I model that some instances cannot be modified?
I'm creating a data model using xcode and core data. It's an object graph, not entity-relationship model, so I have inheritance and many-to-many relationships.
This is my problem:
I have a class or ...
1
vote
0answers
876 views
Compilation failed for data model at path after upgrading Xcode
After upgrading to Xcode 4.3.2 I have started getting the following error when i do a build:
Compilation failed for data model at path ...


