I added a new table to my db for an external mod I am writing. The mod really has nothing to do with links, I just want to be able to use links easy to use modules and includes. If I try and call the table using the usual methods, I get an error:
GT::SQL (3646): File 'my_paths.../cgi-bin/admin/defs/Tricks.def' does not exist or the permissions are set incorrectly at trick.cgi line 38.
I added the table through mysqlman (or any other table editing software for whatever purposes). My point is, is there a way to add the table through links so that the def file is created automatically? I realize I could enter the information in a def file manually, or use regular mysql perl parsing tools, but I want to integrate it into links as much as possible with little difficulty...
Please help me help myself
(whatever that smile is?!?)
Thanks,
- Jonathan
Quote:
GT::SQL (3646): File 'my_paths.../cgi-bin/admin/defs/Tricks.def' does not exist or the permissions are set incorrectly at trick.cgi line 38.
I added the table through mysqlman (or any other table editing software for whatever purposes). My point is, is there a way to add the table through links so that the def file is created automatically? I realize I could enter the information in a def file manually, or use regular mysql perl parsing tools, but I want to integrate it into links as much as possible with little difficulty...
Please help me help myself

Thanks,
- Jonathan