Using the dataset designer in visual studio with ODP

Hi All
I can connect to our Oracle database and pull back data using code, this is connection string which works: -
Dim oradb As String = "Data Source=(DESCRIPTION=" _
+ "(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.1)(PORT=1521)))" _
+ "(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=fs1)));" _
+ "User Id=username;Password=password;"
But using the dataset designer what would I put in the server name box? See the following screenshot: -
http://i35.tinypic.com/2i6kk61.jpg

The other thing looking at this post: -
http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataset/thread/e438f930-975e-4057-9279-2a688804ebb0
They mention "In the Change Data Source dialog box, select Oracle Database Server from the Data Source list and select Oracle Data Provider for .NET from the Data Provider drop down list. Click OK."
I don't have Oracle Database Server or Oracle Database which I assume is Microsoft's offering and not ODP.NET.

Similar Messages

  • Is it legal if i use the flash.ocx in visual studio?

    Is it legal using the flash.ocx in visual studio?

    Hi;
    This is the documentation we can share related to FormsCentral security:
    http://forums.adobe.com/docs/DOC-1384
    https://www.acrobat.com/misc/en/security.html
    Thanks,
    Josh

  • How to manage a connection with powershell using visual studio with C#

    Hi
     I want to manage a connection with powershell for a web app using visual studio with c#. and also run command with pipeline 
    Plz give a some suggestions..

    Hi Raj_Kumar_Saini,
    To make things clear, could you please clarify these thing?
    1. Do you mean you want to execute some PowerShell scripts from C# language? These blogposts may give you  some ideas:
    Executing PowerShell scripts from C#
    Powershell Automation and Remoting (a c# love story)
    Execute PowerShell from a ASP.NET Web Application
    2. Is your question related to Visual Studio Integration? Do you want to build a Visual Studio Extension?
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can't sign in to Azure from Visual Studio with the 2.5 version of Azure tools

    I'm getting this message when I try to sign in to Azure from within Visual Studio:
    Sorry, but we're having trouble signing you in
    User account you used to sign in is not supported for this application. Please use a different account to sign in.
    View details
    CorrelationId: b17df2a1-a2ea-4548-a614-0700c06dbb0f
    Timestamp: 2014-11-26 21:48:55Z
    I'm using the same Microsoft account (a regular "Live Id", not an org account) as I use for logging into the Azure Portal.
    Anyone know how I can troubleshoot this?

    Hi,
    Based on your description, you have some issues when sign in azure from within Visual Studio, could you login successfully in IE? if all these fail, please contact with azure support, for this account issue, the support channel is the best choice, here
    is the support channel:
    http://www.windowsazure.com/en-us/support/contact/. If you can login successfully in IE, I suggest you try these options, 1) reopen the visual studio with administrator 2) remove the azure certificates then sign in again 3) if all these can't
    give you some help, please try to re-install the azure SDK or repair visual studio.
    Best Regards,
    Jambor 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SSRS 2008 R2 is extremely slow. The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes. I have read this is a bug in SSRS 2008 R2. We installed the most recent patches and service packs.

    SSRS 2008 R2 is extremely slow.  The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes.  I have read this is a bug in SSRS 2008 R2.  We installed the most recent patches and
    service packs.  Nothing we've done so far has fixed it and I see that I'm not the only person with this problem.  However I don't see any answers either.

    Hi Kim Sharp,
    According to your description that when you view the report it is extremely slow in SSRS 2008 R2 but it is very fast when execute the query in dataset designer, right?
    I have tested on my local environment and can‘t reproduce the issue. Obviously, it is the performance issue, rendering performance can be affected by a combination of factors that include hardware, number of concurrent users accessing reports, the amount
    of data in a report, design of the report, and output format. If you have parameters in your report which contains many values in the list, the bad performance as you mentioned is an known issue on 2008 R2 and already have the hotfix:
    http://support.microsoft.com/kb/2276203
    Any issue after applying the update, I recommend you that submit a feedback at https://connect.microsoft.com/SQLServer/ 
    If you don’t have, you can do some action to improve the performance when designing the report. Because how you create and update reports affects how fast the report renders.
    Actually, the Report Server ExecutionLog2  view contains reports performance data. You could make use of below query to see where the report processing time is being spent:
    After you determine whether the delay time is in data retrieval, report processing, or report rendering:
    use ReportServer
    SELECT TOP 10 ReportPath,parameters,
    TimeDataRetrieval + TimeProcessing + TimeRendering as [total time],
    TimeDataRetrieval, TimeProcessing, TimeRendering,
    ByteCount, [RowCount],Source, AdditionalInfo
    FROM ExecutionLog2
    ORDER BY Timestart DESC
    Use below methods to help troubleshoot issues according to the above query result :
    Troubleshooting Reports: Report Performance
    Besides this, you could also follow these articles for more information about this issue:
    Report Server Catalog Best Practices
    Performance, Snapshots, Caching (Reporting Services)
    Similar thread for your reference:
    SSRS slow
    Any problem, please feel free to ask
    Regards
    Vicky Liu

  • How to use the embeddable designer in VB6

    I realize that I'm late to the party, but ......
    I use Visual Basic 6 and CR XI. I do NOT design my reports with the embedded designer in the VB6 UI but rather build them in CR XI as rpt files and then have a viewer app in my VB6 code that displays the report(s) to the CR XI Viewer control.
    I have looked at the sample that uses the embeddable designer in the VB6 UI and am intrigued.  It looks to me like there would be a designer object for each report.  In an app with multiple report capability, would I have a separate designer object for each report?  The default viewer code that launches when a designer is added to the VB project seems very tied to the designer.  I'd like to have one viewer form and multiple designers.  Does anyone have sample code that would demonstrate this?
    Thanks.

    Hello John,
    your question is more developer related.
    Please add your new question in the right [dev forum|https://www.sdn.sap.com/irj/sdn/businessobjects-sdk-forum].
    To answer this question : Yes it is possible to create MDI application with multiple viewer and embedded designer. Each viewer can have its own designer, no problem.
    I would not have code for VB as lots of programmers prefers C++ for those tasks.
    If needed I can send you  C++ sample for CR XI R2 for the RDC.
    In addition, it is even easier to use the new .NET platform to create projects like this.
    Please find some starting ideas in code on our [dev site|https://boc.sdn.sap.com/dotnet/samples].
    Best regards

  • Problems consuming a MII web service using 'Add Service Reference' in Visual Studio

    I can generate a client proxy when I use 'Add Web Reference' in visual studio, but when I try to use 'Add Service Reference', I get an empty stub. We have a product that generates web service client proxy code in a manner similar to that used by the Microsoft 'Add Service Reference' code. We are usually able to consume ASMX web services as well, but currently are unable to consume the SAP MII web service. Any help would be appreciated.

    Hi Didi,
    I can successfully add a Service Reference and execute an MII transaction with input and output parameters through the Service Reference.  This is using MII14 SP5 latest patch, and Microsoft Visual Studio 2008 in C#.
    Which version of MII, and which version of VS?
    Can you paste the MII url into a browser and get it to return the WSDL?
    Regards, Steve

  • App.Xaml cannot be edited in design view(Visual Studio 2012 for Window Store).

     App.Xaml cannot be edited in design view(Visual Studio 2012 for Window Store).

    The
    Simple Application Walkthrough specifically instructs one to edit App.xaml (because it previously had you inject a defect by changing the name of the file StartupUri property points to). So that is the scenario, or one of them. I assume it is 'valid'
    to rename MainWindow.xaml to whatever you want it to be.
    So there should be some way in the IDE to fix this (short of changing the file name back to match StartupUri). What is it? 
    Like another person here, I just edited it with a text editor and reloaded it into VS. But...

  • Connection Problem When Using Oracle Developer Tools for Visual Studio

    I tried to create an Oracle Connection in my Visual Studio 2008 after installing Oracle 11g, Oracle Data Access Components (ODAC) with Oracle Devleoper Tools for Vissual Studio version 11.1.0.6.20.
    I followed the directions according to "Building .NET Applications Using Oracle Developer Tools for Visual Studio, when I click Test Connection, I keep getting the error message below.
    Microsoft Visual Studio
    ORA-12170: TNS:Connect timeout occurred
    OK
    ---------------------------

    I solved the problem.
    This is what I did for the benefit of the embryonic newbe like me.
    On the Add Connection Dialog
    1.     For Data source name I selected Local Database
    2.     I clicked on the specific User Name and I typed SYSTEM
    3.     For Password, I typed orcl (the password I setup during the installation) (HR did not work for me for User name and Password according to the tutorial instructions)
    4.     For Role, I selected Default
    5.     Connection Name, I selected Local Database
    6.     Before proceeding any further went to Windows XP SP3 where I was operating from, under Start Menu, I selected Administrative Tools then Services
    a.     On the Windows Services (Local) Dialog, under name, I selected OracleServiceORCL and OracleOraDb11g_home1TNSListener. I clicked on them one at a time
    b.     On the presented Dialog, under Service Status, I Clicked on the Start Button to start the Services
    c.     Then I went back to the Add Connection Dialog. I clicked on Test Connection, it connected okay. I finally clicked on Okay to connect.

  • Showing tables from the right schema in Visual Studio Server Explorer

    Hi,
    I have a 10g Oracle database with quite a few schemas. My user id has access to all these schemas. Once I am connected to the database using the connection string stored in Web.Config, I am able to do CRUD operations on any table in the database through code. What I want to do is, in the Server Explorer of Visual Studio 2008, create a connection to the database so that I can see all the objects in the Explorer. Though the connection is successful, the problem is the tables and other objects shown in the explorer is not from the schema I want. How would I display the objects from the right schema in the database in Visual Studio Server Explorer? In other words, how would I tell the Server Explorer to display objects from a specific schema? Any help is hightly appreciated. Thanks.
    Babu.

    Hi,
    About Visual Studio Server Explorer – Azure resources, we can get detail information from this blog, the blog link is:
    http://blog.ict.eu/2013/09/visual-studio-server-explorer-azure-resources/
    Cloud Services
    First all Cloud Services are listed. For each Cloud Service the Production and Staging deployment slots are listed as well as the instances within a deployment.
    But we didn’t find all cloud services from VS Server Explorer, I reproduce the same issue (the health cloud service didn't list in the VS Server Explorer), we can try to submit this via
    http://blogs.msdn.com/b/jnak/archive/2008/10/27/submitting-a-bug-against-the-windows-azure-tools-and-sdk.aspx?Redirected=true
    Thank you for your posting!
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can i use the amp designer or pedalboard for software instruments in garageband 10

    how can i use the amp designer or pedalboard for software instruments in garageband 10?
    and how can i customize the effects for the master track? in different factory presets are different effects, but how can i choose them manually?

    hongconga wrote:
    I want to record a podcast using my Mackie mixer and have the mix sent to Garageband through the USB I/0, but it doesn't seem to give me the option.
    i think the first thing to do would be to check with Mackie support. two things noted on Mackie's website:
    DRIVERS::
    No Driver Required for Supported Windows (PC) or OS X (Mac) Versions
    (note "supported")
    and
    For the Mac::
    Mac OS X 10.4.11 – 10.7.1
    ask if their firmware currently supports OS X 10.9.x

  • SSRS Report Designer in Visual Studio 2013

    Hi all. Does anyone know what I need to install to be able to open rptproj projects in VS2013? I found a page which says it is possible, but it doesn't go on to explain what I need to install to make it happen.
    It seems that every version of VS that comes out this is a problem. They never make it clear and you end up spending hours trying to find out how to do it...
    Thanks

    Hi BuckBuchanan,
    If we want to create SQL Server Business intelligence projects on Visual Studio, we need install SSDT-BI for Visual Studio. However, the SSDT-BI for Visual Studio 2013 has not been release, so we cannot create SQL Server Business intelligence projects on
    Visual Studio 2013. The commercial release of SSDT-BI is expected to be based on the newer Visual Studio 2013 in conjunction with the commercial release of the SQL Server 2014. For the detail information about it, please refer to following link.
    http://blogs.technet.com/b/dataplatforminsider/archive/2013/11/13/microsoft-sql-server-data-tools-update.aspx
    Currently, if you want to create Business intelligence projects, you can install Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2012.
    SQL Server Data Tools – Business Intelligence for Visual Studio 2012 released online
    Regards,
    Charlie Liao
    TechNet Community Support

  • How do I use the AirPlay Mirroing on my mac with Mountain Lion ?

    How do I use the AirPlay Mirroing on my mac with Mountain Lion ?
    I watched the video about Mountain Lion, but the airplay icon can't appear on my menu bar.
    WHY ?

    i have a MacBook Air (Early 2011)
    and it doesn't support the airplay mirroring ,,, the only things that the failed to do is  " MENTION IT "
    it wouldn't hurt anyone if they just say it's limited to Late macs ,,,, i really wanted that feature and i updated my mac so i can watch movies on my HD screen ,,,,
    i hope they made and update for it ,,, otherwise i have to wait another 4 months to get a new macbook pro

  • Can I use the Apple ADC to DVI adapter with a VGA monitor?

    Hey everybody,
    I have a quick question. I work on computers fr friends and family as a hobby. I have an ADC monitor and need ot be able to hook up computers with a VGA port on them to it. Can I use the Apple ADC to DVI adapter along with an Apple DVI to VGA adapter to successfully connect VGA computers to my ADC display? I was assuming this would work and ordered both adapters but now I have made myself nervous about weather or not this will actually work. Has anybody out there successfully done this? Thanks for your help in advance everybody.

    You can't run an ADC display with a VGA computer without a converter. Adapters won't do it.
    a VGA to ADC converter will drive the ADC display directly
    <http://www.gefen.com/kvm/product.jsp?prod_id=1301>
    If you have the Apple DVI to ADC adapter
    <http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=18 72D402&nplm=M8661LL/B>
    you could use it with a VGA to DVI converter
    <http://www.gefen.com/kvm/product.jsp?prod_id=1310>
    It might be cheaper to get DVI graphics boards for the computers and use the Apple DVI to ADC adapter.
    <http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=18 72D402&nplm=M8661LL/B>
    Your title says "Can I use the Apple ADC to DVI adapter with a VGA monitor?". If you want to connect a VGA monitor to a computer's ADC port you need the ADC to VGA adapter
    <http://www.gefen.com/kvm/product.jsp?prod_id=1299> You can't use an ADC to DVI adapter followed by a DVI to VGA adapter, because the ADC to DVI adapter doesn't pass the analog video signals needed for VGA.

  • Why can't i use the radio on my nano 7g with bluetooth

    why can't i use the radio on my nano 7g with bluetooth. i wanted to use wireless feature at work but i only use the radio at work , so i bought bluetooth stereo headphones by plantronics, got the backbeat 903, at wal-mart  . got home got it all set up and works fine but not for radio , i'm so dissaponted and am thinking i might take them back and continue using the wire ware , but then again i like listening to my podcast while doing dishes and chores at home so the bluetooth would be better for that .

    i have sent a feedback form to apple about this problem . i hope that they work on a sulotion for it .

Maybe you are looking for