11.1. I can't get SQL to work: Undefined subroutine &Vend::Table::DBI::create ...

This probably means one of the following:

No SQL database.

No DBI.

            perl -MCPAN -e 'install DBI'

No DBD.

            perl -MCPAN -e 'install DBD::XXXXX'
            Adabas
            DB2
            Informix
            Ingres
            ODBC
            Oracle
            Pg
            Solid
            Sybase
            Unify
            XBase
            mSQL
            mysql
            use DBI;
            use DBD::XXXXX;

I don't like the column types that Interchange defines!

I change the ASCII file, but the table is not updated. Why?

Why do I even need an ASCII file?

            Database products products.txt dbi:mysql:test_minivend
            Database pricing pricing.txt dbi:mysql:test_minivend

Interchange overwrites my predefined table!