Is there a bug in MDAC 2.6 SP1 and MDAC 2.7

Is there a bug in MDAC 2.6 SP1 and MDAC 2.7

Post by ATS » Wed, 05 Dec 2001 21:46:09



Hi All,

Can any body help me if there is a bug in ODBC drivers for
SQL Server 2000 in MDAC 2.6 SP1 and MDAC 2.7.

the following code was working good in MDAC 2.6 and now in
MDAC 2.6 SP1 and MDAC 2.7 (after installing Windows XP or
SP2 of Windows 2000) i recieved and Error message, the
code is:

EXECUTE ? = [dbo].[sp_helpuser] ?

(every call to a stored procedure with a parameter marker)

The error message is:

Line 1: Incorrect syntax near '?'

Does anyone have any ideas concerning possible cause(s)
and/or solutions.

Thank you.

 
 
 

Is there a bug in MDAC 2.6 SP1 and MDAC 2.7

Post by Lanc » Sun, 23 Dec 2001 09:32:12


You may need to install Jet 4.0 SP 3 drivers. They do not
come with MDAC 2.6, as they have in the past.

http://www.microsoft.com/data/download.htm#Jet4SP3info

Quote:>-----Original Message-----
>Hi All,

>Can any body help me if there is a bug in ODBC drivers
for
>SQL Server 2000 in MDAC 2.6 SP1 and MDAC 2.7.

>the following code was working good in MDAC 2.6 and now
in
>MDAC 2.6 SP1 and MDAC 2.7 (after installing Windows XP or
>SP2 of Windows 2000) i recieved and Error message, the
>code is:

>EXECUTE ? = [dbo].[sp_helpuser] ?

>(every call to a stored procedure with a parameter marker)

>The error message is:

>Line 1: Incorrect syntax near '?'

>Does anyone have any ideas concerning possible cause(s)
>and/or solutions.

>Thank you.

>.