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 6063797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:12:30+00:00 2026-05-23T09:12:30+00:00

I set up a SQLite Database DB Connection via the CF Admin after installing

  • 0

I set up a SQLite Database DB Connection via the CF Admin after installing the JDBC Driver. After setting it up I got a successful connection message. I also know that I connected successfully because if I run a simple select query it doesn’t fail out and if I run a CFDump it shows the proper columns. To further test this simple select statement, if I changed the table name it does fail. So, it’s not a connection issue.

I am simply trying to insert records into a table and then check to see if those records were added. These are the queries I am using:

<cfquery datasource="fooDB" name="foo">

        INSERT INTO FooTable
            (FooColumn)
         VALUES
            ('Test')
</cfquery>

<cfquery datasource="fooDB" name="checkIfwasSuccessful">

        SELECT *
        FROM FooTable

</cfquery>

This is my SQlite table creator:

CREATE TABLE FooTable (
id      INTEGER PRIMARY KEY,  
FooColumn     TEXT,  
OtherColumn1  TEXT,
OtherCOlumn2  TEXT         

);

The CFDump of the query checkIfwasSuccessful is an empty result.

Any ideas??

Thank you in advance!!

  • 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-23T09:12:31+00:00Added an answer on May 23, 2026 at 9:12 am

    Use Cftransaction to verify that your query is being commmited.

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

Sidebar

Related Questions

I think that I'm experiencing a database connection timeout with my SQLite connection, but
I´m working with an iPhone app which has a SQLite database set up. I
I am trying to rename a field in my database through SQLite.net and am
So I've got a large database that I can't hold in memory at once.
I'm trying to write to a local SQLite database using the flash.data.* classes in
I am using System.Data.Sqlite to access SQLite database in C#. I have a query
I currently have a DataGridView bound to an sqlite database in c:\temp. I bind
I want to retrieve data from core data (sqlite database) according to primary key.
:set ic ignores the case. How do you unset this?
I set up a website to use SqlMembershipProvider as written on this page .

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.