Languages

Menu
Sites
Language
타이젠에 mysql을 연동시키려고 하는데

타이젠에 mysql을 연동시키려고 하는데 jar 파일로 하려고해도 잘안되는데 어떻게해야 연동을 시켜서

#include<mysql.h> 가 가능하게 할 수 있을까요??

Responses

1 Replies
Mehedi Alamgir

What i understood from your question is you are trying to link MySql in Tizen app.

For this problem this link might be helpful for you.: http://ubuntuforums.org/showthread.php?t=1666018

My Suggession: 

In small system (Mobile Platform)  it will not be wise decision to use  a powerful Relational Data Base Management 
System (RDBMS) such as MySQL. In these cases, the best option is SQLite that is may be the widest used mobile platform 
database.

The following link has excellent tutorial of SQlite database CRUD operation from Tizen native app

https://developer.tizen.org/ko/forums/native-application-development/complete-tutorial-sqlite-database-crud-operation-and-data-access-tizen-native-application?langredirect=1