Questions tagged [populate]

This is a general tag used when applying structured or unstructured data into a context.

This is a general tag used when applying structured or unstructured data into a context.

It doesn't necessarily mean that any kind of triggering of logic is in place. In case this is happening it should be mentioned in the question.

1176 questions
-3
votes
1 answer

Javascript snippet not working when i use getJSON. I want to populate a div returned by the getjson func

Don't no why but the javascript code stop functioning when i use the getJSON. nothing happens. Please assist. function check_order(){ var mob= $('#order-status-input').val(); if (/^[0-9]{1,10}$/.test(+mob) && mob.length==10){ …
user3481078
  • 3
  • 1
  • 4
-3
votes
2 answers

Populating database with additional data

I have a relatively small (MySQL) database with ~50 tables which takes about 100 MB of disk space. For my tests I would like to increase the size of the data to 100-1000 GB keeping the same schema (tables, keys, indexes). What would be the best…
-3
votes
1 answer

Populating Form from data base values in zend framework

I have a edit profile page in which user can change his profile data. Now in the edit user form I want to make the previous database values visible to the user before he edits it.Ho to do that?
-4
votes
1 answer

Android: problems with CursorAdapter

first of all thank you all for your answers and sorry for the bad English used, have a controller class to populate a listview and an adapter class that extends CursorAdapter, my problem is that when I setAdapter, my class adapter is not running the…
-5
votes
1 answer

How do you populate two Lists with one text file based on an attribute?

I have a text file with 40000 lines of data. The data is formatted as such: Anna,F,98273 Christopher,M,2736 Robert,M,827 Mary,F,7264 Anthony,M,8 ... I want to create two Lists based on a char value. The char indicates gender and I want to create a…
-5
votes
1 answer

How to dynamically allocate, populate certain spots, and print a 2D array in C?

I have a project to do for class, where the professor wants us to populate a 2d array and print it so it looks like this. Map Thingy The array is supposed to be 8x8 then 8 equal signs on the top and bottom. Please help.
1 2 3
78
79