Skip to main content

All Questions

Tagged with
0 votes
1 answer
126 views

Upgrading old code to newer MySQL version

I'm very much an amatuer at this kind of thing, but I am trying to teach myself about PHP and MySQL databases. I'm trying to build my own local copy of the lesson talked about here: https://www....
Ads's user avatar
  • 15
2 votes
0 answers
3k views

Laravel 4 - A four digit year could not be found Data missing

I'm trying to update some data and I'm having the next message: A four digit year could not be found Data missing In this form, I have some data that I want to update in my 'Actividad', so I have ...
JaviZu's user avatar
  • 497
0 votes
0 answers
197 views

Laravel 4 - update data pivot table

I have an 'Edit page' with a form, where I want to update some data. My Models: Actividad.php: public function materials() { return $this->belongsToMany('Material', '...
JaviZu's user avatar
  • 497
0 votes
1 answer
899 views

adodb, AutoExecute update field with field

i have table "users" like this id | firstname | lastname ========================== 1 | Ujang | ahmad 2 | Jajat | sudrajat and have data : $record = array('firstname'=>'some value'...
a.fauzi's user avatar
  • 163
0 votes
1 answer
5k views

How to update multiple fields on one row with CakePHP

I'm trying to update multiple fields of a row on a table on the database. I tried several solutions I found here in stackoverflow but no one had worked for me. In this function, I give a feedback of a ...
Julia's user avatar
  • 558
0 votes
1 answer
56 views

Will database upgrade break my page running on older Wordpress?

Here's the situation: My client's wordpress site just broke up (White Screen Of Death - I've tried every single solution with no result to fix it) and I decided to setup new, blank wordpress instance ...
lukaszkups's user avatar
  • 5,950
2 votes
0 answers
1k views

How to update production database with development one?

I have built a web app using MySQL and php and I'm at the moment trying to figure out the best approach to make a script to automatically update the customers based on the new changes on my ...
Aramil's user avatar
  • 411
0 votes
1 answer
150 views

MongoDB update inside 2 nested arrays of objects

I'm currently developing an application we are using mongodb I'm new to it and I faced many challenges when it comes to complicated updates This is our collection orders : { "_id" : ObjectId(), ...
Siavosh's user avatar
  • 2,354
1 vote
0 answers
1k views

Best way to manage iOS app and database updates

I'm developing an iOS app that makes use of an sqlite database directly, without using Core Data. I've the tables for the database defined in a file that I read to copy the database to Documents the ...
AppsDev's user avatar
  • 12.4k
1 vote
0 answers
65 views

Strategies for finding updated entries in an eventually consistent database

If I have a bunch of entries stored in an eventually consistent database, are there any standard strategies for how I go about reliably finding modified entries? Of course they will only be found "...
Markus A.'s user avatar
  • 12.6k
1 vote
2 answers
2k views

Updating a sqlite database from text file

I am new in database development, sorry if this is inconvenient to ask. I am developing an Android application, the database of which has a table with thousands of entries. This table is generated ...
oOo's user avatar
  • 21
-1 votes
2 answers
62 views

Update Multiple data [closed]

I can't fix this: $data=array( for($i=1; $i<=$tot+1; $i++){ array( 'id_jenisjadwal' => $this->input->post('jenis_jadwal'), 'bulan_tahunkp' => $bln_thn, '...
user2560828's user avatar
0 votes
0 answers
498 views

C# Program to update files in local disk over a network mapped drive

I am starting to work in a program to browse and open certain files, that are well organized in my hard drive, this files are technical information that i can review if a need to configure a machine, ...
user1621243's user avatar
0 votes
1 answer
75 views

MVVM Database Child_Update() not updateing

Ok here is the deal. using my Model to raise the Child_Update() Method. I know it is not good but im just learing right now. Now i given my Business class as Parameter to Change the already given rows....
dennis schütz's user avatar
1 vote
2 answers
241 views

Updating issue with an wpf (offline) application c#

Hi i have created weeks ago a WPF( visual studio 2010) application which runs offline localy on my pc.I is connected to a database(MS SQL .mdf) ofcourse and it works well. but now i need to make an ...
denza's user avatar
  • 1,298

15 30 50 per page