Questions tagged as 'connectionstring'

1
answer

Create ODBC Connection

I'm integrating my system with the database. SEFIP . The database is in Interbase (.gbd). I can make the connection to the database via Microsoft Access normally. I created an ODBC connection manually (Run: odbcad32 or Administrative Tools ->...
asked by 21.01.2016 / 17:39
1
answer

Error C # and MySql: Authentication with old password no longer supported, use 4.1 style passwords

Context: We have an application built a few years ago in ASP 6 that accesses a MySql database, there in LocalWeb. To make the connection, the application uses the MySQL ODBC 5.1 driver. and works perfectly. Objective:  We are building a ne...
asked by 14.11.2017 / 14:45
2
answers

PHP does not recognize connection as parameter

I'm doing a system using MVC (the first time I use it in PHP), and when I go to login it appears:   Uncaught ArgumentCountError: Too few arguments to function Login :: login (), 2 passed in C: \ wamp64 \ www \ php_pdo \ controller \ logincont...
asked by 14.07.2018 / 05:33
2
answers

The type initiator of 'Oracle.DataAccess.Client.OracleConnection' raised an exception with C #

My wpf program worked very well. They moved, to make some changes. Well, I was asked to change some folders in the application. Before I make any changes I ran the application and it is giving me this error:    The type initializer for 'Oracl...
asked by 18.05.2016 / 15:12
1
answer

Error (Connection String) Asp .Net MVC - Visual Studio 2013 and SQL Server 2012

I have a problem with my Asp.Net MVC application. I created the Connection String within Webconfig, <connectionStrings> <add name="connSql" providerName="System.Data.SqlClient" connectionString="Data Source=localhos...
asked by 27.10.2016 / 18:57
1
answer

Connectionstring according to scenario

Hello, good morning! I have a project where there are two scenarios, which is homologation and production. In this same project I created two connectionstrings , setting one for each scenario. In the system these scenarios are divide...
asked by 26.02.2016 / 13:42
1
answer

Using Dynamic Connection String in Asp.Net Webforms and Windows Forms

I'm working on a project with 4 layers ( Banco , RegraNegocio , Webforms and Windows Forms ). I made the following references:    Webforms > Business Rule > Bank winforms > Business Rule > Bank...
asked by 19.02.2016 / 18:18
0
answers

Connecting C # to SQL Server

I am trying to connect a program to the database hosted in SQL Server, but I am having problems .. When the program runs, the login screen is the first one to appear, and it needs to open the second screen with options to add payments and etc...
asked by 09.07.2018 / 01:45
0
answers

Connection parameter of the PivotTableWizard () method

Hello, could anyone give me an example of using the appropriate parameter connection of method PivotTableWizard() ? When I use this parameter I get the error: The PivotTableWizard property of the Worksheet class can not be obtaine...
asked by 25.04.2018 / 22:41
1
answer

Error connecting to the database [WinForm / C # / SQL Server]

My C # course teacher taught a new technique for us today, one need not tell ConnectionString itself, the program would go to the documents folder and get the .mdf file (SQL Server) and open the connection with it, but I have the following error...
asked by 20.07.2017 / 01:08