| Author |
Message |
cmurialdo
Guest
|
Posted:
Sat Aug 13, 2005 12:51 am Post subject:
HIS 2004 and Lirabry List |
|
|
I'm testing ado.net data provider of HIS 2004 and I have the following problem:
I have an iseries that has procedures in a different library from the data
library. I need to access both with the same connection, but the connection
doesn't allow specify a library list where to look for the unqualified
objects. In the connection string I can only specify the Default Schema for
unqualified objects names.
Is there any solution to it?
Thanks. |
|
| Back to top |
|
 |
Aaron Grady [MSFT]
Guest
|
Posted:
Tue Aug 16, 2005 12:52 am Post subject:
Re: HIS 2004 and Lirabry List |
|
|
Correct, the HIS 2004 DB2 data provider does not provide a library list
option for the connection. In HIS 2004 we added a new feature called default
qualifier which will tell the system where to look for unqualified objects,
but you can only specify a single library for default qualifier, not a list.
Is it possible that you can set the default qualifier to your data directory
and then qualify the procedure names used by your application?
--
Aaron Grady
MCSE + Internet, MCDBA, MCSD, MCAD.NET
SNA Server/Host Integration Server
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"cmurialdo" <cmurialdo@discussions.microsoft.com> wrote in message
news:B37B8A20-A828-4B13-92D8-2E8732AE155C@microsoft.com...
| Quote: | I'm testing ado.net data provider of HIS 2004 and I have the following
problem:
I have an iseries that has procedures in a different library from the data
library. I need to access both with the same connection, but the
connection
doesn't allow specify a library list where to look for the unqualified
objects. In the connection string I can only specify the Default Schema
for
unqualified objects names.
Is there any solution to it?
Thanks.
|
|
|
| Back to top |
|
 |
cmurialdo
Guest
|
Posted:
Tue Aug 16, 2005 6:16 am Post subject:
Re: HIS 2004 and Lirabry List |
|
|
Aaron,
I can qualify the procedures name, but I would like not to change the
programs that I already have and it would be good to have the libraries for
de programs in the connection string so I could change these libraries
changing only the connection string.
Do you know if there are any plans to add this feature?
Thanks.
Regards,
Claudia Murialdo.
"Aaron Grady [MSFT]" wrote:
| Quote: | Correct, the HIS 2004 DB2 data provider does not provide a library list
option for the connection. In HIS 2004 we added a new feature called default
qualifier which will tell the system where to look for unqualified objects,
but you can only specify a single library for default qualifier, not a list.
Is it possible that you can set the default qualifier to your data directory
and then qualify the procedure names used by your application?
--
Aaron Grady
MCSE + Internet, MCDBA, MCSD, MCAD.NET
SNA Server/Host Integration Server
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"cmurialdo" <cmurialdo@discussions.microsoft.com> wrote in message
news:B37B8A20-A828-4B13-92D8-2E8732AE155C@microsoft.com...
I'm testing ado.net data provider of HIS 2004 and I have the following
problem:
I have an iseries that has procedures in a different library from the data
library. I need to access both with the same connection, but the
connection
doesn't allow specify a library list where to look for the unqualified
objects. In the connection string I can only specify the Default Schema
for
unqualified objects names.
Is there any solution to it?
Thanks.
|
|
|
| Back to top |
|
 |
Aaron Grady [MSFT]
Guest
|
Posted:
Thu Aug 18, 2005 4:53 pm Post subject:
Re: HIS 2004 and Lirabry List |
|
|
Claudia-
I have seen another customer ask for this same feature recently and I will
be sure to pass along your feedback that this is a needed feature to the
appropriate program managers. I can say that we announced some of the
features that will be in the next version of HIS at this years Tech Ed and
this was not one of the features on the list. That doesn't mean it couldn't
get on the list however if there is a need for it. The list of features is
not something I have any influence over, but as I said I will make sure the
feedback gets to the appropriate people.
p.s. if you would like to see the list of features we announced, check out
the following entry in my blog:
http://blogs.msdn.com/aagrady/archive/2005/07/25/443254.aspx
--
Aaron Grady
MCSE + Internet, MCDBA, MCSD, MCAD.NET
SNA Server/Host Integration Server
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"cmurialdo" <cmurialdo@discussions.microsoft.com> wrote in message
news:213948FB-0E15-4818-9A69-CC4EED96D66D@microsoft.com...
| Quote: | Aaron,
I can qualify the procedures name, but I would like not to change the
programs that I already have and it would be good to have the libraries
for
de programs in the connection string so I could change these libraries
changing only the connection string.
Do you know if there are any plans to add this feature?
Thanks.
Regards,
Claudia Murialdo.
"Aaron Grady [MSFT]" wrote:
Correct, the HIS 2004 DB2 data provider does not provide a library list
option for the connection. In HIS 2004 we added a new feature called
default
qualifier which will tell the system where to look for unqualified
objects,
but you can only specify a single library for default qualifier, not a
list.
Is it possible that you can set the default qualifier to your data
directory
and then qualify the procedure names used by your application?
--
Aaron Grady
MCSE + Internet, MCDBA, MCSD, MCAD.NET
SNA Server/Host Integration Server
Microsoft
This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"cmurialdo" <cmurialdo@discussions.microsoft.com> wrote in message
news:B37B8A20-A828-4B13-92D8-2E8732AE155C@microsoft.com...
I'm testing ado.net data provider of HIS 2004 and I have the following
problem:
I have an iseries that has procedures in a different library from the
data
library. I need to access both with the same connection, but the
connection
doesn't allow specify a library list where to look for the unqualified
objects. In the connection string I can only specify the Default Schema
for
unqualified objects names.
Is there any solution to it?
Thanks.
|
|
|
| Back to top |
|
 |
|
|
|
|