N
Nemisis
Hi everyone,
Maybe a silly question but if i have DataService1 - 5 in my data access
layer, and DataService3 returns a dataset that contains many fields,
one of which is a foreign key. The foreign key belongs to a table that
i retrieve using DataService 4.
Is it ok, to call the DataService4 retrieve method, from within
DataService3, or should i write it as part of the SQL for
DataService3??
If this doesnt make sense, i am sorry.lol
Maybe a silly question but if i have DataService1 - 5 in my data access
layer, and DataService3 returns a dataset that contains many fields,
one of which is a foreign key. The foreign key belongs to a table that
i retrieve using DataService 4.
Is it ok, to call the DataService4 retrieve method, from within
DataService3, or should i write it as part of the SQL for
DataService3??
If this doesnt make sense, i am sorry.lol