Tagged Questions

0
votes
1answer
11 views

Handle rollbacks for data edits in a multi-user environment?

How to you typically handle roll backs for data edits in a multi-user environment? Do you identify the transaction and build a graph of any subsequent dependent transactions and th …
0
votes
2answers
60 views

HTML data entry

I have gotten a project on my desk. It involves updating the bios for a bunch of people, however, my boss does not want into a database (I think that would be the best solution but …
0
votes
1answer
19 views

[iphone] sql won’t add new entries. :(

Hey, My function won't add any entry to my existing sql database. Any ideas? sqlite3 *database; sqlite3_stmt *compiledStatement; if(sqlite3_open([databasePath UTF8St …
1
vote
1answer
48 views

Weekly-based populating a database with the django admin

I'm building an small django app in order to manage a store employees roster. The employees are freelancers-like, they have weekly almost-fixed schedules, and may ask for extra one …
0
votes
3answers
29 views

Do you use any 3rd party Data Entry Controls ?

Hi, In every project, i always build up data entry forms for the Entities. I have googled it a bit and found some controls like Peter's Data Entry Suite ... etc. Do you ever use …
1
vote
2answers
57 views

Linq / data object best practices

I am a new asp.net programmer and I just asked this question which left me with a more general one. What is/are the current best practices regarding Linq and data objects? Specifi …
0
votes
4answers
47 views

Good methods for human-readable & human-maintained databases

So this is the scenario: You have a bunch of data that needs to end up in SQL. It needs to entered by hand. It is not an "enter once and you're done" scenario: it will need to b …
0
votes
1answer
110 views

Recommended Mac GUI data entry tools for populating SQLite databases for iPhone app use?

While making an iPhone app that refers to a (not yet existing) SQLite db Are there any good, cheap programs for data entry?
3
votes
13answers
891 views

What is the best designed form you have ever seen?

I am looking for awesome forms that are easy and intuitive to use even though they may be overly complex. Multi-page is cool too. Screen shots of the forms would be way cool.
1
vote
2answers
100 views

Parse ‘family’ names into people + last name with regex

Given the following string, I'd like to parse into a list of first names + a last name: Peter-Paul, Mary & Joël Van der Winkel (and the simpler versions) I'm trying to w …
1
vote
2answers
119 views

Replacing MS Access forms

We have a number of very old data entry forms that were made in Access that link to our SQL Server database. Each form may have any number of sub-forms. We'd like to move away fro …
2
votes
8answers
215 views

How would you design a form with many dynamic fields?

We have a form that allows a user to dynamically add inputs for fields. For example if you have a form for tracking projects, you want to dynamically add tasks to that project. Jus …
4
votes
5answers
544 views

Entering data into a grid

A UI question: is there some consensus on the best (defined as "the one which end-users like best") or least-bad way to implement data entry into a grid? I have a grid, with many …
0
votes
2answers
172 views

Has anyone used Sigma Grid (Javascript-based editable data grid)?

Has anyone here used Sigma Grid for JavaScript-based data grids? It was the only grid I could find that would allow fast data entry and use of the keypad, but before we spend a lo …
2
votes
4answers
129 views

Is massive Data Entry on the web feasable?

Is there any good way to design a web page for massive data entry? Datagrids seem to be the best way to handle this type of data entry and I think a client application like Access …

1 2 next
15 30 50 per page