Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

WPF datagrid update database

I am pretty new in C#. I was writing a small GUI database application which uses a datagrid to show the table data. When I edit a row in the grid press the update button the update function of ...
Saiful Shubho's user avatar
0 votes
1 answer
61 views

how to minimize unwanted/accident updates in the production database? [closed]

how to minimize unwanted/accident updates in the production database ? prevent direct changes are done to the production database any suggestions or ideas will do. thank you
Tsuna Sawada's user avatar
2 votes
1 answer
687 views

Starting an update checker thread, checking for new entries in a database

I need some suggestions for approaches to take... Here's some background info: Right now I have an Android app and a separate java program running on my server. The java program continuously go out ...
Ryan's user avatar
  • 794
0 votes
2 answers
72 views

Advice needed : database update to rest of team

Wanted to get your opinions. When working in a team and using a version control system, at some point one developer will commit code that depends on new modifications that he made to his local ...
userPassingBy's user avatar
1 vote
2 answers
6k views

updating data in database using datagridview C#

I have a problem with my code regarding editing data in database using a DataGridView. I have an error at da.update(dt); It says, Dynamic SQL generation for the UpdateCommand is not supported ...
azzyloth's user avatar
0 votes
1 answer
237 views

MySQL: Direct Update or Select before a conditional Update?

Just curious to know- if we need to do a conditional Update in a large table, then which is the best approach- Directly doing an Update or check for existing entry before Update. function ...
Avisek Chakraborty's user avatar
0 votes
2 answers
87 views

Updating a Site With Active Member Registration

I want to take on a project, but I’m not sure how to handle the updating process. Normally, when asked to update a site, you back-up the database & site files, then make the updates locally or on ...
Kristen Grote's user avatar
0 votes
1 answer
188 views

Permissions For Deploying Database Schema Changes

I've got a Python application that connected to Microsoft SQL Server 2000. The application checks for updates on startup and automatically applies them. Soon, it will need to handle database schema ...
aTvJSYhNwZ9p2uL0gzl0's user avatar
1 vote
1 answer
371 views

LINQ-to-SQL does not retrieve the latest (updated) version stored in the database

When using a linqdatasource to update my sqlexpress database everything is displayed ok, but when I try retrieving the contents manually using: public static IQueryable<MarkingScheme> ...
Themos's user avatar
  • 450
0 votes
1 answer
221 views

Server database -> client database update based on version

What is the recommended method of collecting items in a server database, versioning the database then deploying only the version differences to a client ? Should it by a field in the table (ie. ...
user296191's user avatar
4 votes
4 answers
4k views

Keep track of database column value changes

I am working on a web based application using Zend framework. I am looking for a way to keep history of updates made to a bunch of columns. Use-case: User can add an item with 5 properties. The ...
panxpress's user avatar
4 votes
3 answers
590 views

Automatically update or delete record(s) after x time in coldfusion

I've searched all over the net for this. Hope that someone's got something. How would a record in a database be updated automatically after x time n coldfusion? I know how to manually do it by ...
Nich's user avatar
  • 41

15 30 50 per page
1 2 3 4 5
6