Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
How to get my local database with openDatabase()
Hi,everyone
I have a big trouble now!
I‘m developing a web application for tizen and I have my own database named “citylist.db”,
now I want to install citylist.db to tizen with my web app installing,
then use openDatabase() function to get it,
I know the first parameter of the openDatabase() function is database name, like
openDatabase(“citylist”, ‘1.0’, ‘city list’, 8*1024*1024);
but when I use “citylist” or “citylist.db”,it doesn’t work,it can’t find the db,and it creates
a new blank db as the same name with my db “citylist.db”,
But how can I read my own citylist.db ,how can I make openDatabase() know that
citylist db is exist?
Any answer is welcome! Thx!
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio
BY
30 Oct 2023
Tizen Studio