G'day Chris, have attempted to import some marc data in acquisitions, using acqui.simple. I get an error "DBD::mysql::st execute failed: Table 'Koha.uploadedmarc' doesn't exist at /acqui.simple/marcimport.pl line 1045". Was wondering what the structure for this table might look like? Cheers, Adam Thick Strategic Data Pty Ltd Ph : +61 (3) 9348-2013 Fax: +61 (3) 9348-2015 Mob: 0419 304-590 Email: Adam.Thick@StrategicData.com.au Web: http://www.StrategicData.com.au/ Post: P.O. Box 4262 Melbourne University, VIC 3052 Australia
On Mon, Apr 15, 2002 at 02:16:08PM +1000, Adam Thick said:
G'day Chris, have attempted to import some marc data in acquisitions, using acqui.simple. I get an error "DBD::mysql::st execute failed: Table 'Koha.uploadedmarc' doesn't exist at /acqui.simple/marcimport.pl line 1045". Was wondering what the structure for this table might look like?
Heya Adam Im not entirely sure myself :) Ill go a hunting around and see if I can find out, Im sure Steve would know the answer. He has done the MARC work. Chris -- Chris Cormack Programmer 025 500 789 Katipo Communications Ltd chris@katipo.co.nz www.katipo.co.nz
On Mon, 15 Apr 2002, Adam Thick wrote:
have attempted to import some marc data in acquisitions, using acqui.simple. I get an error "DBD::mysql::st execute failed: Table 'Koha.uploadedmarc' doesn't exist at /acqui.simple/marcimport.pl line 1045". Was wondering what the structure for this table might look like?
Here it is. This script also contains my Z39.50 client, which I'm very fond of. I have my new laptop now, and I started doing a little bit of Koha work today. Hopefully I'll get back in the swing of it now. I also upgraded from 112Kb frame relay to wireless T1 (1.5Mbps) this morning at work, so I'm one happy camper. :) Steve Tonnesen -- -- Table structure for table 'uploadedmarc' -- CREATE TABLE uploadedmarc ( id int(11) NOT NULL auto_increment, marc longblob, hidden smallint(6) default NULL, name varchar(255) default NULL, PRIMARY KEY (id) ) TYPE=ISAM PACK_KEYS=1;
participants (3)
-
Adam Thick -
Chris Cormack -
Tonnesen Steve