[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] ADD table in UI Admin
I create the file producer.mysql in dir dbconf/mysql/
Database producer producer.txt __SQLDSN__
ifdef SQLUSER
Database producer USER __SQLUSER__
endif
ifdef SQLPASS
Database producer PASS __SQLPASS__
endif
Database producer KEY sku
Database producer COLUMN_DEF "sku=char(64) NOT NULL PRIMARY KEY"
Database producer COLUMN_DEF "name=VARCHAR(128) NOT NULL"
Database producer COLUMN_DEF "city=VARCHAR(128) NOT NULL"
I create the catalog in this mode su interch -c
"/usr/lib/interchange/bin/interchange -r"
But i dont view the table producer in my table admin page in the UI Admin .
Where I configure this ?
Saluti Stefano
> At 01:54 PM 07/16/2002 +0200, you wrote:
>
> >I add a new table in mysql and I want add the table in the UI Admin ...
how
> >?
> >
> >
> >Saluti Stefano
>
> If you want Interchange to 'see' that table, you will need to define it;
> the minimum requirement is these Database directives:
>
> Database tablename tablename.txt dbi:mysql:databasename
> Database tablename USER mysql_username
> Database tablename PASS mysql_password
>
> ...assuming access to your mySQL table requires a username and password,
> which is nearly always the case. One other thing: create a 1-byte file in
> products called tablename.sql, otherwise, when you reconfig your catalog
or
> restart Interchange, it will try to build your mySQL table from a file in
> products called tablename.txt. If you have tablename.sql I think you will
> not need tablename.txt at all.
>
>
> - Ed L.
>
>
> ===============================================================
> Increase profits from your Interchange store...
> http://www.newmediaems.com/cgi-bin/nm/software_fus.html
> ===============================================================
> New Media E.M.S. Software Solutions for Business
> 463 Main St., Suite D eCommerce | Consulting | Hosting
> Placerville, CA 95667 edl@newmediaems.com
> (530) 622-9421 http://www.newmediaems.com
> (866) 519-4680 Toll-Free (530) 622-9426 Fax
> ===============================================================
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>