I have table which will only contain information about files, so, as the file path is unique and can identify any entry, i thought i should use it as primary key.
Although, i'm having a few problems like needing to specify a key length (error 1170). What should i do? Use an integer as primary key and every time i need to access information on file 'x', do a "where FilePath=x"?
Thanks for the time dispensed reading my question.