Re: 32bit ( php + mysql server ) on 64bit Windows 2003 Server performance

2010-01-01 Thread Edward S.P. Leong
Jerry Schwartz wrote: From: Edward S.P. Leong [mailto:edward...@ita.org.mo] Sent: Tuesday, December 29, 2009 10:35 AM To: Jerry Schwartz Cc: mysql@lists.mysql.com Subject: Re: 32bit ( php + mysql server ) on 64bit Windows 2003 Server performance Jerry Schwartz wrote: Dear Jerry, Sorry,

Re: Inserting Multiple Values with Set

2010-01-01 Thread Victor Subervi
On Fri, Jan 1, 2010 at 4:34 PM, Don Read wrote: > On Fri, 1 Jan 2010 14:34:48 -0500 Victor Subervi said: > > > Hi; > > > > The following insert chokes when I try to insert multiple values from the > > sets: > > > > insert into products (SKU, Category, Name, Title, Description, Price, > > SortFac

Re: Inserting Multiple Values with Set

2010-01-01 Thread Don Read
On Fri, 1 Jan 2010 14:34:48 -0500 Victor Subervi said: > Hi; > The following insert chokes when I try to insert multiple values from the > sets: > > insert into products (SKU, Category, Name, Title, Description, Price, > SortFactor, Availability, OutOfStock, ShipFlatFee, ShipPercentPrice, > Shi

Re: Benetl, a free ETL tool for files using MySQL, is out in version 3.3

2010-01-01 Thread benoƮt carpentier
Dear all, Benetl, a free ETL tool for files using MySQL, is out in version 3.3. You can freely download it at: www.benetl.net This version brings two new improvements, you should update. You can learn more about ETL tools at: http://en.wikipedia.org/wiki/Extract,_transform,_load Thanks for

Inserting Multiple Values with Set

2010-01-01 Thread Victor Subervi
Hi; mysql> describe products; +--+---+--+-+-++ | Field| Type | Null | Key | Def

How Set Up This Table

2010-01-01 Thread Victor Subervi
Hi; I have a table with products for a store to sell. I need to autogenerate from code a table or series of tables into which I can enter (and from which I can retrieve) the ID numbers of products which I am going to associate together and their package price. Product associations will vary, in tha