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

Re: Data Format

Quote Reply
Re: Data Format In reply to
Just as I said. Any format that MySQL can read is ok. There are several -- INSERT commands, Load from text, etc.

The format varies based on the above.

If you use the INSERT you need to list the field names, followed by the values

If you use the load from text, you list the field names in the first row (or not at all) and the fields are in the order they appear in the database.

This is _not_ a Links SQL feature, it's a MySQL feature. All links does is use the mysql features.

There are several threads on the INSERT and LOAD command, and importing data here. Check them out for more details, and the solutions people have had to the various problems.

Subject Author Views Date
Thread Data Format smcl 1882 May 12, 2000, 11:05 AM
Post Re: Data Format
pugdog 1812 May 12, 2000, 11:41 AM
Post Re: Data Format
smcl 1807 May 12, 2000, 11:47 AM
Post Re: Data Format
pugdog 1812 May 12, 2000, 12:29 PM