Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Connecting to SQLITE



Hi,

As suggested to me I have downloaded and included the SMySql framework in my
project, now I am trying to connect to the SMySql database.

For that I am writing the following piece of code but I am not able to
retrieve the data from the database.
     MCPConnection *theConnec = [MCPConnection alloc];
    MCPResult *theRes;
    NSDictionary *theDict;
    NSArray *theColNames;
theConnec = [theConnec initToHost:@"" withLogin:@"" password:@""
usingPort:0];         [theConnec selectDB:@"testdb"];             //Database
name I have created is Testdb     NSLog(@"connection",theConnec);
theRes = [theConnec queryString:@"select * from login"];      //login is
the name of the table I have created
theColNames = [theRes fetchFiedlsName];

Can you help me in connecting to the Sqlite database.
Its quite urgent

Thanks,
Nam
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden
References: 
 >Connecting to SQLITE (From: "Namrata Dwivedi" <email@hidden>)
 >Re: Connecting to SQLITE (From: Chris Hanson <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.