473,761 Members | 10,684 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DEFAULT SCHEMA IN CLP

bea
Is there a way to set a default schema name by setting environment
variable, so that it is set for CLP before connect to the database?

Thank you.

Feb 9 '07 #1
4 1957
On Feb 9, 2:55 pm, "bea" <mbeatrizrodrig ...@gmail.comwr ote:
Is there a way to set a default schema name by setting environment
variable, so that it is set for CLP before connect to the database?

Thank you.
Hi,
Can u be more descriptive in what u want to achieve!!!

Feb 9 '07 #2
bea
On Feb 9, 12:59 pm, "Racerx" <p.paingan...@g mail.comwrote:
On Feb 9, 2:55 pm, "bea" <mbeatrizrodrig ...@gmail.comwr ote:
Is there a way to set a default schema name by setting environment
variable, so that it is set for CLP before connect to the database?
Thank you.

Hi,
Can u be more descriptive in what u want to achieve!!!
Of course. I want to access to a table with schema = DWAPROV but my
user has other name. I don´t want to make set current squema = ''. I
have tried to modify db2cli.ini but this doesn`t work with CLP.

Is it possible make this?
Feb 9 '07 #3
bea wrote:
On Feb 9, 12:59 pm, "Racerx" <p.paingan...@g mail.comwrote:
>On Feb 9, 2:55 pm, "bea" <mbeatrizrodrig ...@gmail.comwr ote:
>> Is there a way to set a default schema name by setting environment
variable, so that it is set for CLP before connect to the database?
Thank you.
Hi,
Can u be more descriptive in what u want to achieve!!!

Of course. I want to access to a table with schema = DWAPROV but my
user has other name. I don´t want to make set current squema = ''. I
have tried to modify db2cli.ini but this doesn`t work with CLP.
There is no cli.ini like capability for CLP.
Assuming you are dealing with a select number of tables. Have you
considered creating ALIASes?

Cheers
Serge
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Feb 9 '07 #4
On Feb 9, 2:19 pm, "bea" <mbeatrizrodrig ...@gmail.comwr ote:
On Feb 9, 12:59 pm, "Racerx" <p.paingan...@g mail.comwrote:
On Feb 9, 2:55 pm, "bea" <mbeatrizrodrig ...@gmail.comwr ote:
Is there a way to set a default schema name by setting environment
variable, so that it is set for CLP before connect to the database?
Thank you.
Hi,
Can u be more descriptive in what u want to achieve!!!

Of course. I want to access to a table with schema = DWAPROV but my
user has other name. I don´t want to make set current squema = ''. I
have tried to modify db2cli.ini but this doesn`t work with CLP.

Is it possible make this?
You could always qualify your table/procedure names.
e.g SELECT * from DWAPROV.tablena me.

Although this does make things a bit clunky.

Feb 12 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1577
by: inquirydog | last post by:
Hi- I am using xml to hold configuration data for a project, and using schema to define what the configuration file should look like. I wanted to get some advice on an intelligant way to specify and create a default config file. In other words, when the developer puts a new element in the schema
4
2935
by: Lénaïc Huard | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I've some namespace problems when defining default values for attributes. My problem seems to come from the fact that the attributes are defined in a different namespace from the element.
12
4951
by: Stefano | last post by:
Hi all, what is the correct use of the "default" attribute in XML Schema? For example: <xs:element name="myProperty" type="xs:string" default="myDefaultValue"/> What can I do with it? What is the meaning of < ....default="myDefaultValue" /> ?
2
2781
by: Lee Harr | last post by:
I must have a fundamental misunderstanding about using schema. Before using schema, I usually have a file that has my database definition, and I can play that file back in to a new database to create a testing area or to create my production setup. I think I want to use schema the same way. My problem is using a sequence for a default value. I know that if I use a serial instead, all of this will go away, but my design
5
7053
by: Matt D | last post by:
I have a bunch of constants used in my web services that the client also needs to have. Is there a way to declare public properties that are part of a class or structure as constants or at least give them a default value through some XML shaping? Thanks.
7
21357
by: greatcanyon | last post by:
Hi, When I create a new user in DB2, can I set the default schema to an existing schema? The reason I want to do this is that I want to later connect to db2 as this user and access tables WITHOUT the schema name prefix. In addition to that, I want to use ADO.NET to connect as this user and query tables in another schema without the prefix. (I use IBM Ole DB Data provider in the connection string). The access is currently set up...
1
1847
by: Plop69 | last post by:
need some help on following: xml file 1 <TEST xmlns="http://test" > <OK>mlkddflmkj</OK> </TEST> xml file 2
12
8563
by: Plop69 | last post by:
need some help on following: xml file 1 <TEST xmlns="http://test" > <OK>mlkddflmkj</OK> </TEST>
2
3047
by: Mark | last post by:
Hi... I've been trying the .Validate() method on the XmlDocument to validate some xml against a schema, but one thing I noted was that unless the document explicitly declares the schema as a default namespace, Validate() just lets it slide through as a success. Is there a way to Validate() either a) mandating against a particular schema, or at the very least b) supplying a default namespace to be used even when not explicitly declared?
2
3763
by: aj | last post by:
SQL Server 2005 64-bit 9.00.3042 SP2 When I map a database user to a login, I can specify a default schema for that user. After that, any SQL from that user w/o an explicit schema will be resolved to that default schema. I would like for this to happen in regards to user-defined functions (in this case, a scalar-valued function). However, it looks as if I must always explicitly specify the schema when using the function.
0
9521
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9765
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8768
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7324
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5214
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5361
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3863
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3442
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.