I want to have an integration from ADX to App Insights. I have only seen documentation about the other way around. Is there any way to query an ADX database from App Insights?
No, currently you cannot query ADX from Application Insights. Please open the applicable item in Application insights user voice
Related
Created an account site for an account through in oracle e-Business Suite screen.
Wrote a service to update this account site from other third party application. So calling API update_cust_acct_site from C# to update the account site details. It called the API and updated the detail well in ebs table. I can query it in oracle table through sql developer. But I could not see the account, account site in oracle e-Business Suite application screen.
In this way, I am also updating Location, party site and customer sit use objects using the API.
Why i could not see it in e-Business Suite after calling the API?
Should I need to run anything else to make it visible in application?
please help me.
I am not good in Oracle / EBS stuffs.
thanks
This is more of a general question about the future of AppMaker I guess... I have a few ideas that I would like to try out - mostly some tools that could help my clients - and I was wondering if there will be a way to deploy an app made with AppMaker to multiple domaine.
A (dumb) example would be to create a Task management app that you can centrally develop and deploy as a Saas service to multiple clients.
I would be interested to hear some insights before investing too much time in this.
Currently, App Maker applications are restricted to the domain of their owner. However, you can export an App Maker application and import it in multiple domains and possibly share the same Google Cloud SQL backend. Keep in mind that sharing the same database will be challenging when it comes to changing the schema since you will have to synchronize updating the applications in the different domains.
I am writing a Xamarin.Forms Android Azure Mobile Apps App and want to take a look into my SQLite database while debugging my app. I am using Offline Sync.
Is there a good tool I can use for that like SQL Server Management Studio for MS SQL Server databases?
thanks,
Eric
Something like http://sqlitebrowser.org/ for instance? Google is your friend.
I'm new to iOS development. I have to make an application that connects to a Sybase database. My bet would be to use ODBC. Does anyone know how to connect to an ODBC enabled database from within objective C.
I've encountered applications that can do this but I don't seem to find any specific iOS related documentation or source code examples. Does anyone have even the slightest idea?
Thanks in advance!
There is a new ODBC SDK for iOS available at http://ODBCrouter.com/ipad complete with screenshots and an app you may download and use with the online demonstration system.
Mostly you want to get to remote databases through a web service layer. The app I'm currently working on does a TON of database interaction, and I wrote a number of PHP scripts that live on a web server on the same machine with the database. My PHP receives web requests from the app, does the DB work, and responds with JSON objects. You can obviously use any web layer you want--asp, perl, you name it--and respond with XML if you prefer. Doesn't matter.
I don't know of anybody actually interacting live with a database interface, ODBC or otherwise, directly from the phone. The way people seem to be going about it is via an intermediate web app layer.
iPhone SDK can use SQLite I am unsure of others. Perhaps the best choice will to be to free it of the ODBC issue and write a web service façade to provide the database access.
WCF Data Services /w Entity Framework and the OData client library for iOS will give you full CRUD access to the schema.
Please tell me how can i use/integrate/get Outlook's Scheduler in my asp.net application. i mean a person can use Outlook's scheduler to create his schedule..and i can show it in my asp.net application. or if any sample scheduler code/control is available than also give me link of it.. plez help me out.. thanks.
i have just read about "Google Data API" and "Calendar Data API" plez tell me about it.. is it can provide me facilities of good scheduler?
You can't reliably use the Outlook API from an ASP.NET application. Outlook is only designed to be automated from interactive client applications.
You can however use the Exchange Web Services API to access the data in Exchange. This is much better than using Outlook even if it were possible because you don't incur the heavy overhead of the Outlook application just to access the data.
Exchange Web Services
Here is an excellent scheduling tool in ASP.net. Have been using it for years and it is great.
http://www.daypilot.org/