Q: Which is the overall best method of caching?
Q: Where is the best place to put the connection string?
Q: Can I reuse a connection?
Q: In SQL Server, which data type is more suitable for a primary key, INT, BIGINT or a uniqueidentifier?
Q: How can I add a record to Access and return the ID of the new record in the same call?
Q: How can I add a record to Microsoft SQL Server and return the ID of the new record in the same call?