I am trying to upload my excel 2013 file contents to sql server. Here is my code :
try
{
string connectionString = @"data source=DELL\SQLEXPRESS01 ; initial catalog = amen; persist security info = True; Integrated Security = SSPI; "...
Hi,
I have exported data into excel file using oledb since I cannot use interop or any third party library. Here is my code
''' <summary>
''' Export datagridview's data contained in an data table to excel file
''' </summary>
''' <param...
Hi All,
I am starting to develop a new framework and need to know if there's any best or common used data provider that accept Oracle, Sql Server, Access, and another possible Database Client's.
Is there any suggestion? ODBCConnection? OleDbConnection? SqlConnection?
Tks and sorry the bad...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.