totoourworld

Results 20 comments of totoourworld

I used types branch and used the sample project for testing but same. can you give me the source code for that? I checked the NSData *image_source=[row objectForKey:@"Company_Logo"]; by log...

I am using the SQL EXPRESS 2016. I used the Company_Logo(image,null) for saving/loading image. Additionally, I am trying to load the image that saved by C# program i made. In...

![1](https://cloud.githubusercontent.com/assets/20016355/22238708/975dcad0-e245-11e6-83d3-16052e2fd09d.png)

![3d_apple_logo_preview_featured](https://cloud.githubusercontent.com/assets/20016355/22238806/05f3ec72-e246-11e6-86a0-78cf9d2ba94c.jpg)

![visual_csharp_logo1-300x230](https://cloud.githubusercontent.com/assets/20016355/22238821/14bb2b12-e246-11e6-9430-147b5543a60e.png)

![images](https://cloud.githubusercontent.com/assets/20016355/22238825/1f6e6f42-e246-11e6-8945-252c2a6e18c2.jpg)

These three pictures , i used to try. jpg file looks like that issue , but png file is not showing at all.

Hello , Mr.Martin Rybak. I tried to debug the code and found something related. So, (void)process:(NSArray*)results { NSArray *table=[results objectAtIndex:0]; NSDictionary *row=[table objectAtIndex:0]; NSData *image_source=[row objectForKey:@"Company_Logo"]; UIImage *image=[[UIImage alloc] initWithData:image_source];...