Questions tagged as 'connectionstring'

0
answers

LocalDB in Visual Basic does not connect

My application does not connect to the localDB. I've updated the SDT, I've changed the connectionstring in App.config but nothing works. The part of the code where I make the connection is this: Dim conexao As String = "Server = (LocalDB)\MS...
asked by 17.04.2017 / 22:04
1
answer

Translate Connection String H2 (JDBC) to MySQL (JDBC)

Personal speech, I'm trying to run the OW2 Orchestra software, and it comes with a default connection string belonging to H2 in the following format: jdbc\:h2\:file\:/tmp/orchestra-db/orchestra_core.db I need to translate it to a MySQL s...
asked by 14.11.2016 / 20:30
1
answer

Connection String not found WPF Entity Framework

I'm in a WPF project using some MVVM practices, I'm using the Entity Framework database first and the connection string is already in the app.config, I've already followed all the procedures I've read on several issues but in the view this messa...
asked by 14.07.2016 / 14:27