Possible values for ProviderManifestToken ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
nlz242
Posts: 10
Joined: Fri 17 Apr 2015 15:09

Possible values for ProviderManifestToken ?

Post by nlz242 » Fri 17 Apr 2015 15:13

Hello!

I have two questions about the ProviderManifestToken that is located in my edml file.

1. Can i find a list of supported values ? I know "Oracle" and "Oracle, 11.2.0.1" works but i'd like to go lower (Oracle 9i) and i have no idea what i should input there, i tried 9.2.0.4 and it didn't work so well! heh

2. Where, in the Entity Developer UI, can i set this value? I'm currently changing it in the XML directly.

Thanks!

nlz242
Posts: 10
Joined: Fri 17 Apr 2015 15:09

Re: Possible values for ProviderManifestToken ?

Post by nlz242 » Fri 17 Apr 2015 17:24

Scratch that, it looks like 9.2.0.4 works.
Question still stand tho :)
Thanks

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Possible values for ProviderManifestToken ?

Post by Shalex » Mon 20 Apr 2015 11:53

nlz242 wrote:Where, in the Entity Developer UI, can i set this value?
Please open your *.edml model, select designer surface, press F4 (Properties), and set the Provider Manifest Token attribute.

By design, the value of Provider Manifest Token is updated automatically if you change connection string via Database Explorer and open connection.

Post Reply