Q: Is it me or is ADO.NET **BACKWARDS**? (20 replies)

Posted on .NET 247 See other posts from .NET 247
Published on 18 Feb 2010 12:01:21 Indexed on 2010/03/07 23:55 UTC
Read the original article Hit count: 123

Filed under:
To simplify the question, I create 2 tables in SQL. Table 1 has columns: ColumnA (PK), ColumnB and Type. Table 2 has columns: A (PK) and Description Now, I want to set things up so that Table 1.Type is of type Table 2.A. 1) I guess in SQL lingo, what I'm trying to say is that Table 1.Type is a FK to Table 2.A. Is that correct terminology? Is that backwards? It appears to me to be correct. 2) So I ...

© .NET 247 or respective owner