Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

How to setup

Connect to a database server
Use these values to connect to a database server:
Host=localhost
Port=1433 (default port number, you can ignore)
Database=my-db
Username=sa
Password=12345Abc%
.NET connection string value: Server=localhost,1433; Database=my-db; User Id=sa; Password=12345Abc%;