Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6887173
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:51:09+00:00 2026-05-27T05:51:09+00:00

UPDATE: Found the error to be related to the path. A literal path fixed

  • 0

UPDATE: Found the error to be related to the path. A literal path fixed the problem temporarily. Need to resolve this for deployment though.

I am trying to access a SQL Lite table from VS2008 VB.net, using SQLLITE ADO Provider v1.0.66. I have successfully opened and extracted data with this exact configuration to populate the SQL Express DB on a web site. But now when trying to execute a select stmt to populate a reader I am getting table not found, its the same table I read from earlier. This query works perfectly in SQLLite Expert Pro v.3.3.40.2189. Any help would be appreciated, the connection correctly shows it is opening. I have tried other tables in the same db and other similar dbs. Out come is the same. Its as if the Info Schema is not available to the ADO Provider.

szSQL = "SELECT * FROM AT_Strings WHERE language = 'en'"

Dim ds As New DataSet
Dim pConn As New SQLiteConnection

pConn = New SQLiteConnection(String.Format("Data Source={0};Version=3;", databaseFile))
Try
    pConn.Open()

Catch oleex As SQLiteException 'handle a password error.
    Try
        Const pw As String = "password"     'For testing here
        pConn = New SQLiteConnection(String.Format("Data Source={0};Version=3;Password={1};", databaseFile, pw))
        pConn.Open()
    Catch ex As Exception
        Throw
    End Try
End Try

Dim dt As New DataTable("AT_Strings")
Dim da As SQLiteDataAdapter

da = New SQLiteDataAdapter(szSQL, pConn)
da.Fill(dt)

Dim Row As Integer = dt.Rows.Count - 1
Label2.Text = Row

pConn.Close()

SQLite error
no such table: AT_Strings
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SQLite.SQLiteException: SQLite error
no such table: AT_Strings

Source Error:

Line 115:
Line 116: da = New SQLiteDataAdapter(szSQL, pConn)

ERRORS ON LINE 117!
Line 117: da.Fill(dt)

Line 118:
Line 119: Dim Row As Integer = dt.Rows.Count – 1

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T05:51:09+00:00Added an answer on May 27, 2026 at 5:51 am

    Found the error to be related to the path. A literal path fixed the problem temporarily. Need to resolve this for deployment though.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

UPDATE: Problem Solved. Darin Dimitrov's answer contains a link to another, related question. One
12:18:55,541 INFO [UpdateChecker] New update(s) found: 2.0.0 [ http://ehcache.org/news.html] How do I suppress ehcache
[Update: I've found the API reference. The method used is below] <?php wp_delete_post( $postid,
All the documentation I've found so far is to update keys that are already
I found something that works with updating one field at here: http://www.karlrixon.co.uk/articles/sql/update-multiple-rows-with-different-values-and-a-single-sql-query/ UPDATE person
UPDATE - A comprehensive comparison, updated as of February 2015, can be found here:
Right guys, all autocomplete plugins and functions that I've found, they only update upon
I found only related topic for c# please don't blame me if I missed
I have had a good trawl through related questions and implemented suggestions found, but
I'm trying to update a column in one table1 ('keyword') with data (from 'data')

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.