Hello Friend,
I have developed a stored procedure on 32 bit system (Sql server 2005) , which is working fine. But when I have executed same on 64 bit system (Sql Server 2005) then I have found the error as below
There was an error! Cannot create an instance of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)".
I am using this stored procedure for creating CSV file from the SQL select query using Microsoft.Jet.OLEDB.4.0.
Please suggest me ASAP.