vishnuvathsan / sqljet

Automatically exported from code.google.com/p/sqljet
0 stars 0 forks source link

I want to scroll left-right, but cannot #121

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get bibsql http://ftp.math.utah.edu/pub//bibsql/
1(i)  >gawk-3.1.6.exe -f bibtosql.awk -v CREATEDB=1 <hs.bib > bibtex.db
1(ii) >sqlite3
1(iii)sqlite>  .read bibtex.db
1(iv) sqlite>  .backup A_SQLITE_Dbase.db
2. sqljet reads A_SQLITE_Dbase.db

What is the expected output? What do you see instead?
Expect to be able to scroll left right across all 50 fields
What I see instead is - imobile screen, columns/fields reduced to "..."
and impossible to enlarge them

What version of the product are you using? v1.0.1b789

On what operating system?WinXP Professional

Please provide any additional information below.
I think I prefer "SQLite Database Browser.exe" Whats the advantage of sqljet?

Original issue reported on code.google.com by r...@skynet.be on 27 Nov 2009 at 8:42

GoogleCodeExporter commented 8 years ago
Thanks you, we will improve SQLJetDbBrowser for scrolling of large fields 
values. It
good point, I've agreed completely.

About of the advantages (and disadvantages) of SQLJet - we are providing *pure 
Java*
solution for SQLite-compatible databases access. It is our *main* advantage. If 
you
constrained (or prefer) with pure JVM environment and will avoid any 
dependencies
from native libraries, which requires building for all (even unknown for you)
platforms, then you could choose SQLJet for your goals.

We just have made our second public release and there are many further 
improvements
which we must to do. Please, let us know what you wish see in SQLJet.

Thank you once again.

Original comment by sergey.s...@gmail.com on 28 Nov 2009 at 5:24