S
Sean
I'm working on upgrading a VB3 app that reads a text file line by line,
and executes inserts or updates to an Access database. Because of
speed issues, I recently moved from using OleDb objects and an Access
database to a SQL Server database, and using SQLCommands and
SQLParameters to insert and update data. The problem is, this is not
any faster than using OleDb with an Access database (which is what I
was using). I switched because all my research said it would be
faster, is there anything I need to do to see the benefits of using SQL
Server and SQLClient objects?
I'm not using stored procedures, and the database is SQL Server, not
MSDE.
and executes inserts or updates to an Access database. Because of
speed issues, I recently moved from using OleDb objects and an Access
database to a SQL Server database, and using SQLCommands and
SQLParameters to insert and update data. The problem is, this is not
any faster than using OleDb with an Access database (which is what I
was using). I switched because all my research said it would be
faster, is there anything I need to do to see the benefits of using SQL
Server and SQLClient objects?
I'm not using stored procedures, and the database is SQL Server, not
MSDE.