For the listeners:
dbext.vim : Provides database access to many DBMS (Oracle, Sybase,
Microsoft, MySQL, DBI,..)
http://www.vim.org/scripts/script.php?script_id=356


> I'm using sqlite database and sometimes the column data width displayed
> has the size of the column's name. I wanted to cut for a larger size.  I
> searched all ways to do it, but closest was to set DBI_max_column_width,
> which was fruitless, because I don't use DBI interface.
>
>
Only the DBI and ODBC interface allow you to customize certain aspects.

The native interfaces use that databases option and tools to display the
results.

You are using SQLite, so whatever you can do from the command line using
the sqlite3 binary, dbext should be able to do.

So, play around (outside of Vim ) with the sqlite3 binary and see if you
can get the results of a SELECT statement the way you want.

If you manage to come up with something, I can show you how to integrate
that (via your .vimrc) into dbext.

David

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to