Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: Exporting Links

Quote Reply
Re: Exporting Links In reply to
You could use the SQL Monitor:

SELECT Links.*
INTO OUTFILE '/full/path/to/file'
FROM Links, Cateogry
WHERE Links.CategoryID = Category.ID AND
Category.Name LIKE 'MyCategory%'

Where MyCategory is the category you want to export.

Cheers,

Alex
Subject Author Views Date
Thread Exporting Links i01 10746 Apr 14, 2000, 6:36 AM
Post Re: Exporting Links
pugdog 10519 Apr 13, 2000, 9:56 PM
Post Re: Exporting Links
pugdog 10525 Apr 16, 2000, 9:22 PM
Post Re: Exporting Links
Alex 10518 Apr 17, 2000, 8:26 AM
Post Re: Exporting Links
Alex 10522 Apr 17, 2000, 9:57 PM
Thread Re: Exporting Links
i01 10536 Apr 18, 2000, 4:17 AM
Post Re: [i01] Exporting Links
Nomada 10480 Dec 8, 2002, 5:02 AM