Re: Re: Create Tables Dynamically

2002-09-25 Thread Victoria Reznichenko
need to WM> use it anymore?? DROP TABLE helps you :-) http://www.mysql.com/doc/en/DROP_TABLE.html WM> - Original Message - WM> From: "Victoria Reznichenko" <[EMAIL PROTECTED]> WM> To: <[EMAIL PROTECTED]> WM> Sent: Tuesday, September 24,

Re: Create Tables Dynamically

2002-09-24 Thread nellA hciR
since your are already using Perl, check out DBI at www.cpan.org - hcir On Monday, Sep 23, 2002, at 17:52 America/Anchorage, William Martell wrote: > Hello All, > > I am building a web robot in perl that will find equipment from various > manufacturers and will get information about that equip

re: Create Tables Dynamically

2002-09-24 Thread Victoria Reznichenko
William, Tuesday, September 24, 2002, 4:52:54 AM, you wrote: WM> I am building a web robot in perl that will find equipment from various WM> manufacturers and will get information about that equipments specifications. WM> Can you build tables in MySQL 4.0 dynamically with some type of script. W