Questions tagged [data-connections]

116 questions
1
vote
1 answer

How to Run scheduled functions in Kusto?

I have a Kusto table, which has incoming streaming data. However, I need to store the aggregates per day in another table. Is there a way to run scheduled functions in Kusto which for example runs at midnight and ingests the result into an aggregate…
1
vote
1 answer

How to open infopath templates in code and change data connections URL

I need to iterate through infopath templates (xsn files) and change the URL of data connections, and then save the changes to the templates. The data connections I want to change, points to lists in a sharepoint environment. So, how could I…
Morten
  • 87
  • 1
  • 9
1
vote
2 answers

Querying BigQuery Events data in PowerBI

Hi I have analytics events data moved from firebase to BigQuery and need to create visualization in PowerBI using that BigQuery dataset. I'm able to access the dataset in PowerBI but some fields are in array type I generally use UNNEST while…
1
vote
0 answers

Dynamically Change Path of Data Connection in Excel

I developed a workbook that uses Power Query to import data from two CSV files that are saved in a Box Sync folder on my desktop. Box is a cloud storage service that routinely syncs data stored in the cloud on the user's desktop. When another user…
user6866797
  • 135
  • 2
  • 17
1
vote
1 answer

Create Backwards Compatible SQL Server data connection in Excel 2016

I've recently been upgraded to Excel 2016. However I'm now finding that data connections I create to our SQL Server database cannot be refreshed by users with Excel 2013. Is this a known issue? Is it something I can do anything about? I am now…
1
vote
1 answer

SQL query of a string (nvarcahr(256)) doesn't give the data from table

[Table design]: I inserted to the table using: INSERT INTO Orders VALUES (N'Test', 10, 20) [Data in the table]: Now when I try to set a query to get row in the table by user name. So I used the query: SELECT * FROM Orders WHERE User =…
1
vote
1 answer

How to handle the negative response of connection request in Wi-Fi direct in Android devices?

I am using Wi-Fi direct in my application. I am able to establish the connection between two Android devices. I want to handle the negative response of connection request. When a User1 send connection request to User2 and if User2 denies that…
1
vote
2 answers

Database connection for JDBC request on jmeter

For JDBC request on Jmeter I have configured properly Database Connection Configuration with giving Database Url- jdbc:mysql://developmentdb.cwwxeukesrtn.ap-southeast-1.rds.amazonaws.com;Development_DB JDBC Driver Class-…
Farzana Mim
  • 55
  • 1
  • 5
1
vote
1 answer

Dataconnection to MySql (ADO.NET) - ConsoleApplication C# vs2015

After days of research and having found lots of information (even here on stackoverflow), I'm still not able to add a dataconnection to my local MySQL-Server. I tried different versions of the MySQL Connector/NET and the MySQL for Visual…
1
vote
1 answer

Excel Data Connection - Unrecognized Database Format

I have a data connection in several Excel documents that share the same source file on a shared network. If one user opens the source file and another user attempts to refresh the data connection, the query fails and displays an Unrecognized…
CJK
  • 99
  • 7
  • 20
1
vote
1 answer

disable data connection in dual sim android

I want to disable data connection and I am using this code. ConnectivityManager dataManager; dataManager = (ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE); try { dataMtd =…
Archish
  • 850
  • 8
  • 32
1
vote
2 answers

Excel VBA change just the Server name in all data connections in a workbook

Good Afternoon All, I have been looking at various ways to change/update the data connection strings in a workbook to update the Server name only and keep the other parts of the string as they are. Basically we have migrated servers and the server…
TSQL_Newbie
  • 691
  • 2
  • 10
  • 19
1
vote
1 answer

PostgreSQL via pgAdmin III - Server Doesn't Listen

Our company has an old linux server that runs a few tomcat web applications. One of those applications is connecting to PostgreSQL. While I'm a C#.Net/Windows coder, I need to connect to this database from my computer using pGAdmin III (or any…
shubniggurath
  • 956
  • 1
  • 15
  • 31
1
vote
0 answers

The xml for analysis request timed ,when trying to connect ssas cube from Excel

There are workbook connections in excel sheet, which connects to an analysis service cube. All connections connects to same cube on same server. only One of the connection keep giving the following error message!!! Data could not be retrieved from…
user1254579
  • 3,901
  • 21
  • 65
  • 104
1
vote
1 answer

Asp.net OnItemDataBound function affects performance?

Below is a basic example to explain what my concern is. I have a listview that gets data from SQL Server and has OnItemDataBound event which loops through each row of the data. And in C#, the event function ListView1_ItemDataBound is called for each…
SpiderWeb
  • 79
  • 6