Spire.DataExport for .NET is a 100% pure data .NET library suit for exporting data into MS Word, Excel, RTF, Access, PDF, XPS, HTML, XML, Text, CSV, DBF, SYLK, SQL Script, DIF, Clipboard, etc.

Fri Sep 19, 2008 6:11 pm

I'm getting this error when I try to export a Access file:
"Selected collating sequence not supported by the operating system."

Here is the code I'm using to export:

Dim x As New Spire.DataExport.Access.AccessExport
x.DataSource = Spire.DataExport.Common.ExportSource.DataTable
x.DataTable = dt
x.TableName = "report"
x.SaveToHttpResponse("Download.mdb", objResponse)

Does anyone have any ideas why this is happening? I'm currently developing this on a Windows XP 64 bit machine using ASP.NET.

MrCrow
 
Posts: 1
Joined: Fri Sep 19, 2008 5:58 pm

Thu Nov 06, 2008 7:47 am

Hello,

Please confirm you have installed ado.net in your machine.
Technical Support
Spire.DataExport Team

support@e-iceblue.com

DataExport
 
Posts: 35
Joined: Thu Jun 29, 2006 2:29 pm

Return to Spire.DataExport