• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Need help with SQLite
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Need help with SQLite


  • Subject: Need help with SQLite
  • From: Sascha Kuehn <email@hidden>
  • Date: Mon, 26 Jan 2004 22:21:58 +0100

hi,

i have a problem sqlite.

here is a code snippet:


------------------------------------------------------------------------
------
+(NSArray*)SQLquery:(NSString*)query
{
SQLDatabase* database;
SQLResult* result;
SQLRow* row;
NSEnumerator* rowIterator;

database = [SQLDatabase databaseWithFile:@"test.db"];
[database open];
result = [database performQueryWithFormat:query];
------------------------------------------------------------------------
------


i need the 'result' as an 2D array. but i down know how to.
i hope you can help me out.

sascha
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Need help with SQLite
      • From: Reimar Metzen <email@hidden>
  • Prev by Date: Re: mousedown in nstextview subclass
  • Next by Date: Re: Collapsing/expanding NSSplitView
  • Previous by thread: RE: New document repositions to cascade
  • Next by thread: Re: Need help with SQLite
  • Index(es):
    • Date
    • Thread