Viewing 4 posts - 1 through 4 (of 4 total)
Hi, yes, I'm using the 2010 version... but still the error is showing up
March 4, 2011 at 1:15 pm
The error I'm getting is the good old:
OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)" returned message "Unspecified error".
Msg 7303, Level 16, State 1, Line 1
Cannot initialize the data source...
March 4, 2011 at 1:13 pm
Hey,
The issue was solved!.... It was the simplest, most ridiculous solution but when you're stuck you don't see it....
It was just to install the files for eastern languages on Windows......
March 18, 2010 at 10:06 am
Hi,
Thanks for taking the time to examine this.
The table was created this way:
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[tbl_OpABC](
[Opportunity Id] [nvarchar](255) NULL,
[Name] [nvarchar](255) NULL,
[Managed By] [nvarchar](255) NULL,
[Type Code] [nvarchar](255)...
March 18, 2010 at 8:49 am
Viewing 4 posts - 1 through 4 (of 4 total)