IPhone MySQL数据库操作代码例子
2010-10-21 01:38:52 来源:WEB开发网核心提示:while (sqlite3_step(statement) ==SQLITE_ROW) {//char* cid = (char*)sqlite3_column_text(statement, 1);char* stime = (char*)sqlite3_column_text(statement,1);char*
while (sqlite3_step(statement) ==SQLITE_ROW) {
//char* cid = (char*)sqlite3_column_text(statement, 1);
char* stime = (char*)sqlite3_column_text(statement,1);
char* stitle =(char*)sqlite3_column_text(statement,2);
char* scal = (char*)sqlite3_column_text(statement,3);
char* sruntime= (char*)sqlite3_column_text(statement,4);
//NSString *tmp = [NSString stringWithCString:stitle encoding:1];
myreportitem* ri = [[myreportitemalloc]init];
ri.mytime= [NSString stringWithCString:stime encoding:1];
[]
- ››MySql数据库插入式的多存储引擎机制
- ››iPhone应用帮助残障儿童看图说话
- ››iPhone实用工具AppBox Pro使用教程大揭秘
- ››iphone4省电方法
- ››iphone 获取地址的详细信息
- ››iPhone 库的基本内存管理策略
- ››iPhone加密文字亲手做 私密信息有保障
- ››iphone 根据经纬度坐标取详细地址(包括国,省,市...
- ››iphone/ipad ios cocoa object-c 近期苹果UI部分小...
- ››iphone中如何进行多线程编程
- ››iPhone OS SDK的这些事[安装、下载、版本、实例、...
- ››iPhone ObjectC的NSAutoreleasePool
赞助商链接