Manage Database with Oracle tools and Visual Studio 2010?
Hi,
I want to use oracle in a visual studio 2010 project.
I have the TNS String. and if i put connection in a connectionstring i can get informations from table on my project. But i would like to use a manager on my Server Property.
i have tried to use Oracle Developer Tools, but when i try to add a new Database Server, i get this error : Unable to resolve the connect identifier.
I take the tnsnames.ora from Admin/Sample and put it to Admin directory. set env variables for TNS_NAME on system to put where i set my TNS file. but after. What i need to do?
My OS are in 64 bits, my project are in 64 bits too. But i use a 32 bits versions of Oracle Client 11g. Does i need to use a 64 bits?
like i said, i can select * from a view inside my code with my connectionstring, but i can't see table, views, etc from Server Explorer in my VisualStudio 2010.
Thanks for your support.