Re: [sqlite] Does the Connection string support UNC paths?

2014-09-07 Thread ajm
Mensaje original De: Chris developm...@thegifnet.com Para: sqlite-users@sqlite.org Fecha: Sat, 6 Sep 2014 23:46:19 -0500 Asunto: [sqlite] Does the Connection string support UNC paths? I am old database programmer that just came across SQLite and am working on a small

[sqlite] MS open source Portable Class Library for SQLite

2014-08-14 Thread ajm
May be that some know it already, but digging the Web to know about the client-side storage Web SQL Database, I've found this post of MS Open Technologies, that may be of interest to many of you who often ask about SQLite in Window Phone.

Re: [sqlite] Support SQLite in México

2013-04-30 Thread ajm
Hi Francisco: I can tell you that this list, is plenty of very clever people who sure can help you if in trouble -supposing you know how to ask-. Usually here a an incredible technical level and service intention for free. But as a last resource, you can get professional support from the

Re: [sqlite] Problem whit sqlite_prepare_v2() in 3.7.5 versionandlater

2013-01-12 Thread ajm
Igor: You're right. Thanks you and congratulations on your fine smell. As indicated in the OP, indeed I was using relative path with the original table. I wish I had thought before, especially, because I remember that some time ago, I had problems for the same reason, it seems, Visual Studio

Re: [sqlite] Problem whit sqlite_prepare_v2() in 3.7.5 version andlater

2013-01-11 Thread ajm
Problem (partially) solved: Using MS Windows 8; MS Visual Studio 2012 for desktop, and SQLite 3.7.15.1 I get consistently the following behavior for the application: Running in Debug-mode, fails as reported in the OP. Running in Release-mode (without debugging), fails as reported. Starting

[sqlite] Problem whit sqlite_prepare_v2() in 3.7.5 version and later

2013-01-09 Thread ajm
Hi list: I've an application who from a long time, worked in Windows 98; XP; Vista; W7, and now in W8. The things go fine until now, but with SQLite versions 3.7.15 and 3.7.15.1, sqlite3_prepare_v2() fails and return 1. Here is a brief of the situation: 1.- The application is running in a

Re: [sqlite] Problem whit sqlite_prepare_v2() in 3.7.5 version and later

