Linking to MySQL
From: donron (donron_at_discussions.microsoft.com)
Date: 01/24/05
- Next message: Mike Epprecht (SQL MVP): "RE: Linking to MySQL"
- Previous message: drew.flint_at_gmail.com: "System Area Network Beginners Questions"
- Next in thread: Mike Epprecht (SQL MVP): "RE: Linking to MySQL"
- Reply: Mike Epprecht (SQL MVP): "RE: Linking to MySQL"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 07:59:04 -0800
I can address Linked Oracle Tables with no catalog name but I CANNOT address
MySQL tables with no Schema Name
MySQL_LinkName.CatalogName.SchemaName.TableName
For Oracle I use with no problem:
SELECT * FROM HBA..HBA.CHARGES
But For MySQL I have tried it all
SELECT * FROM SPMINLINESHAPEGAUGE.SHAPEGAGE..RESULTS
This is the error I keep getting:
Server: Msg 7313, Level 16, State 1, Line 1
Invalid schema or catalog specified for provider 'MSDASQL'.
OLE DB error trace [Non-interface error: Invalid schema or catalog
specified for the provider.].
Will anyone help me out here?
Am I using the correct syntax?
Thanks
-- don
- Next message: Mike Epprecht (SQL MVP): "RE: Linking to MySQL"
- Previous message: drew.flint_at_gmail.com: "System Area Network Beginners Questions"
- Next in thread: Mike Epprecht (SQL MVP): "RE: Linking to MySQL"
- Reply: Mike Epprecht (SQL MVP): "RE: Linking to MySQL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|