Last post Mar 22, 2009 06:32 PM by Ricardo_Rodrigues
Member
8 Points
38 Posts
Nov 11, 2008 07:16 PM|Ricardo_Rodrigues|LINK
This two items are stored in the DB "Views" folder, i have a bit of knowledge about relational database, tables, keys/foreignKeys, etc.
But i don't understand for what this two views are used for.
Thanks in advance for any help you might give me.
Nov 12, 2008 03:26 PM|Ricardo_Rodrigues|LINK
I think i solved my own problem,
The "ClassifiedsView_Ads" view seems to be used on the stored procedures:
So "PhotosView" must be used also on a storedProcedure wich i still didnt saw.
Mar 22, 2009 06:32 PM|Ricardo_Rodrigues|LINK
Later on, while i was reading about t-sql, i foud we can build "views", which are some kind of subsets of tables.
So i understand now why these wo views where used.
Member
8 Points
38 Posts
What are "ClassifiedsView_Ads" and "PhotosView" used for ??
Nov 11, 2008 07:16 PM|Ricardo_Rodrigues|LINK
This two items are stored in the DB "Views" folder, i have a bit of knowledge about relational database, tables, keys/foreignKeys, etc.
But i don't understand for what this two views are used for.
Thanks in advance for any help you might give me.
Those who understand binary and those who don't.
Member
8 Points
38 Posts
Re: What are "ClassifiedsView_Ads" and "PhotosView" used for ??
Nov 12, 2008 03:26 PM|Ricardo_Rodrigues|LINK
I think i solved my own problem,
The "ClassifiedsView_Ads" view seems to be used on the stored procedures:
(ClassifiedsView_Ads ; GetAllAdsByQuery; GetAdsByStatus , GetAdsByRandomOrder)So "PhotosView" must be used also on a storedProcedure wich i still didnt saw.
Those who understand binary and those who don't.
Member
8 Points
38 Posts
Re: What are "ClassifiedsView_Ads" and "PhotosView" used for ??
Mar 22, 2009 06:32 PM|Ricardo_Rodrigues|LINK
Later on, while i was reading about t-sql, i foud we can build "views", which are some kind of subsets of tables.
So i understand now why these wo views where used.
Those who understand binary and those who don't.