P
Paul Ilacqua
I'm using VB 2005....
I programmatically create a Dataset(), fill it (Via a data adapter)
with 3 tables from a SQL Server 2008 database that already has the
relationships' and Foreign keys defined. Do I need to recreate them in the
dataset?
I'd like to maintain my relationships in the SQL Server, so I do not
have a point of failure maintaining relations in my dataset.
Thanks
Paul
I programmatically create a Dataset(), fill it (Via a data adapter)
with 3 tables from a SQL Server 2008 database that already has the
relationships' and Foreign keys defined. Do I need to recreate them in the
dataset?
I'd like to maintain my relationships in the SQL Server, so I do not
have a point of failure maintaining relations in my dataset.
Thanks
Paul