facebook

Microsoft Access Db and Query

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #262988 Reply

    arupsarkar
    Member

    Hi I have been able to access the microsoft access database using JdbcOdbc bridge, however I am having a problem accessing columns since the column names have gaps. For example there is a table in Access database known as “Tbl12_Account”. The column name is “Account Name”.

    How can I incorporate “Account Name” in a query. Select * works fine.

    Any help would be highly appreciated.

    Regards

    #263010 Reply

    Haris Peco
    Member

    arupsarkar,

    Please, try use preference Windows>Preferences>MyEclipse>Database Explorer>Quote table & column names.
    You will got query like
    select “”Tbl12_Account”.”Account Name” … from “Tbl12_Account”

    However, Jdbc Odbc bridge have some disadvanatges and you can have other troubles.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Microsoft Access Db and Query

You must be logged in to post in the forum log in