Search found 3 matches

by alien
Thu Oct 11, 2018 9:26 am
Forum: Developers
Topic: Cannot connect to databse
Replies: 5
Views: 7410

Re: Cannot connect to databse

I created a database opendental but still cannot connect into it
by alien
Thu Oct 11, 2018 9:06 am
Forum: Developers
Topic: Cannot connect to databse
Replies: 5
Views: 7410

Re: Cannot connect to databse

I try to connect it via Visual Studio 2017 when i debug the project it shows me that error


string computerName= "localhost";
string database= "opendental";
string user="root";
string password="1234";

Do the source code have an .sql script to execute the database ??
by alien
Thu Oct 11, 2018 8:50 am
Forum: Developers
Topic: Cannot connect to databse
Replies: 5
Views: 7410

Cannot connect to databse

I downloaded source code and want to translate the project,but when i run i cannot connect to database ? can someone please tell me what i have to do, in databaseconnection.cs string computerName= ""; string database= ""; string user=""; string password=""; I enter my conn details and i receive an e...