My company have static IP- configured via router and can be accessed from internet like File Explorer - Network - Then the address bar I use to give like the below
ftp://100.99.101.102/volume(sda3)/Data/
For the above address, how to give a connection string, any kind help will be very much...
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.