Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 22nd, 2007, 07:28 AM
Registered User
 
Join Date: Jan 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default ODBC connections to Oracle 8i

I have added a linked server to access an ODBC database.
This ODBC database points to an oracle 8i table.

Within the linked serve, I can see the tables.

But, when trying to select or insert from this table, I cant seem to get the syntax right... :(

eg SELECT * from [LINKEDTABLE]...[TABLENAME] fails
eg SELECT * from [LINKEDTABLE].[DATABASENAME]..[TABLENAME] fails

any help

guido

 
Old January 23rd, 2007, 03:17 PM
Authorized User
 
Join Date: Oct 2005
Posts: 72
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Have you tried it this way:

SELECT * from [LINKEDTABLE]..[DATABASENAME].[TABLENAME]

SQL Server Helper
How well do you know SQL? Find out with the free test assessment from SQL Server Helper!!!
http://www.sql-server-helper.com/free-test/default.aspx

Got a SQL Server Question? Ask us here: http://www.sql-server-helper.com/forums/default.asp





Similar Threads
Thread Thread Starter Forum Replies Last Post
Oracle 8i database files on Palm wwwdirzala Oracle 0 February 10th, 2005 06:59 AM
Connecting Oracle 8i - OracleDeveloperSuite10g shamsad Oracle 0 April 10th, 2004 05:15 AM
Delete records from Oracle 8i goes VERY slow DriesNeyrinck Oracle 3 March 11th, 2004 12:41 PM
Installing Oracle 8i and Developer 6 mythinky Oracle 2 March 9th, 2004 12:18 AM
connection for Oracle 8i kosla78 ADO.NET 1 September 3rd, 2003 02:41 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.