Skip to content

connectionstring with database not perfect. #154690

@super-choice

Description

@super-choice

function connectionstringwithsqlserver() {
var connectionstring = "Data Source=localhost;Initial Catalog=master;Integrated Security=True";
return connectionstring;
}
function connectionstringwithmysql() {
var connectionstring = "Data Source=localhost;Initial Catalog=master;Integrated Security=True";
return connectionstring;
}
function connectionstringwithoracle() {
var connectionstring = "Data Source=localhost;Initial Catalog=master;Integrated Security=True";
return connectionstring;
}
function connectionstringwithpostgresql() {
var connectionstring = "Data Source=localhost;Initial Catalog=master;Integrated Security=True";
return connectionstring;
}
function connectionstringwithsqlite() {
var connectionstring = "Data Source=localhost;Initial Catalog=master;Integrated Security=True";
return connectionstring;
}
function connectionstringwithaccess() {
var connectionstring = "Data Source=localhost;Initial Catalog=master;Integrated Security=True";
return connectionstring;
}

Metadata

Metadata

Assignees

Labels

*questionIssue represents a question, should be posted to StackOverflow (VS Code)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions