sqliteexplorer.com
Hebergement, enregistrement de nom de domaine et services internet par 1&1 Internet
CE NOM DE DOMAINE VIENT D'ÊTRE ENREGISTRÉ POUR L'UN DE NOS CLIENTS ! Avez-vous besoin, vous aussi, d'une VRAIE solution d'hébergement VRAIMENT accessible? Vous propose les solutions les moins chères du Net pour réaliser votre site web en toute simplicité, que vous soyez débutant ou expérimenté. Des solutions d'hébergement complètes. Une large gamme de logiciels offerts. Un espace de configuration intuitif. Une assistance technique efficace. Aucun engagement de durée. Garantie satisfait ou remboursé.
sqliteforexcel.codeplex.com
SQLite for Excel - Home
Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). SQLite http:/ www.sqlite.org. Is a small, easy-to-use, open-source SQL database engine. This project, SQLite for Excel. The current release has the following parts:. Sqlite3.bas VBA module. Sqlite3Demo.bas VBA module. Has tests that serve as nice examples of how to use the SQLite3xxxx functions. Contains the two VBA modules.
sqliteinspector.com
Sqlite Inspector
Create, view and edit SQLite databases on your Mac. What is SQLite Inspector? SQLite Inspector is an advanced SQLite GUI database management tool for Mac OS X. It's designed to be fast, easy-to-use yet powerful. A must have for all iOS, Mac or HTML5 developers. Open any SQLite database file or create a new one. Create tables or views with control over every aspect. Export contents as SQL insert scripts. Query the database with the help of a powerful syntax highlighter. Add or remove columns and indexes.
sqliteman.yarpen.cz
Sqliteman - sqlite developer/admin tool
Sqliteman - sqlite developer/admin tool. This is the current official website of Sqliteman project. The original domain sqliteman.com has expired. I don't have any need to prolong it. The old website content will be migrated one day - nothing is lost. Feel free to fork/fix/merge! You can use Sqliteman free without any payments. But there can be some features you are missing. You can donate some funds to speed-up its development.
sqlitemanager.codeplex.com
SQLite Studio Management - Home
Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). SQLite Manager is a simple SQLite database management tool. The tool will allow you to create, edit and delete SQLite databases. Manage Multiple SQLite Databases. Unlimited SQL Query Windows. Create, Delete, Rename Tables. Ad Hoc SQL Queries. Last edited Mar 9, 2009 at 3:56 AM. Opera does not support ClickOnce X.
sqlitemanager.org
SQLiteManager - Web-based SQLite administration
SQLiteManager : Web-based SQLite administration. Management of several databases (Creation, access or upload). Management of the attached databases. Create, edit and delete tables and indexes. IInsert, edit, delete records in these tables. Management of the View, possibilities of creating a view from a SELECT. Management of the users defined functions, these functions are in continuation usable in the requests manual, as in the form of insertion/modification of data. Export of the structure and the data.
sqlitemgr.com
Sqlite Manager - Native Sqlite Editor on Your Phone (Android and iPhone)
The native SQLite Editor for your mobile phone. View and edit SQLite database on your Android/iOS(iPhone and iPad) device, features: (About Android Root, there's no root access build-in for now, you can copy the Database to SDCard, then edit using this App, then copy back the database to original place.). Build-in File Manager to find SQLite database. Run SQL (SELECT,DELTE,UPDATE,INSERT,CREATE). Edit/INSERT/DELTE table row, clone row. Share SQL and data with email. Available in Free and AD support version.
sqlitemobile.com
sqlitemobile.com is registered with pairNIC.com
Sqlitemobile.com is registered with pairNIC. Smart people choose pairNIC. Here's why . With every domain name you register with pairNIC you get:. Free pairNIC Dynamic DNS. Free Web Site Address Forwarding. Free Domain Name Lock and Transfer Lock Security. Secure Online Account Management. And Free 24/7/365 Toll-Free, Top-Notch, Unlimited Customer Support. Register or Transfer today! We have really low rates and no hidden fees! Register your Domain Name. Bull; We Support Open Source. Bull; About pairNIC.
sqlitening.com
SQLitening Support Forum - Index
Did you miss your activation email. August 13, 2015, 11:03:37 PM. Welcome to the SQLitening support forums! You can talk about anything here. In Flush Dns cache if serve. On July 18, 2015, 03:11:42 AM. On August 06, 2015, 04:08:52 AM. Download SQLitening (latest version - with full source code). SQLitening is a client/server implementation of the very popular SQLite database. Available as a standard Win32 DLL. Operates in local or client/server mode and is extremely fast and robust. Trust me. Re: As a ne...
sqliteorm.codeplex.com
Sqlite ORM - Home
Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). Sqlite ORM is a simple C# Class to Table mapper for Sqlite databases. Tables are created on demand, and designed for Sharding. Code has 100% unit test coverage. If you understand this piece of code, you probably get just how easy this SqliteORM is. This example defines an entity SimpleTable. Updates the record to Cheese.
sqlitepp.wordpress.com
SQLite++ | SQLite data access the way it should be…
SQLite data access the way it should be…. SQLite is a library that function as a wrapper for the SQLite3 database API. It is designed in a manner that the access to all data occurs transparently. It comes with a number of classes, each one responsible to operate a data object abstraction. There is a Connection, Query, Table, Record, Recordset and Field object abstractions classes. By Gustavo Ribeiro Croscato. Show me the code! Using namespace std;. Using namespace sqlitepp;. By Gustavo Ribeiro Croscato.