[sqlite] [ANN] New DBManager Professional Enterprise Edition 3.4.5

2007-07-05 Thread COS
DBTools Software is pleased to announce the new DBManager Professional Enterprise Edition version 3.4.5. This is only a bug fix without new features and recommended for users of previous versions. For a complete list of changes please check http://www.dbtools.com.br/EN/article.php?id=00094. The n

Re: [sqlite] Transferring the oracle databse to sqlite database

2007-03-28 Thread COS
structure from Oracle to SQlite (and vice-versa) very easily using just drag&drop or the Data Migration Wizard. Best Regards, COS - Original Message - From: "Amarjeet Kumar (RBIN/ECM4)" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 28, 2007 5:07 AM Subject: [sqlite] Tra

Re: [sqlite] Pragma table_info(), why no fields like UNIQUE, AUTOINCREMENT

2007-03-13 Thread COS
Hi, - Original Message - From: "Stef Mientki" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 13, 2007 3:47 PM Subject: Re: [sqlite] Pragma table_info(), why no fields like UNIQUE, AUTOINCREMENT > > > > > > You should also consider how your change might effect > > backwards compatibility.

Re: [sqlite] Is there a SQLiteSpy-like thing that will let me change data from a grid?

2007-02-07 Thread COS
more details see http://www.dbtools.com.br/EN/queryit. Best Regards, COS - Original Message - From: "Rob Richardson" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 06, 2007 4:49 PM Subject: [sqlite] Is there a SQLiteSpy-like thing that will let me change data from a g

[sqlite] New DBManager Released

2007-01-23 Thread COS
Hi, DBTools Software is proud to announce the availability of the new DBManager Professional Enterprise Edition 3.4.2 and DBManager Standard Edition 3.2.2. For a complete list of changes please check our website at http://www.dbtools.com.br/EN. The new versions are available in our downloads cent

[sqlite] New DBManager Standard Edition 3.2.1

2006-10-31 Thread COS
DBTools Software is pleased to announce the new DBManager Standard Edition. This is a bug fix with some new features and improvements. New Features and Improvements a.. Better support for SQlite Unicode databases b.. Now the Freeware Edition can load as many servers as available (1 Database En

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread COS
For example, you can't execute MSAcess forms on any other GUI. Because of that it doesn't matter if the form is saved in the SQLite DB or not, since most GUI's will not know what to do with it. Hope that helps, COS - To unsubscribe, send email to [EMAIL PROTECTED] -

[sqlite] [ANN] New DBManager Professional 3.4.0 Enterprise Edition

2006-10-09 Thread COS
DBTools Software is pleased to announce the new DBManager Professional 3.4.0 Enterprise Edition. This is a major update with plenty of bugs fixed and new improvements to the application. See the details: NEW FEATURES AND IMPROVEMENTS - Added Context Menu for Default Servers - Diagram Designer (ad

[sqlite] [ANN] New DBManager Standard Edition 3.2.0

2006-09-07 Thread COS
DBTools Software is pleased to announce the new DBManager Standard Edition version 3.2.0. This application replaces the old DBManager Freeware Edition (3.1.1) and it can be used for FREE in the following conditions: - Personal use only You can register the Standard Edition at any time you want an

[sqlite] New DBManager Professional 3.3.3 (Enterprise Edition)

2006-08-23 Thread COS
DBTools Software is pleased to announce the new DBManager Professional 3.3.3 Enterprise Edition. This version is a major bug fix with a few extra funcionality added to the application. For a complete lists of changes check http://www.dbtools.com.br/EN/article.php?id=00071. You can download the lat

Re: [sqlite] Charset-Confusions

2006-05-16 Thread COS
ions of data - Capabilities to show images from blob fields as well as import/export binary content - Edit/Save, Filter and Order field capabilities - Can be exported to HTML, XML, CSV and MSAccess PS: For Windows only. Check the page http://www.dbtools.com.br/EN/dbmanagerpro for a full list of

Re: [sqlite] SQLite :memory: performance difference between v2 and v3?

2006-05-04 Thread COS
r when Viruscan is active. Just some thoughts. Best Regards, COS

[sqlite] [ANN] DBManager Professional 3.3.0

2006-04-26 Thread COS
DBTools Software is pleased to announce the availability of the new DBManager Professional 3.3.0 Enterprise Edition. This release brings a lot of new features and lots of improvements and bug fixes. See the short list below: - New Visual Interface - New Procedure Builder with support for Functions

Re: [sqlite] Using sqlite3_open or sqlite3_open16?

2006-04-24 Thread COS
safely (I suppose) use the sqlite3_open16 to open the database. In my tests it worked perfectly, but I guess the best way to really test this is asking some of our users to do so. ;-) Thanks a lot for your time and help on this. You really helped me a lot. Best Regards, COS

Re: [sqlite] Using sqlite3_open or sqlite3_open16?

2006-04-24 Thread COS
Hi Jens, - Original Message - From: "Jens Miltner" <[EMAIL PROTECTED]> To: Sent: Monday, April 24, 2006 5:30 AM Subject: Re: [sqlite] Using sqlite3_open or sqlite3_open16? > > Am 22.04.2006 um 15:48 schrieb COS: > > Thanks for the info. I did have found

Re: [sqlite] Using sqlite3_open or sqlite3_open16?

2006-04-22 Thread COS
in advance if the filename is UTF8 or UTF16. I noticed that always using UTF16 to open the database can lead to an exception in filenames with UTF8. I have used the following workaround: First I try to open the db with sqlite3_open(). If it fails then I try to open it with sqlite3_open16(). One of them should work as expected (of course considering that everything else is ok). Is there another or easier way. Thanks. COS