| View previous topic :: View next topic |
| Author |
Message |
Paul Guest
|
Posted: Fri Jun 02, 2006 1:15 pm Post subject: ADO and SQL2005 |
|
|
Hi,
I have written a http gateway that is connected to a SQL server.
It has been running fine with SQL2000.
Now there are some clients that upgraded to SQL2005 and now the gateway
seems to get errors after a week.
The connection to the SQL server is broken for some reason.
I'm using D7 with ADO.
does someone know which version MDAC/ADODB are used in D7?
Has someone else had this problem ?
TIA
Paul |
|
| Back to top |
|
 |
Guillem Guest
|
Posted: Fri Jun 02, 2006 3:15 pm Post subject: Re: ADO and SQL2005 |
|
|
Paul wrote:
| Quote: | Hi,
I have written a http gateway that is connected to a SQL server.
It has been running fine with SQL2000.
Now there are some clients that upgraded to SQL2005 and now the
gateway seems to get errors after a week.
The connection to the SQL server is broken for some reason.
|
sounds like they maybe have old MDAC versions installed. I'm not sure
which version requires SQL 2005 but IMO MDAC 2.8 SP1 should do it
See
http://msdn.microsoft.com/data/ref/mdac/downloads/
| Quote: |
I'm using D7 with ADO.
does someone know which version MDAC/ADODB are used in D7?
|
MDAC is provided by Microsoft and independent from Delphi. In fact the
ADO components Delphi provides are simply wrappers around what ADO
offers. You can check ADODB.pas to see it.
--
Best regards :)
Guillem Vicens Meier
Dep. Informatica Green Service S.A.
www.clubgreenoasis.com
--
Contribute to the Indy Docs project: http://docs.indyproject.org
--
In order to contact me remove the -nospam |
|
| Back to top |
|
 |
Paul Guest
|
Posted: Fri Jun 02, 2006 4:15 pm Post subject: Re: ADO and SQL2005 |
|
|
I've asked a client who has this problem.
The MDAC isn't changed at all.
They only installed the new SQL Native Client 2005.
Paul,
"Guillem" <guillemvicens-nospam (AT) clubgreenoasis (DOT) com> schreef in bericht
news:xn0en044heoxgv000 (AT) newsgroups (DOT) borland.com...
|
|
| Back to top |
|
 |
Guillem Guest
|
Posted: Sat Jun 03, 2006 4:17 pm Post subject: Re: ADO and SQL2005 |
|
|
Paul wrote:
| Quote: |
I've asked a client who has this problem.
The MDAC isn't changed at all.
They only installed the new SQL Native Client 2005.
Paul,
|
that does not exclude the possibility they have an "old" MDAC
installation which can not handle correctly SQL 2005. Tell them to use
the Component Checker you can find in the URL i gave you to see the
MDAC version. If it is not the latest one they could try to install
the latest patch
--
Best regards :)
Guillem Vicens Meier
Dep. Informatica Green Service S.A.
www.clubgreenoasis.com
--
Contribute to the Indy Docs project: http://docs.indyproject.org
--
In order to contact me remove the -nospam |
|
| Back to top |
|
 |
|