dotnet / dotnet/docs

No information as to what should be included in "baseConnectionString"

Open
#45,927 0 comments 0 reactions 0 assignees View on GitHub
:watch: Not Triaged dotnet-data/svc
Dominant language
No language data
Stars
4.8k
Forks
6.1k
Avg merge
15h 21m
Merged PRs (30d)
370

Description

### Type of issue

Missing information

### Description

In the "Connection String Builder" section, the code example references a string called "baseConnectionString" - see below.

```
var connectionString = new SqliteConnectionStringBuilder(baseConnectionString)
{
Mode = SqliteOpenMode.ReadWriteCreate,
Password = password
}.ToString();
```

While I presume this is 'Data Source=data.db', without the final semicolon, there's no confirmation of what should, or can, be included in this string. I also presume it could be left empty and data source thusly specified in the body, but there's no such indication of that possibility.

### Page URL

https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/connection-strings

### Content source URL

https://github.com/dotnet/docs/blob/main/docs/standard/data/sqlite/connection-strings.md

### Document Version Independent Id

8eec3e85-0630-15db-ff40-c89920b89526

### Platform Id

d4b28167-c555-9511-87a2-6cb7a86dd454

### Article author

@ajcvickers

### Metadata

* ID: 054ee24a-82e4-7bb5-fff5-bb1ab5713472
* PlatformId: d4b28167-c555-9511-87a2-6cb7a86dd454
* Service: **dotnet-data**

[Related Issues](https://github.com/dotnet/docs/issues?q=is%3Aissue+is%3Aopen+8eec3e85-0630-15db-ff40-c89920b89526)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.