database question

2003-11-23 Thread Vince McHugh
Hi All, I'd like to preface this question by saying I don't know much about databases. But I am trying to work with a customer who is trying to do the following... I am supplying them with scanning equipment that can produce a pdf file with meta data in the file name. It will look something

Rec on a digital voice recorder that talks to Linux via usb.

2003-11-23 Thread Steven W. Orr
I was thinking that a digital voice recorder would be useful especially if I can store my meeting via USB. Is there a supported list of USB voice recorders or do they all just work by mounting them as vfat filesystems on the next available scsi device? Anyone have experience? -- -Time flies

Re: database question

2003-11-23 Thread Bruce Dawson
Do you mean something like: #!/bin/sh FILENAME=`basename $1 .pdf` set -- `echo $FILENAME | sed -e 's/_/ /g'` p1=$1 p2=$2 p3=$3 p4=$4 p5=$5 # Following assumes the testtable table has already be created in # mysql's test database. echo insert into