2013-01-09 Thread ajm
Mensaje original De: Clemens Ladisch clem...@ladisch.de Para: sqlite-users@sqlite.org Fecha: Wed, 09 Jan 2013 14:25:31 +0100 Asunto: Re: [sqlite] Problem whit sqlite_prepare_v2() in 3.7.5 version andlater a...@zator.com wrote: int resp = sqlite3_prepare_v2 (dbPtr,

Re: [sqlite] Problem whit sqlite_prepare_v2() in 3.7.5 version and later

2013-01-09 Thread ajm
Mensaje original De: Pavel Ivanov paiva...@gmail.com Para: a...@zator.com, General Discussion of SQLite Database sqlite-users@sqlite.org Fecha: Wed, 09 Jan 2013 16:08:51 +0100 Asunto: Re: [sqlite] Problem whit sqlite_prepare_v2() in 3.75 version and later Did you type

Re: [sqlite] SQLite Encryption Extension Performance?

2012-06-28 Thread ajm
Hi: Assuming using SEE, do is there the ability to decide what I/O operations are to be performed encrypted or with the plain (as is) content? I'm planning an application with only selected data encripted (in each row of certain tables, there is a flag showing the encrypted/plain state).

Re: [sqlite] Query by License -Consulta por Licencia

2012-05-16 Thread ajm
Guillermo: Due to generous copyright conditions of its author DRH, you can use SQLite in any application you want and for any purpose. HTH -- -- Adolfo J. Millan Zator Systems. Mensaje original De: Guillermo Soland ggsol...@gmail.com Para: sqlite-users@sqlite.org Fecha: Wed,

Re: [sqlite] How point numbers are they stored in sqlite?

2012-04-17 Thread ajm
From: Paxdo Presse pa...@mac.com To: General Discussion of SQLite Database sqlite-users@sqlite.org Date: Tue, 17 Apr 2012 11:12:45 +0200 Subject: [sqlite] How point numbers are they stored in sqlite? Hi, How point numbers are they stored in sqlite? In a field with REAL affinity:

Re: [sqlite] how to export to html file with table

2012-03-27 Thread ajm
Hi: Perhaps some of you would be interested AscToTab, a free utility that is over there from a long time. http://www.jafsoft.com/asctotab/ HTH. Adolfo J. Milllán. Z.S. Mensaje original De: Simon Slavin slav...@bigfraud.org Para: General Discussion of SQLite Database

Re: [sqlite] How about a proper forum rather than an e-mail list

2011-10-18 Thread ajm
Definitely I would like to have the SQLite mail list in a fashion as StackOverlow. Original Message From: epank...@comcast.net Sent: Tue, 18 Oct 2011 16:23:11 +0200 I'll say one thing - a forum would have saved me the wasted time of having to download and then delete all of

Re: [sqlite] Looking for a w_char alternative to the sqlite3_mprintf famili of functions

2009-07-31 Thread ajm
Roger: Thanks for your input. Really already I was using the suggested functions, but for some reason, the sections with strings where user inputs can be adds single quotes, have maintained that legacy code. Any way thanks again,althought I need verify that the bind method does not have

[sqlite] How to get the actual user-name and password?

2009-07-26 Thread ajm
I can't find the way to accesso to the list and get the forgotten password. Thanks. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] How to get the actual user-name and password?

2009-07-26 Thread ajm
Simon: Thanks for your's input. Really it is there, in the last line. I has been blind. A.J. Millan On 26 Jul 2009, at 12:47pm, a...@zator.com wrote: I can't find the way to accesso to the list and get the forgotten password. Click on the link at the bottom of every post. Simon.

Re: [sqlite] What is quicker?

2008-06-06 Thread ajm
In relation with the floating point number and its IEEE internal representation, may be of interest: http://babbage.cs.qc.edu/IEEE-754/ HTH Adolfo ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] design question / discussion

2008-05-18 Thread ajm
Hi I have a general design question. I have the following senario... IMHO your design sound reasonable. In relation with the vacuum question I suggest try to delete and re-create each table and watch both timings. HTH Adolfo ___ sqlite-users mailing

Re: [sqlite] SQLite version 3.5.9

2008-05-15 Thread ajm
On Wed, May 14, 2008 at 3:40 PM, Jay A. Kreibich [EMAIL PROTECTED] wrote: WORKAROUNDS: Or, brute force: Copy the file locally, do your stuff, copy it back. Looks like the brute force solution is the only answer here. (Translated automatically from the Spanish original) ... There is a

Re: [sqlite] a suggestion to write tutorial for sqlite

2008-04-19 Thread ajm
Why not include a section User Contributed Notes (in the style of the php doc) besides each page of the SQLite man pages? specially those devoted to: 1. List Of Objects 2. List Of Constants 3. List Of Functions HTH Adolfo. -Original Message- From: D. Richard Hipp [mailto:[EMAIL

Re: [sqlite] SQL Quick Review/Reference

2008-04-14 Thread ajm
Mike: As a purchaser of your Book, I think that perhaps you can have a copy of the book in plain text form. Then, with a little effort can be made a index of words, and (also) perhaps it would be easier that Apress let you publish it. In respect to the index creation I would help in that.

Re: [sqlite] reading MS Access 97 files

2008-04-11 Thread ajm
Perhaps this URL can help you http://www.allbusiness.com/technology/software-services-applications-programming/5893603-1.html Good luck, and greetings Adolfo. -Original Message- From: John Grant [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 05:59 PM To: 'General Discussion

Re: [sqlite] ticket 3007

2008-04-05 Thread ajm
In general I believe that is a good idea give to the developer the maximun control of what happen under the hood. Greetings Adolfo -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Friday, April 4, 2008 08:15 PM To: sqlite-users@sqlite.org Subject: [sqlite] ticket 3007 Any

[sqlite] Looking for a cryptographic library

2007-08-20 Thread ajm
Hi all: I'm writing an application that uses SQLite to store user's data, and need a library to crypt some stuff, including passwords and data. The goal is to crypt before insert and decript after extract tha data, so this last can't be seen by others who gain access to the SQLite dataBase.