Questions tagged [loaddata]

193 questions
0
votes
1 answer

mysql Error:13 MyISAM table file not found

I have a set of files (around 20MB each) that needs to be inserted into a table in mysql. The insert is done in a loop for all files (single threaded). This works usually fine, but from time to time I am getting the following exception: File…
dcg
  • 1,144
  • 1
  • 22
  • 38
0
votes
1 answer

loading data from plist to another class

In my app, plist files are being saved to the documents directory, each file name is the current date+time. I'm loading the list of files from the documents directory to a table: filesTableVC.m. Each time I want to load the chosen file to a new…
Arkins
  • 41
  • 4
0
votes
1 answer

Android App to access locally stores files, PDF, HTML and video

We have a mobile workforce using Android Galaxy tabs and use the MobiControl MDM product to sync detailed briefing files to and from the devices on a constant basis. Rather than having the user search through a sea of irrelevant briefs in order to…
0
votes
1 answer

ExtJS - dependent combobox

i had a problem with the loadData() function in my dependent combobox. I'm doing a desk where I can create shortcuts and modify them. The problem occurs when trying to modify the shortcut and pass "Tab con URL" to "Tab con Info de sistema". Detects…
saeta
  • 4,048
  • 2
  • 31
  • 48
0
votes
2 answers

json array does not show in extjs grid

I use the following Ext function for bind the values in ext grid from the json array.I get the the json array from the URL.It will work Fine,which means i get the values.And my problem is If i try to bind the values in Extjs grid i cant able to add…
User
  • 1,644
  • 10
  • 40
  • 64
0
votes
2 answers

Display certain numbers of row at one time, click Button, display more

i m quite stucking with this problem. i have a NSArray *list holding 70 elements from a plist file. now i need to populate them to UITableView. what i want is to display 20 items at a time, then click the 21st cell to display another 20.. then…
sefirosu
  • 2,558
  • 7
  • 44
  • 69
0
votes
1 answer

Where should I put the logic to get the record from Database?

I have two buttons on a action sheet, when I click one of the button, it will display all the students record in another view. All these records need to be retrieved from DB. Currently I put the logic of retrieve the record in the viewwillAppear…
user1330526
  • 151
  • 1
  • 3
  • 10
0
votes
1 answer

django loaddata issue with new datetime field in postgres

i recently converted a project's database from sqlite to postgres, because of timezone issues. The conversion works fine in my local dev environment. However, in my production environment on webfaction, when I try to use loaddata to populate the…
mb52089
  • 872
  • 2
  • 10
  • 24
-1
votes
1 answer

Collapse html load in android Webview

I have Html content shows Collapse window. But this is not loaded in Android WebView Section.Is shows a white screen only. My code for WebView is WebView webView = (WebView) rootView.findViewById(R.id.webview); …
-1
votes
1 answer

Reading date-time data stored as Excel format into MATLAB

I have a csv file which contains a column for data-time in Excel format, and two other columns which are floats; The Excel format date includes the number of days since 01-Jan-1900, so for example, 2 means 02-Jan-1900, and 365 means 30-Dec-1900, and…
Vahid Mirjalili
  • 6,211
  • 15
  • 57
  • 80
-1
votes
1 answer

Android How can i easily read and add to the List data from txt file?

My code: https://pastebin.com/KudWYD8W I don't know how write method loadData. I wanna have list with only names of Games and when I press on the element should show the details. My file looks like: Witcher 1996 free 66h Please help. I tried in many…
toja6755
  • 23
  • 7
-2
votes
3 answers

How to add values into an array list from other classes?

Forgive me as I am still a newb to Java.I have 9 different classes. In my account driver i need to create a method load data, where I can put in some fake data. I cant seem to figure out how to enter the values for these as my constructors…
SikRik
  • 5
  • 1
  • 5
-2
votes
2 answers

load 2 tableviews in a single view iOS

I have 2 tableviews (table1,table2) in a view controller. I have 2 data arrays (dataArray1, dataArray2). I want to load the table views with corresponding data arrays i.e.(table1 = dataArray1, table2 = dataArray2).I am trying the below code. But…
iOS
  • 423
  • 1
  • 6
  • 15
1 2 3
12
13