M
Mike TI
Oct 31, 2007
Hi all
Sorry for repeating my previous posting. I am new to VB Net.
Q1. Which provider should be preferred when defining a connection, Data
provider for SQL server or Data provider for OLEDB. I intend to use SQL
Express 2005.
Q2. I have a database on my local PC (SQL Server Express) and the same
database on a remote PC. I built a simple form with a grid. Now I want to
define the connection string in such a way that I am able to use any one of
the above two by changing the connection string definition on one place.
How do I go about this.
Thank you in advance.
Mike TI
Hi all
Sorry for repeating my previous posting. I am new to VB Net.
Q1. Which provider should be preferred when defining a connection, Data
provider for SQL server or Data provider for OLEDB. I intend to use SQL
Express 2005.
Q2. I have a database on my local PC (SQL Server Express) and the same
database on a remote PC. I built a simple form with a grid. Now I want to
define the connection string in such a way that I am able to use any one of
the above two by changing the connection string definition on one place.
How do I go about this.
Thank you in advance.
Mike TI