Error connection to SQL Server 2014 via dotnet
I'm new into using Automations and dotnet, so i'm trying to learn (if I don't explain correct ). I'm trying to connect from NAV 2016 to an external SQL Server 2014 to read and post data to this.
I'm new into using Automations and dotnet, so i'm trying to learn (if I don't explain correct ). I'm trying to connect from NAV 2016 to an external SQL Server 2014 to read and post data to this.
i have installed SQL server 2016 on a VPS that is running Win server 2016, i have enabled TCP/IC conectivity and made inbound rules for ports 1433,1434 and SQLSERV.exe.
I have domain name, and host account with a service provider. I want to host a sql server database through the service provider. I'm developing a windows forms application that I want to access this database. Whats the way to go with this situation?
I am getting error as below: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified I have installed the ODBC driver to connect to SQL server.
Hi I made a program in visual c# 2013 and aql 2012.i want to create connection string that automatically use and setup in a system with sql express.and so automatically attach database.how can i do????please help me
Hi , kindly assist.. am trying to import data from excel to sql database. am using excel 2016. am getting the following error " "System.ArgumentException: Keyword not supported: 'provider"
I have trouble to run my app when installing on another system the language is c# and I used DataAdapter and drag table to form to connect to db. when I Install on another system it gives sql server error :
I'm fairly new to databases and Web Services. A small project I want to do involves making a Web Service that connects to a database.
We have Two Site ( "A" & "B" ) and both site are different subnet (Site "A" 125 sunbet ) (Site "B" 240)and we has been installed Two type of SQL Cluster 2014 one site "A" and another one Site "B"
Hello guys i am new in Programming My question is simple that i want to publish my Windows forms Application on online server my windows form application is coded through C# which connection string i should use
Hi, Two questions I wish to ask.... Domain user id and password not working in connection string. Server=IDB01\MS;Database=Tax;User id=in\sqluser; Password=123**;Connect Timeout=0;
Hi All Can we get which application are connected to sql server and also best recommendation document to keep performance good please share documnets
I seem to be having problem with connection a SQL Server 2016 with AlwaysOn feature using the user credentials. Our DBA created a contained database user.
I have to support a VB6 app still in production (ugh). A customer is specifying our software needs to be PCI compliant which requires TLS 1.2.
the error is in conn.Open("Provider=SQLNCLI10.DLL;Persist Security Info=False;Initial Catalog=backup_db;Data Source=acer\JOSEPH")
I am trying to read from an SQL Server database which is hosted on MS Azure, through an ASP.NET WebForms website, created in Visual Studio 2013. I've stored the connection string in Web.Config, and have referenced it in the Code-Behind.
Hi, I am trying to use Microsoft Azure to host an ASP.NET Web Forms website, and connecting an SQL Server database (also hosted on Azure) to it. So far:
Using C #, connect to a database created with SQL Server 2014 Management Studio using Visual Studio 2015. I am interested to know which string to use to be able to connect from Visual Studio 2015 to "DatabaseProva"
I've read many questions about that problem but i still can't solve my problem. When I run my website on localhost everything is working. The problem happens when I run my site on SQL Server 2008. I've got an error:
I'm trying to export the data from multiple database from a single server into one excel using VBA code. Please can anyone help.
Hello, We decided to move towards the ODBC drivers. I installed the ODBC Driver 13 for SQL Server. For that we desided to use MSDASQL provider for ODBC Drivers , our existing application uses ADO and SQL SERVER 2008 R2.
Hello, when i open my sqlbase-DB and i do a "select" ... sometimes i get "unable to read data from the transport....." and sometimes it goes right! Can somebody help me? Sandra
Hi, Have anyone connect to Microsoft Dynamics 365 Online using OLEDB? If so what is the parameters. Thank you, Cornelio
Is there any limit for maximum length of connection string for SQLite in .Net , If my path to database file is very long. I realized that if I provide connection string including "DataSource=" part more than 128 characters,
I am trying to connect to remote Microsoft sqlServer 2016 Enterprise(ssas) using Visual Studio 2015 community. using (AdomdConnection conn = new AdomdConnection(@";Initial Catalog=CCAnalytics;Data Source=APPSWORLD\MSSQL;User ID=madhubabu;Password=sasa;Provider=MSOLAP.7;"))
I have an MS Access application that currently connects to a SQL Server instance using Trusted Connection via the following file DSN settings: [ODBC] DRIVER=SQL Server TrustedConnection=Yes DATABASE=APUBMARTY
I am very new and very green to SQL. I am just learning and have downloaded SQL 2012 Express to experiment with. My apologies if this question is basic, something I should know.
I am using vb.net and I try to insert from my web in visual studio to my sql DB but it does not work also there is no any Error pleas help me " Imports System.Data Imports System.Data.SqlClient
I have just started to learn ASP.NET. Now, I have created a code first, database. It is using localdb v 11.01 The database which is generated show 3 tables. But, I do not know where to open the database to see the data inside.
Good morning, I'm new here, live in Venezuela, glad to know about you, come here to solve a problem with a connection between a Visual Basic 6, and Sql Server 2000, converted my Access database to Sql database with Access, .adp, and move to Sql server 2000 with access2003.