Tagged Questions

0
votes
1answer
132 views

How would u design BPM application in asp.net?

Hi guys , we have created a simple asp.net/sqlserver 2000 based Business Process Management tool in which we have a feature that user can create simple one column form and attached …
2
votes
1answer
115 views

Entity Framework - Detaching and Re-attaching entities?

I have Entity-Attribute-Value (EAV) database. Entity in this sense has nothing to do with entities in EF but merely refers to some "thing" about which you are storing information. …
2
votes
5answers
47 views

Mysql field sizes on meta data

I want to create a table that will contain dynamic data, it can be in a form of a date, boolean or a text article for example: meta_key = "isActive" meta_valu = "1" or meta_key …
0
votes
0answers
26 views

Data Modeling for EAV

How are others using relational modeling tools to map a logical model or one in third normal form to a database that uses EAV?
1
vote
3answers
144 views

Too many tables; MySQL can only use 61 tables in a join

What is the best way to export data from multiple tables in MySQL. I'm basically working with product details. Say a product has 150 attributes of data. How can I export that in a …
1
vote
3answers
73 views

Help with Supertype/Subtype? (and categories..)

I have a service table. Each service is defined by 1 main category and 1 sub category. For example, Service = Joe's Web Company, MainCategory = Information Technology, SubCateg …
1
vote
5answers
181 views

Best way to store muti-type field

Let's say we have a field that can be in more than one type, for instance: string or date or XML datatypes. Now we have two methods to store this in a database 1- using a string …
1
vote
2answers
64 views

Using RoR with a legacy table that uses E-A-V

I'm needing to connect to a legacy database and pull a subset of data from a table that uses the entity-attribute-value model to store a contact's information. The table looks lik …
0
votes
1answer
155 views

EAV Solutions/Packages/Vendors?

I was recently exposed to the concept of an Entity Attribute Value database model via. the Magento e-commerce system. Varien (the company behind Magento) has used a relational dat …
0
votes
2answers
776 views

Using Magento’s addFieldToFilter to filter by existing columns

Hypothetical situation. I want to populate/load a sales/order collection with every order where the grand_total is equal to the total_paid. I know I can use addFieldToFilter to fi …
1
vote
3answers
713 views

Magento API Uploaded products not appearing in frontend - Unless they are re-saved in backend.

I’m uploading products via the Magento API and they are not showing up in the frontend. I have to go into the backend, open them up, change nothing, save the product and then it wi …
3
votes
3answers
122 views

SQL Server, where field is int?

how can I accomplish: select * from table where column_value is int I know I can probably inner join to the system tables and type tables but I'm wondering if there's a more ele …
2
votes
2answers
140 views

EAV Alternative to User Defined Fields?

Given that users must be able to define their own fields on an object, and define allowed values for these fields - on the fly (no compile) - how would you solve this without using …
2
votes
1answer
2k views

Magento - Retrieve products with a specific attribute value

In my block code I am trying to programatically retrieve a list of products that have a attribute with a specific value. Alternately if that is not possible how would one retrieve …
0
votes
2answers
137 views

EAV over SQL Server

I'm interested in playing around with the EAV model over an SQL Server Database. Is anybody able to point me to an article or framework for an existing model/schema (I'm not intre …

1 2 3 4 next
15 30 50 per page