Giter Site home page Giter Site logo

Comments (4)

valfrid-ly avatar valfrid-ly commented on August 15, 2024

Is this the only table with this issue???

from dapper-extensions.

elvisveiga avatar elvisveiga commented on August 15, 2024

@GitBySzl hello! I think that isn't possible. You are using Automap for TLSLT0X class in another class.
image

from dapper-extensions.

aravindk777 avatar aravindk777 commented on August 15, 2024

I am also receiving the error as "Table or view doesn't exist". For Oracle. Probably, a good detailed documentation about how to use DapperExtensions for Oracle (or any db) would help beginners to implement - would be helpful. I am having doubt as to how the schema name will be set or read.

from dapper-extensions.

valfrid-ly avatar valfrid-ly commented on August 15, 2024

@aravindk777, tables are declared "SCHEMA_NAME"."TABLE_NAME".

Lets remember that Oracle IS case sensitive. If you declare a table name "test" and another one as TEST they will be different.

Usually people forget that as they don't use "" in the names, but with "" you can even use spaces in the names.

Did you check if it's not a case issue???

from dapper-extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.