LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.dotnet.languages.csharp,microsoft.public.dotnet.languages.vb
external usenet poster
 
Posts: 2
Default now available for editing

I am importing some data from Excel file into a DataSet
After the import I always get a pop up message saying "upload file is
now available for editing"
retry /cancel

How do i avoid the message?
Follow is a part of the code

/********CODE********/
strCom = " SELECT * FROM [Upload$] ";
string strCon =" Provider = Microsoft.Jet.OLEDB.4.0 ; Data Source
="+uploadFile+";Extended Properties=Excel 8.0"; conn.ConnectionString =
strCon;
adapter.SelectCommand = new OleDbCommand(strCom, conn);
conn.Close();
adapter.Fill(tempDS);
/********CODE********/


Thanks in advance

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
editing nodrog Excel Discussion (Misc queries) 1 March 1st 10 11:52 AM
pop up box needs editing --- HOW? lhirschman Excel Discussion (Misc queries) 2 August 7th 08 05:45 PM
Min Max Editing bkj8890 Excel Discussion (Misc queries) 3 March 27th 06 05:45 PM
Editing the name box TDS570 New Users to Excel 2 August 7th 05 06:12 PM
Editing a Row stck2mlon[_29_] Excel Programming 1 June 11th 04 02:55 PM


All times are GMT +1. The time now is 04:09 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"