Originally Posted by stickan
Had a discussion with a person today.
He claimed that a real client-server solution can't include an ACCESS database even if it just hold the data and the manipulation and visualization is made by a vb program.
Also that this solution caused mutch more network traffic than a SQL-server solution even if all the connection with the db where through the ADO recordset and ordinary SQL-question (SELECT, UPDATE, INSERT, DELETE..).
Without going into a too complex discussion of technical differences and how superior SQL-Server is in many cases, what did he mean and is he right?
Can't a real client-server solution include an ACCESS db and does it cause mutch more network traffic?
(Of course the db is on one computer and the other ones connect to this one, otherwise there would not be any traffic at all, and also without taking in consideration the things you can do in SQL-Server like stored procedures, triggers and so on, just plain SQL questions...)