SQLite Forum

Connect to sample Database
Login
Please edit your post to show, on separate lines, exactly what you are typing and in what context (such as at cmd.exe command prompt, sqlite prompt). Also, instead of saying "does not work" or "cannot get it to work", say what happened that you interpreted as not working.

I see several possible reasons for your difficulty: (1) You are typing in the prompt text shown in the tutorial; (2) You are entering an invocation meaningful to cmd.exe as a command but while sqlite3.exe is running; or (3) You have put the database in a different location than where you told sqlite3.exe to find it. My above suggestions will help forum participants to distinguish among those possibilities.

To better show what you entered and what responses were emitted, put them in code constructs such as this:
```
<code>
```
<code>The stuff to be shown as entered goes here.</code>
```
</code>
```