How can i find out the primary key of a table with tclodbc? I saw this feature was an option that was not implemented in the obsolete package odbctcl 0.2, but nothing was written about it in the referenc.htm that comes with the tclodbc 2.2/2.3 package. Will this option become available, or did i overlook something?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually it seems that there is already an undocumented feature, db primarykeys [tablename]. I do not remember using it, though, but I hope it works ;-)
I have to document the feature to the next version.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
How can i find out the primary key of a table with tclodbc? I saw this feature was an option that was not implemented in the obsolete package odbctcl 0.2, but nothing was written about it in the referenc.htm that comes with the tclodbc 2.2/2.3 package. Will this option become available, or did i overlook something?
Actually it seems that there is already an undocumented feature, db primarykeys [tablename]. I do not remember using it, though, but I hope it works ;-)
I have to document the feature to the next version.