The database-update tag has no wiki summary.
0
votes
1answer
170 views
Entity Framework Database Update: Foreign Key References Invalid Column (navigation property)
This should be simple.
I have Clients and Projects:
public class Client
{
public int ClientID { get; set; }
public string ClientName { get; set; }
public virtual ...
1
vote
1answer
53 views
Updating cache on update of database table
I am using AppFabric to handle the caching capabilities of my website. I would like the
products cache to be updated once there has been a change within the products table
within my database. I read ...
0
votes
0answers
25 views
Autopatch with EAR applicaton on jboss
Has anyone deployed autopatch (the database upgrade tool) in an ear application (on jboss server). Autopatch supports war kind of applications out of the box but for ear kind of applications it would ...
0
votes
1answer
67 views
EF migration seed - Unable to create a constant value of type 'PQS.Model.TranslationItem'
TranslationItem Model:
[DataContract]
public class TranslationItem : CloneableBaseEntity<TranslationItem>, IValidatableObject
{
public int TranslationId { get; set; }
public ...
0
votes
0answers
99 views
How to with update my database in android
I have an unresolved issue with my database. The user registers with a username and a password and from an EditProfile class he can change both of them. The problem is that although its seems to work ...
3
votes
1answer
129 views
Liquibase idempotency on Oracle DDLs
I am investigating using Liquibase for a new project using Oracle and I am wondering how I can ensure my changeSets are robust enough to recover from any types of failures without manual intervention. ...
0
votes
1answer
519 views
Microsoft Access 2003 simple inserting in Database failed using VB.net
I am trying to insert into Microsoft Access database from VB.net.
I can read from the Data Base(can see in Grid View) but cannot insert into Database.I don't know where the problem is.
This is what i ...
0
votes
0answers
81 views
Db2 v.8 Record updation / deletion locking the table and hang the system
Our problem is, while updating or deleting existing record we are facing the issue of table locking intermittently & then it hangs all the System for 5 min. We don't understand whats going ...
1
vote
0answers
387 views
Updating database table after changes to datagridview
I've searched extensively about a simple approach to updating changes in a datagridview to a database using a stored procedure and thought that this approach was my answer. But I have a problem.
I ...
-2
votes
1answer
144 views
Best way to handle hundreads of simultaneous update request in PHP-MySQL? [closed]
I am receiving 100s of simultaneous row update request on a single table within 5-10 seconds, it causes problem, It is not actually updating the row and also not giving any error in ...
0
votes
1answer
240 views
database updation after google checkout payment
I am a new developer in php. In a website, I need to implement "Google checkout" payment method. My client give a script with src. I added that script into my website. I got a Google checkout page.
...
1
vote
1answer
421 views
DataAdapter.Update() returns 1 without updating database
Sorry if this has been answered before, but I am unable to find the solution anywhere. It is most likely something obvious but I am now blinded by my own code.
I am trying to update my database with ...
1
vote
4answers
2k views
Updating SQLite database android
Okay, I made a database and i realised that each time i change something in the database i have to uninstall then reinstall the Application :( which is very frustrating...
here is my code for my data ...
-3
votes
2answers
115 views
Is it possible to update database at regular intervals of time [closed]
Is It possible to update my database everyday at particular time. If so can any body help me.
providing examples are so appreciated..
Thank you so much in advance..
1
vote
2answers
295 views
Recover Updated Data - SQL Server 2005
I have an issue that, while using sql server 2005 i have executed update query without where clause (by mistake) and all the original values of the column get lost.
How can I get old values??
Any ...
2
votes
1answer
508 views
Update a field of a document in nano module of nodejs for couchdb
Say that there is a couchdb session opened through nano on node.js
var dbserv = require('nano')('http://localhost:5984');
At the couchdb server dbserv can access, there is a database users with ...
1
vote
2answers
581 views
Android upgrade database
I know that this kind of questions are asked a lot and I know that I'm not the first one or I'll be the last, but I need a little help with this issue. I'm trying to upgrade my database from older to ...
0
votes
1answer
218 views
MVC3 LINQ SubmitChanges Invalid
In the method below db.SubmitChanges is shown as invalid/not recognized by intellisense.
This is my first attempt to update records in a database using LINQ and the method may contain other ...
0
votes
1answer
45 views
Updating a property in an array after querying with $ne
A document in my collection rooms has the following structure:
{
"_id": { "$oid": "4edaaa4a8d285b9311eb63ab" },
"users": [
{
"userId": { "$oid": ...
3
votes
2answers
711 views
Play app on Heroku using shared database and model updates
I'm toying with a Play 1.2.3 application (Java) using a Heroku instance with a shared database.
My question is: how to update the database schema once the application is deployed? In fact, how to ...
0
votes
0answers
376 views
ASP .NET MVC: Update only few table columns
I am trying to update few columns of my database table but something strange happenings. Please see following view code.
A. I have many columns in table but following view is meant to update only two ...
0
votes
1answer
89 views
Updating app: Adding a new pre-populated table (with 50k records) to an existing db
I am releasing an update to an already existing app in the Android Market.
What:
The existing app has a db. As part of the update, I am adding a new table to that db.
Problem:
The new table has ...
0
votes
1answer
96 views
What will be the SQL query for this UPDATE operation?
I am using MySql 5.1. i have to database tables Users and Users_group_mapping.
User Table :
userid, username, points
1 user1 10
2 user2 21
3 user3 ...
1
vote
2answers
234 views
Differences in magento1.4v and 1.5v databases
I want to know is there any difference in catalog and eav tables of magento 1.4.1.1v and magento 1.5v. Difference in the sense, are there any fields are added or removed in catalog, eav tables?
0
votes
2answers
129 views
How to manage desktop file database versions?
How to manage database changes while upgrading desktop applications?
We have a SQLite database for one of our desktop apps. The uninstaller keeps the database to be used by the next install. But what ...
0
votes
1answer
69 views
Database Updating
I have a web app, where when a page loads, the address details are extracted from the database and displayed in the corresponding text-fields. However when I try to update and save the data, the data ...
0
votes
5answers
799 views
Multithreaded application to update database
I have a C# application that inserts rows into three separate tables in a SQL Server database. This is a massive batch job (2 - 3M+ rows each). My code looks something like this (I've edited to take ...
2
votes
3answers
793 views
Windows application setup - update and Database schema changes
I've one windows application which uses sqlite DB. I've created a setup for this application using setup and deployment project. I may have to make builds every other month with changes in the ...
1
vote
3answers
117 views
Database availability during database update
I have a database from a 3rd party. They supply a tool to update the database data weekly. The tool is pretty old and uses ODBC. Updates can either be incremental or can delete all database data ...
1
vote
2answers
556 views
Database deploy with updates
Does anybody know how to do smart database update in realtime.
E.g. I have a site with a great database. Suddenly I've made some code changes and database structure and data changes. Is there any ...
0
votes
1answer
491 views
Resize varchar doesn't update crystal report
I've got an existing report with quite a few fields on it.
I have just modified my database changing a varchar(10) to a varchar(20)
When I test it out with data '12345678901234567890' the query ...
2
votes
1answer
66 views
Revert scan state when prompting for variable values
How do you detect the current SCAN state and revert it after changing it?
An exerpt from the script in question:
SET SCAN OFF
SET ECHO ON
SET SQLBLANKLINES ON
SET SCAN ON
UPDATE TABLE_NAME SET ...
1
vote
3answers
797 views
SQL UPDATE Loop Non-Sequential Keys
I am writing a C# application that will update the fields in a SQL Server database. The current algorithm I am testing simply pulls the data from a "State" field, stores each value in an ArrayList, ...


