Replies: 1 comment
-
@16muna you should use our official C SDK (from within C#) to get access to databases in your SQLite Cloud dashboard: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am unable to open a database uploaded to Dashboard.
Below is the C# code.
Where is the problem?
Installed packages:
SQLite version 3.13.0
SQLite version 1.0.119
Source code (partial):
SQLite; using System.Data;
private void button1_Click(object sender, EventArgs e)
{
string dbName = “ParamFitCustomer.db”;
string apiKey = “pwqQBpM1Wc3XL7PKJBQGjGzagdMqBwRLD4FdqIaoQxA”;
string cloudUrl = $“sqlitecloud://cevoxlb4nk.g1.sqlite.cloud:8860/{dbName}?apikey={apiKey}”;
string connectionString = $“Data Source={cloudUrl};Version=3;”;
Beta Was this translation helpful? Give feedback.
All reactions