Ask a Question related to ASP Database, Design and Development.
-
Bernhard #1
Reading Foreign Keys From an Access Table with ADO
I try to analyse and synchronize two databases with an asp script.
my problem is: i have to get all columns from a table, which are
foreign keys from other tables. Also i have to know, which tables and
which colums from them are references to this table and this foreign
key.
i have looked at the OpenSchema - Method but i didn't find the right
informations for me.
please help me!
ADO2.7
ASP3.0
Access XP
Bernhard 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... -
Compound and foreign keys
Today I had an exam test for a course about data storage and processing, with 20 true/false statements. One of the statements was (translated... -
foreign keys
On Sun, 05 Jan 2003 16:40:56 -0500, "Matty" <mattycruft@daemons.net> wrote: This can't be a serious question. What else did you expect? The *... -
DMO + Foreign Keys
This should get you started... Dim oServer As New SQLDMO.SQLServer Dim oDatabase As SQLDMO.Database Dim oTable As SQLDMO.Table Dim i As Integer... -
SQL DMO + Foreign Keys
I have table1 that has a Foriegn Key to table2, using the sql dmo i am able to get the script from Table1 to create the Foreign key with Table2 no...



Reply With Quote

