sql 2005 connection string question
- From: "ilkaos" <12wre12wq2@xxxxxxxxxxx>
- Date: Thu, 19 Jul 2007 09:12:35 +0200
hi all,
I have a vfp8 application that works with sql2000.
now we have to use it with sql2005.
the actual connestion string is lik
Driver={SQL Server};
Server=myserver;
Database=mydb;
Uid=myuser;
PWD=mypwd;
I have read in the books that for sql2005 I have to use
Driver={SQL Native Client};
and install the component from the sql2005 cd in the client pc.
so i did and it works.
But a person that uses the same program told me that there was no need of
doing this and just keep
using the connection string
Driver={SQL Server};
I could not believed him but I tried and...it works.
so my questions are:
- do I need to change the connection string or is it the same using the old
one?
- is there a difference in using one or the other...i mean if using SQL
Server} on 2005 is
less performant or with less possibilities?
tia
.
- Follow-Ups:
- Re: sql 2005 connection string question
- From: Rick Byham, \(MSFT\)
- Re: sql 2005 connection string question
- Prev by Date: Re: Cannot connect to SQL 2000 remotely
- Next by Date: Re: Default protocols ..
- Previous by thread: Re: SQL 2005 connectivity error
- Next by thread: Re: sql 2005 connection string question
- Index(es):
Relevant Pages
|
Loading