SQLite Expert Professional 2.1.25

Reply to topic
DL-List and Torrent activity
Size:  15 MB   |    Registered:  7 years 10 months   |    Completed:  3 times
Seeders:  392  [  0 KB/s  ]   Leechers:  37  [  0 KB/s  ]   Show peers in full details
 
   
 
 
Author Message

Microsoft SQL Server ®

Gender: Male

Longevity: 10 years

Posts: 706

Post 09-Oct-2017 18:45

[Quote]

SQLite Expert Professional 2.1.25
Год выпуска: 2009
Версия: 2.1.25
Разработчик: Bogdan Ureche
Платформа: Windows 2000/XP/Vista/Seven
Совместимость с Vista: полная
Язык интерфейса: только английский
Таблэтка: Присутствует
Описание: SQLite — встраиваемый движок баз данных. В 2005 году проект был награждён наградой Google-O’Reilly Open Source Awards. Слово «встраиваемый» означает, что SQLite не использует парадигму клиент-сервер, то есть движок SQLite не является отдельно работающим процессом, с которым взаимодействует программа, а предоставляет библиотеку, с которой программа компонуется и движок становится составной частью программы. Таким образом, в качестве протокола обмена используются вызовы функций (API) библиотеки SQLite. Такой подход уменьшает накладные расходы, время отклика и упрощает программу. SQLite хранит всю базу данных (включая определения, таблицы, индексы и данные) в единственном стандартном файле на том компьютере, на котором исполняется программа. Простота реализации достигается за счёт того, что перед началом исполнения транзакции весь файл, хранящий базу данных, блокируется.
Несколько процессов или потоков могут одновременно без каких-либо проблем читать данные из одной базы. Запись в базу можно осуществить только в том случае, если никаких других запросов в данный момент не обслуживается, в противном случае попытка записи оканчивается неудачей, и в программу возвращается код ошибки (другим вариантом развития событий является автоматическое повторение попыток записи в течение заданного интервала времени).
Возможности:
  • Редактирование и просмотр таблиц
  • Легкое перестроение полей, индексов, триггеров, не теряя при этом данные, находящиеся в таблице
  • Построение SQL скриптов и генерация визуального просмотра с помощью встроенного инструмента Query Builder
  • Создание SQLite3 баз данных, просмотр и изменение параметров баз данных, проверка целостности данных
  • Легкая передача данных между базами данных SQLite
  • Импорт и экспорт данных из SQL скриптов или данных ADO источников
  • Отображение и редактирование данных в сетке, включая BLOB и графические поля с изображениями
  • Поддержка форматов BMP, JPG и PNG для отображения в графических полях
  • Запуск SQL запросов и отображение результатов в виде сетки или текста

Что нового?

October 2, 2009: Version 2.1.25. build 1894
* Fixed Cut and Paste issues when editing data in the grid.
October 1, 2009: Version 2.1.24. build 1893
* Fixed SHIFT-INSERT paste shortcut not working as expected when editing data in the grid.
September 30, 2009: Version 2.1.23. build 1892
* Fixed an issue in the behavior of the horizontal scrollbars in the grids.
September 29, 2009: Version 2.1.22. build 1891
* Added thumb tracking option for grid scrollbars.
September 28, 2009: Version 2.1.21. build 1890
* Fixed error in Query Builder preventing the default settings from being applied when creating a new join.
September 28, 2009: Version 2.1.20. build 1889
* Fixed AV that may occur when closing application if any registered database is not connected.
September 27, 2009: Version 2.1.19. build 1888
* Fixed popup menu shortcut interfering with pasting data in the grid.
September 27, 2009: Version 2.1.18. build 1887
* Fixed incorrect update of CHAR fields when encoding is set to "Default ANSi code page".
September 21, 2009: Version 2.1.17. build 1886
* Added options to set the selected cells to NULL or to a specific value.
* Upgraded some third party components to their latest versions.
September 20, 2009: Version 2.1.16. build 1885
* A few more internal fixes in the Query Builder.
September 20, 2009: Version 2.1.15. build 1884
* Fixed a repainting issue in the Query Builder.
September 19, 2009: Version 2.1.14. build 1883
* Fixed access violation that might occur at program shutdown when Query Builder is the active page.
September 18, 2009: Version 2.1.13. build 1882
* Minor usability improvements.
September 16, 2009: Version 2.1.12. build 1881
* Fixed "index out of range" error occurring when attempting to copy to clipboard more than 256 records at a time.
September 15, 2009: Version 2.1.11. build 1879
* Updated help file with the latest features.
* Minor user interface changes.
September 15, 2009: Version 2.1.10. build 1878
* Fixed bug that may cause loss of data when restructuring tables with no primary key. Upgrade from versions 2.1.8 and 2.1.9 is highly recommended.
September 15, 2009: Version 2.1.9. build 1877
* Added support for loaded extensions.
September 13, 2009: Version 2.1.8. build 1876
* Enabled editing triggers and constraints in Personal Edition.
* Enabled cell select mode. Added option to switch between cell select and row select modes.
* Modified query parameter prompt to accept string parameters not enclosed in quotes.
* Added 'Generate random data' function.
* Improved error handling.
* SQLite library 3.6.18 is now included.
* A few internal bug fixes.
September 10, 2009: Version 2.1.7. build 1875
* Fixed "Could not convert variant of type (Array Byte) into type (Integer)".
September 9, 2009: Version 2.1.6. build 1874
* Fixed incorrect update of DATE and TIME fields when the default ANSI code page is selected.
September 8, 2009: Version 2.1.5. build 1873
* Fixed error preventing the opening of attached databases at startup.
September 7, 2009: Version 2.1.4. build 1872
* Added experimental support for parameters in SQL statements.
* Added support for images imported from Access prefixed with an OLE header.
* Replaced main application icon.
September 4, 2009: Version 2.1.3. build 1871
* Attached databases were not restored after changing options. This has been fixed.
* ALT-F4 shortcut was not closing the application. This has been fixed.
September 3, 2009: Version 2.1.2. build 1870
* Enabled multiple selection for Empty Table function.
* Fixed conflict between main menu shortcuts and typing extended ASCII characters using ALT codes.

Скриншоты

[only-soft.org].t72019.torrent
Torrent: Registered [ 2017-10-09 18:45 ] · 3158A757026FA5F3DAE27ED7030F58E5AD9B3207

19 KB

Status: checked
Completed: 3 times
Size: 15 MB
Rate: 
(Vote: 0)
Have thanked: 0  Thanks
SQLite Expert Professional 2.1.25 download torrent for free and without registration
[Profile] [PM]
Forum Topic Author Size
Database management systems SQLite Expert Professional 3.5.78 x86-x64 [2015, ENG] 3.5.78 2498 x86 x64 [2015, ENG] Microsoft SQL Server 42 MB
Database management systems SQLite Expert Professional 5.3.4.445 x86 x64 [2019, ENG] Microsoft SQL Server 82 MB
Display posts:    
Reply to topic

Current time is: 20-Aug 22:48

All times are UTC + 2



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum