Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
sqlite3
- Page 1
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
2 Weeks Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Sqlite
Programming
Databases
11 Years Ago
by ganesh641
How to install Sqlite in windows OS and how to customize the database table in sqlite and, Tools for sqlite working like mysql workbench.
Re: Sqlite
Programming
Databases
11 Years Ago
by pritaeas
The installer is available from the sqlite website. As a tool I use Navicat (paid), but a search will give you plenty of free ones.
sqlite manager
Programming
Databases
12 Years Ago
by TonyG_cyprus
Hi all,Anyone know of a decent free sqlite manager. One that will work with sqlite not
sqlite3
. Ive tried some and not been able to find one that works!
Re: SQLite " Item not found " exception
Programming
Software Development
14 Years Ago
by Ancient Dragon
SqLite doesn't throw exceptions, it just returns errors. You will have to change SqLite source code to make it throw exceptions like what you want. You have all the source code so you can change it any way you like.
Re: SQLite
Programming
Databases
15 Years Ago
by Ezzaral
Have you read through the documentation on [URL="http://www.sqlite.org/index.html"]the SQLite site[/URL] and the [URL="http://www.sqlite.org/cvstrac/wiki?p=SqliteWikiFaq"]SQLite Wiki FAQ[/URL]? What other questions do you have about it? The DB itself is just a set of files. How you interface with the database will depend on what…
Re: SQLite
Programming
Databases
16 Years Ago
by peter_budo
[QUOTE]I have a project for school involving Firefox and making an extension that is a visual database.[/QUOTE] This doesn't make sense at all. Can you provide more details on your requirements? What language you intend to use PHP/ASP/ASP.NET/JSP or any other? There are [URL="http://www.google.co.uk/search?source=ig&hl=en&rlz=&=&…
Re: SQLite
Programming
Databases
16 Years Ago
by peter_budo
I never did anything like that so I can only suggest general direction. These links looks promising and interesting [list] [*][URL="http://www.rietta.com/firefox/Tutorial/overview.html"]Firefox Extension Development Tutorial[/URL] [*][URL="http://www.borngeek.com/firefox/toolbar-tutorial/"]Firefox Toolbar Tutorial[/URL] [*]…
SQLite
Programming
Databases
16 Years Ago
by Steph102
I apologize beforehand if this topic is in the wrong place. Quite honestly I am desperate for help. I have a project for school involving Firefox and making an extension that is a visual database. My professor suggested I use SQL Lite to make the database. I am so beyond lost. I really need to get this going as it is due in 12 days. I am sure to …
Re: SQLite
Programming
Databases
16 Years Ago
by Steph102
Sorry about that. I will post the guidelines to the project. [QUOTE]This project requires the development of a Firefox extension that: 1 Create a toolbar button which when clicked will bookmark the present web address 2 Store the bookmarks with their creation date and time 3 Create a toolbar button which wen clicked will display bookmarks in…
SQLite
Programming
Databases
15 Years Ago
by baudday
I know this is for MySQL, but there really isn't a forum for 'other databases.' I was wondering if anyone could point me in the right direction for learning SQLite. I tried googling it, and I did find some helpful things, but nothing that shows me how to use it. From my understanding, they try to use standard SQL syntax, and I know SQL, so that's …
SQLite php connection
Programming
Web Development
14 Years Ago
by nelamurugan
… by you guys, Please help me out. I have got
sqlite3
db dump as dbname.db3, So then i tried to…
Sqlite, Glade and Python
Programming
Software Development
14 Years Ago
by viandante
…import gtk import gtk.glade except: sys.exit(1) connection =
sqlite3
.connect('rubrypyth.sqlite') cursor = connection.cursor() class guyRP: def …) def insert_sqlite(self,getNam,getSur,getPho,getCel,getEma,getAdd): connection =
sqlite3
.connect('rubrypyth.sqlite') cursor = connection.cursor() sql = "INSERT…
Re: Sqlite, Glade and Python
Programming
Software Development
14 Years Ago
by woooee
[QUOTE]I want to display in a treeview or listbox what I have in Sqlite[/QUOTE]I use [URL=http://code.activestate.com/recipes/52266-multilistbox-tkinter-widget/]MultiListbox[/URL] for that.
[SQLite] Display image from database error
Programming
Software Development
11 Years Ago
by renzlo
Hello, Everyone, I need your help with my code, I am trying to display the image from database to picturebox but I can't figure it out. Below is my code: Private Sub LoadImage(ByVal ind As Integer) Dim cn As New SQLiteConnection("Data Source=C:\db\QC_ASD_2013_08_09.qdb") Dim cmd As New SQLiteCommand(String.…
SQLite Java Wrapper
Programming
Software Development
14 Years Ago
by drnshaw
…sqlite_jni.dll SQLite/Constants.java: mkconst.exe $(
SQLITE3
)/libsqlite3.lib VERSION mkconst > SQLite/Constants.….c $(LIBS) mkconst.exe: native/mkconst.c $(
SQLITE3
)/libsqlite3.lib $(CC) $(CFLAGS_EXE) native/mkconst.c…Djava.library.path=. test3 clean: cd $(
SQLITE3
) nmake -f ..\$(
SQLITE3
).mak clean cd .. del SQLite\*.class del…
Sqlite database not open in nexus 7
Programming
Mobile Development
11 Years Ago
by Mallika_P
The following error occurs in nexus7 android 4.4 device 12-11 12:53:15.708: E/AndroidProtocolHandler(5245): Unable to open asset URL: file:///android_asset/www/cordova_plugins.json 12-11 12:53:15.798: D/CordovaNetworkManager(5245): Connection Type: wifi 12-11 12:53:15.798: D/DroidGap(5245): onMessage(networkconnection,wifi) 12-11 …
SQLite - Confusion over C / C++ interfacing??
Programming
Databases
12 Years Ago
by daino
… IDE (Code::Blocks). Below in bold it says, that the
sqlite3
.c header should be added to the applications project file…. I have basically taken the view that I include the
sqlite3
.h (the header file) in my projects and place that… easiest way to do that is to simply copy
sqlite3
.c and >
sqlite3
.h into your application’s source directory. **If…
Re: Sqlite database not open in nexus 7
Programming
Mobile Development
11 Years Ago
by Mallika_P
Thanks for the reply, I'm using phonegap cordova 2.7.0, latest version of android 4.4 and above may be struggle with this plugins. I changed the sqlite plugin to advanced version but it has minor issues like nested queries not working, canvas toDataUrl, twitter plugin. I'm trying to solving one by one. No idea how to do?
SQLite not working at all with php.
Programming
Web Development
14 Years Ago
by cwarn23
Hi all, I have ubuntu and just installed sqlite then edit the php.ini file accordingly but for some reason the class named ¨SQLiteDatabase()¨ reports as undefined. The error is as follows: [CODE]Fatal error: Uncaught exception 'SQLiteException' with message 'SQLiteDatabase::__construct() [<a href='sqlitedatabase.--construct'>sqlitedatabase…
SQLite in Visual C# 2008 Express Edition
Programming
Software Development
15 Years Ago
by zeeven
Hi there guys... Been working all week for the database connection of VC# with SQLite. I got an error everytime i try to open the database... No matter how i tried the [B]SQLiteConnection.Open()[/B] command still returns an error... I installed the required ADO.NET and the required SQLite Database... [I] here's a sample code[/I] [CODE] …
SQLite and android problem
Programming
Mobile Development
12 Years Ago
by progra_learner
Hi i'm new to android development.So i have comeup with a simple dictionary application.It should connects with sqlite database and show the meaning of an english word, when button clicks.The user enter the relevant word into a Edittext field and click the translate button.Then it should show the meaning on the same Edittext field.But in my code …
Sqlite syntax
Programming
Web Development
14 Years Ago
by cwarn23
Hi, Sorry if this is in the wrong forum but it appears daniweb doesn't have a category for sqlite or miscellaneous database systems. I have just started on a personal project which is an admin interface for sqlite (Like sqliteMyAdmin), similar to Phpmyadmin but for sqlite. Anyways the question is how do I add indexes to a table when creating a …
sqlite c api select statements
Programming
Software Development
14 Years Ago
by cwarn23
Hi, I have just started out with sqlite in c but I can't seem to return the results of the select statements. There are so many functions that I don't know what to use as none of them make any sense. So can anybody give me an example of how to select from a sqlite database using the sqlite c api. Thanks.
Re: sqlite c api select statements
Programming
Software Development
14 Years Ago
by tesuji
Hi >>> Also I though I would ask is it possible to replace the callback function with just the integer 0 as I have been doing or is there something special with the callback function? The [URL="http://www.sqlite.org/cvstrac/wiki?p=SimpleCode"]link[/URL] given by gerard4143 shows an example where callback function isn't further …
SQLite with C++ DLL that requires a string input / returning function
Programming
Software Development
14 Years Ago
by samuel_1991
Ever since the "disatrous" Adobe Encore (CS4 and 5 does not matter)'s way of storing the installation directory details in Sqlite database file and some uninstall string in the registry, I would like to create dll to get the install directory from Sqlite database as per recommended by the Inno Setup (I can only use that to create some …
SQLite Statement problems
Programming
Web Development
14 Years Ago
by ekSquall
Hi guys i can't seem to figure out whats wrong with my sql statement. its an insert statements using session variables to insert into a SQLite table. part of problem code as follows: [CODE]<?php $db = new PDO('sqlite:name.sqlite'); $submitNewSummary = $db ->query("INSERT INTO clinicalSummary(placementID,attMon1,attTue1,…
SQLite with Android
Programming
Mobile Development
13 Years Ago
by john_beginner
Hi all, I am beginner in android and, My question is i want to know where my SQLite database physically reside in my system when i create it as [code] SQLiteDatabase db = openOrCreateDatabase("MyDB1", Context.MODE_PRIVATE, null); db.execSQL("CREATE TABLE IF NOT EXISTS MyTable(LName TEXT,FName TEXT,No INTEGER …
SQLite problem
Programming
Mobile Development
13 Years Ago
by Archenemie
I am making a quick program to get basic database functions working before i create a larger app but my application keeps force closing when i try and read from the database. I am an amature at android programming and im just starting out. Does anyone know what is wrong? there doesnt seem to be an error in my code. 2.3.3. DBHelper Class […
Re: SQLite problem
Programming
Mobile Development
13 Years Ago
by Archenemie
I am making a quick program to get basic database functions working before i create a larger app but my application keeps force closing when i try and read from the database. I am an amature at android programming and im just starting out. Does anyone know what is wrong? there doesnt seem to be an error in my code. 2.3.3. DBHelper Class [ICODE] …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC