Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
et #1
table relationships
How do I programmtically get the relationships of a table??
I can get the list of columns:
dtFields = conn.GetOleDbSchemaTable(OleDbSchemaGuid., New Object() {Nothing,
Nothing, strTableName, Nothing"})
, but when I change it to Foreign_Keys, no data is returned.
dtFields = conn.GetOleDbSchemaTable(OleDbSchemaGuid.Foreign_K eys, New
Object() {Nothing, Nothing, strTableName, Nothing})
et Guest
-
access relationships and coldfusion
Hi guys, right a little help please.....I'm now a lot further on than last time I posted on here, your help the first time around was very good :) ... -
MS SQL Relationships
i cant seem to find a visual tool ( like access ) in ms sql enterprise manger that allows me to setup relationships im sure its somewhere obvious... -
Relationships in FMP5.5
I recently upgraded us from FMP4.1 running peer to peer over TCP/IP using clients on win98, win2000, winxp pro. Used to work fine. Then I upgraded... -
Breaking Relationships
Does anyone know of a way to "lock" relationships? If a db is related to second db on the network, and the network is down or unavailable, the... -
Creating relationships
Hello, thank you for taking the time to read this, I appreciate it very much. Im creating a database the allows an individual/student to... -
Jason #2
Re: table relationships
ET,
What database are you using? If it's SQL, try accessing the system
tables for getting at this information.
[url]http://www.microsoft.com/sql/techinfo/productdoc/2000/systables.asp[/url]
Jason
et wrote:{Nothing,> How do I programmtically get the relationships of a table??
>
> I can get the list of columns:
> dtFields = conn.GetOleDbSchemaTable(OleDbSchemaGuid., New Object()> Nothing, strTableName, Nothing"})
>
> , but when I change it to Foreign_Keys, no data is returned.
>
> dtFields = conn.GetOleDbSchemaTable(OleDbSchemaGuid.Foreign_K eys, New
> Object() {Nothing, Nothing, strTableName, Nothing})Jason Guest



Reply With Quote

