Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 03-22-2010, 10:12 AM   #1 (permalink)
Registered Member
 
Join Date: Mar 2010
Posts: 2
jurosik is on a distinguished road
Default how to fill tableView from database and put it into sections

hi guys, i need to fill tableview with tasks from this sql select and put it into the sections for each project:

Code:
@"SELECT * FROM tasks WHERE task_today = 1 AND task_project = %@ ORDER BY task_order", project_id
result is NSArray
Code:
{
        "project_id" = 1;
        "project_name" = Project;
        "task_done" = 0;
        "task_id" = 4;
        "task_name" = task1;
        "task_order" = 0;
        "task_project" = 1;
        "task_today" = 1;
    },
        {
        "project_id" = 2;
        "project_name" = Project2;
        "task_done" = 0;
        "task_id" = 10;
        "task_name" = task2;
        "task_order" = 0;
        "task_project" = 2;
        "task_today" = 1;
    },
it works well with simple insert to table, but i want it in sections - for each project.
so my question is, how to split it to some NSMutableArray or smt, and display in sections.

thx

Last edited by jurosik; 03-22-2010 at 11:03 AM.
jurosik is offline   Reply With Quote
Reply

Bookmarks

Tags
sqlite3, tableview

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 349
11 members and 338 guests
akacaj, c2matrix, cgokey, esoteric, givensur, HemiMG, Mirotion22, mjnafjke, Pudding, SLIC, Techgirl-52
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,651
Threads: 94,115
Posts: 402,887
Top Poster: BrianSlick (7,990)
Welcome to our newest member, Mirotion22
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 10:16 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0