Reddragon Posted October 27, 2014 Share Posted October 27, 2014 (edited) I want to create a sqlite database file and store some data[like name and phone number] in it and then view it.Can anyone help me Edited October 27, 2014 by Reddragon Link to comment Share on other sites More sharing options...
jguinch Posted October 27, 2014 Share Posted October 27, 2014 (edited) _SQLite_Open creates a database file (or load it in memory). Look at the helpfile, in the _SQLite_Exec page, and set the $sDatabase_Filename to _SQLite_Open() (give the name of the database file you want to create). Edited October 27, 2014 by jguinch Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF Link to comment Share on other sites More sharing options...
Zedna Posted October 27, 2014 Share Posted October 27, 2014 You can also search this forum for "SQLite" keyword to see more examples for using SQLite ... Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
Jochem Posted October 28, 2014 Share Posted October 28, 2014 (edited) SQLite expert is a great tool to manage your DB too. You can create also a db with this tool. http://www.sqliteexpert.com/ Edited October 28, 2014 by Jochem telmob 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now