I am trying to add Teradata in vs 2010. Can anyone please help me?
You can check the below post they are trying for mysql. I need for teradata.
How to connect to a MySQL Data Source in Visual Studio
I would suggest installing the .NET Data Provider for Teradata found here. You will have to register for the Teradata Developer Network to download the software if you have not done so previously.
Related
I installed Oracle Data Provider for .NET via NuGet as explained in the tutorial. Now, the tutorial expressly states at stage 8 that:
Note: You will see that ODP.NET and Entity Framework configuration
information has been added to the project. Managed ODP.NET does not
require any Oracle Client installation.
Indeed, I did not install the Oracle Client. However, when I try to use the Entity Data Model Wizard in VS2013 or VS2015 the Managed Driver does not show up - see VS screenshot.
How do I get the Wizard to show the Managed Driver? Must I install ODTwithODAC or is there a way to avoid it?
Is it possible to use Entity Framework ("EF Designer from Database") without using the Wizard?
I am trying to implement Custom Data Extension for the SSRS reports to get data from an assembly code as DataSet and display them.
I am able to fetch data and create DataSet in RDL report but on preview it is displayin g the below error:-
It seems like some mismatched version used.
Let you know my configurations as follows:-
Visual Studio 2013 with Data Tools 2014
SQL Server 2014 with MSDTBI tools and BI Services
Tried a lot but not getting any clue which all versions shall i use for VS and reporting services combination?
Any help would be of great help.
Regards,
Smruti Ranjan
I had a similar error to this. My issue was that I was using the wrong version of the Microsoft.ReportingServices.Interfaces dependency in my data processing extension. I was retrieving it via NuGet rather than using the version that was included with my BI install located in C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies\Microsoft.ReportingServices.Interfaces.dll
I had install a Visual studio 2013 ultimate version and oracle 11g express edition (11.2.0.2.0 64 bit) in my pc.
I tried to open a existing project and try to connect the database, but it throw me the error above. as long as I refresh the database OR conn.open(), it will throw me "OraOLEDB.Oracle provider is not registered on the local machine".
Anyone has experience this issues? or any method that might help on this? I have struggle with this problem for few days.
Your comment and suggestion is much appreciated!!!
Looks like you did not install the "OraOLEDB.Oracle" - it is not included by default.
Check your options in Oracle Universal Installer or you can download it from here 64-bit Oracle Data Access Components (ODAC) Downloads
Note, since you installed 64 bit version of Oracle, you also have to compile your application as "x64", otherwise it does not work.
I want install Oracle 11g report builder, but not know what I'm must downlaod because i ;m download Oracle Database 11g Release 2 and I can't found there Report builder maybe I must download something else ?
Here is 11g Bulder and here you can find documentation.
I want to use Sqlite Provider which has Linq with Entity Framework feature. But i could not find Sqlite installer which is compatible with VS 2012. I tried to install it from http://sourceforge.net/projects/sqlite-dotnet2/files/ but it doesnt get intergrated with VS 2012. I installed SQLite for Windows Runtime too. But that also didnt help. I am not able to find provider while creating ADO.net entity model. Please let me know is there any Sqlite provider available for VS 2012.
Thanks in advance.
Are you looking for something like this?
http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx