"Grierson, Garry (UK07)" wrote:
> 
> I've written a Perl CGI front end for an existing Access DB system and have
> been looking at the possibility of changing this to MySql the Perl changes
> seem to be minimal but I'm having trouble trying to export the Access tables
> to MySql.
> 
> I know this isn't exactly a 'Perl' problem but I was wondering if anyone
> ever had similar problems.

try dumping it to a delimited ascii file then import that into mysql
using

load data infile 'filename.txt'...

?

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to