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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T02:50:12+00:00 2026-06-12T02:50:12+00:00

I have a project where I’m using Fluent NHibernate to map an SQL Server

  • 0

I have a project where I’m using Fluent NHibernate to map an SQL Server database and I generate data from another Fluent NHibernate mapped SQL Server database which is our source.

I’m currently writing some unit tests which is to check the functions that read from one database and create records in the other.
I’ve created an in-memory SQLite database of my db for creating records, and it works fine. But when I try to create a similar SQLite database for my “source” database I get failures which claim “no such table”.

This seems to be because in the Fluent NHibernate dll for the source database they’ve given names like “dbo.table” and since there’s no schema in my SQLite test database it’s not able to create a test table.

Is there a way to handle this “dbo.” name in SQLite when creating the test database?

  • 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-06-12T02:50:13+00:00Added an answer on June 12, 2026 at 2:50 am
    SELECT * from dbo.mytable
    

    is the same as:

    SELECT * from "dbo"."mytable"
    

    To make that work, you would need to attach another database named dbo, like this:

    ATTACH DATABASE ':memory:' AS dbo
    

    Alternatively, wrap the table names in quotes (if that is possible with NHibernate), so that the point is part of the table name:

    SELECT * FROM "dbo.mytable"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have project with a server witch have about 3000 requests at day from
I have project asp.net with namespace test and I'm using resources (files Resource.resx and
I have project on rails 3 with multiplayer using Faye. The error block in
I have project Emle in Launchpad . I set it to import from emle.svn.sourceforge.net
I am using Spring and Maven project. I have Project mit-webservices and mit-util project
I am very desperate now... I have project in Visual C++ 2010 using Qt
I have hosted my cakePhp project on hostgator. Its not able to retrieve data
I have project in ASP.NET with postgreSQL database. I do not know what of
I have project for my study I read x,y from touch pad and draw
I have project where i'm developing an Android App using a lot of existing

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.