14 Sep
2010
14 Sep
'10
2:39 p.m.
SELECT * FROM koha229.borrowers;
The structure of the borrowers table has changed in 3.2, so a plain "SELECT *" won't give you something you can work with directly. 3.2 does let you import patrons via a CSV file, so if you can dump your koha229.borrowers table as a CSV you can use that. You'll have to massage the CSV to get it to match the columns in 3.2. Here's the relevant section of the manual: http://koha-community.org/documentation/3-2-manual/?ch=x5218 -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org