Blog de Javier Castañón – JavCastaPosts RSS Comments RSS

Archive for the 'SQL' Category

Ref: Empezando con Derby en modo embebido – 1 Empezando con Derby en modo embebido -2 * Crear base de datos Derby encriptada con script SQL desde utilidad java de scriptting SQL ij Entorno: Windows XP SP3 Procedimiento: Abrir una shell o consola cmd (shell de DOS): Inicio > ejecutar > cmd Ajustar variables de [...]

Share

Empezando con Derby en modo embebido – 1 Getting Started with Derby embedded mode – 1 Vía: http://db.apache.org/derby/docs/10.7/getstart/ Pocas veces se ve documentación tan completa, instructiva y de linea altamente pedagogica, como la que he visto en este: “Getting started” o “introducción” o “empezando con”, en este caso Derby. L@s chic@s de Apache DB project, [...]

Share

Post de apunte rápido: Encriptar bbdd SQLite con C# .Net Vía: http://sqlite.phxsoftware.com/forums/p/130/452.aspx To encrypt an existing unencrypted database, or to change the password of an encrypted database, open the database and then use the ChangePassword() function of SQLiteConnection: // Opens an unencrypted databaseSQLiteConnection cnn = new SQLiteConnection(“Data Source=c:\\test.db3″);cnn.Open();// Encrypts the database. The connection remains valid [...]

Share

Vía: http://undercrank.com/posts/2005/02/importing-csv-files-to-sqlite/ Voy a importar un fichero csv a una tabla de una base de datos de SQLite, en un entorno bajo Windows (XP pro SP3) Me bajo la shell: sqlite-shell-win32-x86-3070500.zip(276.07 KiB) A command-line shell for accessing and modifying SQLite databases. This program is compatible with all versions of SQLite through 3.7.5 and beyond. Tengo [...]

Share

Referencia: http://www.mikeduncan.com/sqlite-on-dotnet-in-3-mins/ NetBeans – Java y SQLite Enlazando con el anterior post NetBeans – Java y SQLite Voy ha hacer lo mismo pero en lugar de Java, usaré VB.Net, y en lugar del IDE NetBeans, usaré SharpDevelop 4.0. Descargo el driver de SQLite para .Net 2.0/3.5 en ADO.NET 2.0 Provider for SQLite Y una vez [...]

Share

Referencias: http://www.zentus.com/sqlitejdbc/ http://www.sqlite.com/ http://forums.netbeans.org/topic9057.html SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. http://www.sqlite.com/ SQLite es una libreria de Software que implementa un motor de base de [...]

Share

Next »