Viewing 6 posts - 1 through 6 (of 6 total)
Solved it - my bad (lack of understanding). In the MOVE I was using the physical 'filename' not the logical 'name'.
February 16, 2009 at 10:58 pm
I have tried without the database being created beforehand but the error is the same.
February 16, 2009 at 10:34 pm
I have solved the problem (from the MSDN Forums) and provide the answer here for information:
cmd.CommandText = "sp_helpdb [" & txtOldCatalog.Text &...
February 15, 2009 at 10:25 pm
This is the master data:
idfield1
2Risk Reporting
5Risk Scoring
6Compliance
7Risks
8In the next release ...
This the child data:
masterID field1
5 1
2 ...
December 30, 2008 at 3:12 pm
That code returns the correct results that I was looking for!
Regards
James
December 29, 2008 at 2:57 pm
Thanks Pradeep
That does work, but I need the WHERE as it is to show the Child records for a User (for example All Products and Products ordered).
Regards
James
December 27, 2008 at 11:35 pm
Viewing 6 posts - 1 through 6 (of 6 total)