Oracle schema
From: Francois Piette (francois.piette_at_overbyte.be)
Date: 05/24/04
- Next message: Bojidar Alexandrov: "Re: Oracle schema"
- Previous message: Fons Reijsbergen: "TADOTable Indexname."
- Next in thread: Bojidar Alexandrov: "Re: Oracle schema"
- Reply: Bojidar Alexandrov: "Re: Oracle schema"
- Reply: David Lewis: "Re: Oracle schema"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 24 May 2004 10:45:17 +0200
Is there a way to specify a default schema when querying an Oracle database
with a ADO component ?
I have an application to convert to Oracle database. In the original
application, all SQL queries doesn't qualify table names. To convert to the
Oracle database, I have to edit all queries to qualify all table names with
schema.
Example:
Original: SELECT * FROM MYTABLE
Conversion: SELECT * FROM MYSCHEMA.MYTABLE
This is a lot of work given the large number of queries. I would spare a lot
of time only if I could specify "MYSCHEMA" as default value !
If it makes a difference, the application is using Delphi 7.01,
TAdoConnection, TAdoQuery, Oracle 9 client and Oracle 8 database.
Any advice appreciated.
-- francois.piette@overbyte.be Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be
- Next message: Bojidar Alexandrov: "Re: Oracle schema"
- Previous message: Fons Reijsbergen: "TADOTable Indexname."
- Next in thread: Bojidar Alexandrov: "Re: Oracle schema"
- Reply: Bojidar Alexandrov: "Re: Oracle schema"
- Reply: David Lewis: "Re: Oracle schema"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|