Tagged Questions

3
votes
4answers
92 views

How to protect a database?

There is a website with a server database. I'm building a desktop application which uses data from one of the tables. Hacker can just take password from assembly. How can I protec …
0
votes
2answers
105 views

Database Design question

Hello everyone! I have a Firebird database, which let's say has Tables A and B which look like this: TableA TableB's Id | SomeNumber | OtherNumber | ComputedByField …
1
vote
14answers
123 views

Database Design: Is it bad to keep delimited strings in a database

I've worked on projects before that would store fields in a comma-delimited or pipe-delimited string as a field, which might represent options or something simliar. I was wondering …
0
votes
6answers
47 views

Allow user to update some records in table, but not all?

Suppose you have a lookup table that has a couple default options that your Business Logic layer depends on, but you want to allow the users to add/update/delete records in that ta …
1
vote
2answers
41 views

How to order pages in CMS?

I wrote a simple CMS for one of my clients which does specifically what he needs (without the bloat of mainstream content management systems he would never use). The CMS enables h …
3
votes
7answers
73 views

Rewriting the system… keep the old schema?

Suppose we have a system (in production) written in an obsolete technology and difficult to adapt to changing business needs. The decision has been made to rewrite it in a newer te …
0
votes
4answers
39 views

Database design question (conditional mandatory fields)

Hi, Just looking for some opinions/ideas on how best to do this. I'm building an extranet system where users are added by the administrators manually (there's no ability for someo …
2
votes
5answers
153 views

Setting up an MS-Access DB for multi-user access

We're thinking of "growing" a little MS-Access DB with a few tables, forms and queries for multiple users. (Using a different back-end is another, but more long-term option that is …
3
votes
9answers
116 views

Database design for write-heavy web application

A lot of the LOB applications we provide to our customers are of a marketing / promotional nature (sweepstakes, event registration, etc...). Most of the applications, while very si …
5
votes
3answers
66 views

Is there a data storage pattern similar to mipmaps in graphics?

We've got a bunch of data the users may want to view windows of and do so quickly. They may want to look at a window of the data that is a day, a week, a month, or an arbitrary beg …
2
votes
3answers
36 views

Open Source Equivalents to Erwin

I am aware of CA/Erwin community edition but it is constrained to 25 objects. I have also tried modeling in Visio which was painful. Curious to learn of any open source equivalents …
0
votes
0answers
42 views

Database Design for Betting Community

I'm creating a online community for a soccer betting game available in my country. I've a pretty good idea how the whole system should work but I'm having some trouble figuring out …
1
vote
5answers
74 views

Should i have a primary ID? i am indexing another field.

Using sqlite i need a table to hold a blob to store a md5 hash and a 4byte int. I plan to index the int but this value will not be unique. Do i need a primary key for this table? …
1
vote
3answers
88 views

ER Diagram (Drawing)

For a relational database that represents the current term enrollment at a large university, what is the ER diagram for a schema that takes into account all the assertions given: …
0
votes
5answers
77 views

In a generic List<T> of objects, should I store the ‘OrderID’ inside each object, or just rely on the order in the list?

As the title says :) In my database the table I'm using has an OrderID field, which determines the order (strangely enough!) that the rows will be shown in when they are outputted …

1 2 3 4 5 100 next
15 30 50 per page