Having Trouble with .db file

Im currently building a bot for Bot Games and it involves downloading a .db file. How can i get UI path to interact with this file and extract the data to a table?
Screenshot 2024-07-23 152625
Screenshot 2024-07-23 152636

Bot Game

HI,

It seems SQLite DB file. How about using System.Data.SQLite? It may be necessary to get from nuget.org feed.

Regards,

1 Like

It worked! Appreciate it!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.