P
Pablo
My application uses a class to access to the dataBase, there are several
ones who are bussines objects (and uses the first one to work with the
database) and, finally, I have the interface objects.
Actually, I don't have any sql embebbed in the code so I'm working with
stores procedures in SQL Server.
Can I say that this is a n-tier (4 in this case) application?
Thank you very much.
ones who are bussines objects (and uses the first one to work with the
database) and, finally, I have the interface objects.
Actually, I don't have any sql embebbed in the code so I'm working with
stores procedures in SQL Server.
Can I say that this is a n-tier (4 in this case) application?
Thank you very much.