Welcome to MSDN Blogs Sign in | Join | Help

September 2007 - Posts

Difference between FTPS and SFTP

I have seen people get confused between FTPS and SFTP and refer these technologies interchangeably. But the fact is they are not same. FTPS (commonly referred to as FTP/SSL) is a name used to encompass a number of ways in which FTP software can perform
Posted by manish_mgsi | 0 Comments
Filed under: , ,

Querying Excel11 and Excel12 files

An excel11 (.xls) file can be very easily queried using "Jet OLEDB 4.0" provider. C# snippet code for quering excel11 files is as follows, String strConn = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Sample.xls;Extended Properties=Excel 8.0" ; OleDbConnection
 
Page view tracker