i have a project in c# code with 3 leyer; and all of database code are in data leyer, which method is better?
1- send sql string statementto data base for select or update?
2 - using stored procedure?
in databases with larg scale wich is better?
pleas help me?!