Skip to main content



      Home
Home » Eclipse Projects » DTP » sql server 2005 error only with data:sample contents
sql server 2005 error only with data:sample contents [message #51970] Mon, 05 January 2009 18:07 Go to next message
Eclipse UserFriend
Hello, i successfully connected using eclipse 3.4 and DTP 1.6 to my SQL
SERVER 2005 machine. I can view tables, and via SQL scrapbook query
databases. However, when I right click on my table, then select DATA and
SAMPLE CONTENTS, i always get this error:

Starting run
SELECT * FROM "healthcore"."ihg_database"
com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name
'healthcore.ihg_database'.

Invalid object name?

in sql scrapbook i type

select * from ihg_database

and I can successfully get a result set back. How do i properly configure
SAMPLE CONTENTS so it works?
Re: sql server 2005 error only with data:sample contents [message #52258 is a reply to message #51970] Mon, 12 January 2009 18:48 Go to previous message
Eclipse UserFriend
We aren't able to reproduce this error on our SQL Server database.

A few things to check and try:
1) Do you have a schema named "healthcore"? Is it defined as all lower
case?
2) If you type
select * from "healthcore"."ihg_database"
in SQL Scrapbook, do you get the same error? What about
select * from healthcore.ihg_database
(that is, without quotes)?

zooman wrote:
> Hello, i successfully connected using eclipse 3.4 and DTP 1.6 to my SQL
> SERVER 2005 machine. I can view tables, and via SQL scrapbook query
> databases. However, when I right click on my table, then select DATA
> and SAMPLE CONTENTS, i always get this error:
>
> Starting run
> SELECT * FROM "healthcore"."ihg_database"
> com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name
> 'healthcore.ihg_database'.
>
> Invalid object name?
> in sql scrapbook i type
>
> select * from ihg_database
>
> and I can successfully get a result set back. How do i properly
> configure SAMPLE CONTENTS so it works?
>
>
Re: sql server 2005 error only with data:sample contents [message #594213 is a reply to message #51970] Mon, 12 January 2009 18:48 Go to previous message
Eclipse UserFriend
We aren't able to reproduce this error on our SQL Server database.

A few things to check and try:
1) Do you have a schema named "healthcore"? Is it defined as all lower
case?
2) If you type
select * from "healthcore"."ihg_database"
in SQL Scrapbook, do you get the same error? What about
select * from healthcore.ihg_database
(that is, without quotes)?

zooman wrote:
> Hello, i successfully connected using eclipse 3.4 and DTP 1.6 to my SQL
> SERVER 2005 machine. I can view tables, and via SQL scrapbook query
> databases. However, when I right click on my table, then select DATA
> and SAMPLE CONTENTS, i always get this error:
>
> Starting run
> SELECT * FROM "healthcore"."ihg_database"
> com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name
> 'healthcore.ihg_database'.
>
> Invalid object name?
> in sql scrapbook i type
>
> select * from ihg_database
>
> and I can successfully get a result set back. How do i properly
> configure SAMPLE CONTENTS so it works?
>
>
Previous Topic:How to go about a DDL parser
Next Topic:Removing some obsolete directories for DTP Galileo
Goto Forum:
  


Current Time: Mon May 12 07:40:12 EDT 2025

Powered by FUDForum. Page generated in 0.12054 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top