Ask a Question related to ASP Database, Design and Development.
-
Troy Stark #1
Find out if a key is foreign or not?
I'm trying to find out if a key in the database is a foreign key and what it
is linked to.
This way I could automate lookups instead of coding them all.
For example:
If its a foreign key, then
get foreign key table name, key name, value
look up result
display result (a name instead of an id?)
Thanks
Troy Stark Guest
-
Foreign keys tut
Hi group, Is there anyone out there that knows a good innoDB/foreign keys tutorial. I read upon it on the mysql site, but i find that... -
Foreign key
Hi First, i assume i RTFM but am new to MySQL world so i got some problems. I got 2 tables TABLE1 T1Col1 Varchar(30) PRIMARY KEY TABLE2... -
Foreign Languages
Hello: I am building a Slideshow using an xml file and the titles of each slide are in text nodes of the file. I want these string of text in... -
trailing slash issue in Find.find
require "find" Find.find("/usr/bin/") { |file| puts file } /usr/bin//rmdir /usr/bin//rm /usr/bin//mv /usr/bin//mknod /usr/bin//mkfifo... -
foreign key is blank
I have two forms in a one-to-many relationship. I've also created a data entry form for the two of them using a main form and a subform. The... -
Bob Barrows #2
Re: Find out if a key is foreign or not?
What database and version?
"Troy Stark" <troystarkNO@SPAMhotmail.comPLEASE> wrote in message
news:gXg5b.3870$Ej.614543@ursa-nb00s0.nbnet.nb.ca...it> I'm trying to find out if a key in the database is a foreign key and what> is linked to.
> This way I could automate lookups instead of coding them all.
>
> For example:
> If its a foreign key, then
> get foreign key table name, key name, value
> look up result
> display result (a name instead of an id?)
>
> Thanks
>
>
Bob Barrows Guest



Reply With Quote

