External table is not in the expected format
From: simon (simon_at_discussions.microsoft.com)
Date: 08/10/04
- Next message: Etienne Boucher: "Re: Application.Idle, remove event handler?"
- Previous message: Tome: "Moving Text Cursor in a DataGridCell"
- Next in thread: Mohamoss: "RE: External table is not in the expected format"
- Reply: Mohamoss: "RE: External table is not in the expected format"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 9 Aug 2004 19:45:12 -0700
Hi,
My program try to export a excel file by using
Response.ContentType = "application/vnd.ms-excel";
Response.Write("<table><tr><td>");
But when i import it back to my system using Oledb, i got an error.
External table is not in the expected
format.System.Data.OleDb.OleDbException: External table is not in the
expected format. at System.Data.OleDb.OleDbConnection.ProcessResults(Int32
hr) at System.Data.OleDb.OleDbConnection.InitializeProvider() at
System.Data.OleDb.OleDbConnection.Open()
Do anyone know how to solve it?
Thx a lot for help.
Simon.
- Next message: Etienne Boucher: "Re: Application.Idle, remove event handler?"
- Previous message: Tome: "Moving Text Cursor in a DataGridCell"
- Next in thread: Mohamoss: "RE: External table is not in the expected format"
- Reply: Mohamoss: "RE: External table is not in the expected format"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|