Questions tagged [data-connections]
116 questions
1
vote
2 answers
using data connection from server explorer in c#
I use data connections to connect to a SQL Server 2008 Database. I search the web to know how to open, close and do queries (CRUD) but I found nothing.
In a first time, I would open a connection. I am stuck because I don't know how to get my…

Anwar
- 4,162
- 4
- 41
- 62
1
vote
0 answers
Web Services Copy.asmx(copyintoitems) - copy attach(base64binary) to Sharepoint library from infopath
I need to copy an attach(base64binary) from a form infopath to sharepoint library without code. So, I follow next tutorial like example of use. here
This tutorial use a Web services Copy.asmx(Copyintoitems) to copy files between sites Sharepoint…

Roberto Cuenca
- 11
- 2
1
vote
1 answer
Excel objects disappear during query
I have an Excel VBA-enabled workbook that has data connections which automatically refresh when the cells containing their parameters are updated.
Whenever one of those updates occurs, while the connection query is running, all objects on the…

El Kabong
- 23
- 4
1
vote
2 answers
Execute a task (line of code) at a particular time of the day
I am trying to enable/disable mobile data at specific time of the day. This is what I have so far:
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
…

who-aditya-nawandar
- 1,334
- 9
- 39
- 89
1
vote
2 answers
Enable/Disable mobile data
I am trying to enable/disable mobile data at particular time of the day. After googling through all the stuff this is what I have:
public class MainActivity extends Activity {
....
onCreate{ blah blah
}
public void onToggleClicked(View v) {
…

who-aditya-nawandar
- 1,334
- 9
- 39
- 89
1
vote
2 answers
Having issues connecting to a server with VS Pro
I just purchased a hosting account from Go Daddy with a SQL Server database and I'm trying to connect to it with VS Pro. I've tried everything I can think of, and called Go Daddy as well. I have SQL server 2008 on my machine, but Go Daddy has SQL…

Ben
- 1,023
- 7
- 18
- 35
1
vote
0 answers
InfoPath Send Entire Form When Using a Receive Connection
I'm trying to configure an InfoPath form with a receiving dataconnection (SOAP). When using a submit connection the option "Entire form (xml document, including processing instructions)" is available. But I need this for a receiving connection as…

Mar
- 11
- 1
1
vote
0 answers
'unable to retrieve list' in Dashboard Designer
After setting up the Performance Point Application and the BI Center I tried to create some data connections to a specific sharepoint site.
It works without errors on the "Project-task-list" and the "Issues-tracking-list". Unfortunately I also have…

EdensRiver
- 11
- 2
1
vote
1 answer
Problems reading an Excel file in VB.net
I have been trying to upload and read an Excel file (.xls, or .xlsx)
I am upploading sucessfully using this code:
Protected Sub btnUpload_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnUpload.Click
Dim filepath As…

Jamie Hartnoll
- 7,231
- 13
- 58
- 97
1
vote
0 answers
Error code: 0x80040E37 when import Excel files in SSIS
I am using SSIS 2008 (SQL 2008 R2), I am trying to import several Excel files (more than 100 files) into SQL Server using a FOREACH loop. I can successfully do this for just only the first file. But when start the second file give me that huge…

Potaiza
- 25
- 1
- 6
0
votes
2 answers
With MVC 2, how do I stop one app logout from logging out the user in a second app?
In VS2010 I have two MVC 2 based web apps within the same solution that also share a common Setup project. One app is a configuration utility for setting up users and variables in the opposing app. Upon installation, the two IIS directories look…

William Smith
- 1,949
- 4
- 25
- 45
0
votes
1 answer
Is it possible to set Azure Data Explorer and Event Hub with Cross-tenant data connection using Service Principals?
I want to set up an Event Hub Data connection in an Azure Data Explorer.
The Azure Data Explorer is in a different tenant than the Event Hub.
Checking the Azure Documentation about Cross-tenant data connection it's possible to do it by assigning…

Alejandro Alvarez
- 131
- 1
- 3
- 9
0
votes
1 answer
My code isn't storing uploaded Excel files in a SQL Server database. Can someone tell me what is wrong?
I have created a WPF application that has a graphical user interface that allows users to upload Excel files. These files are supposed to be stored in a designated SQL Server database. I would like each file to be stored as its own table and for the…

appdevlaur
- 1
- 2
0
votes
0 answers
Stop data connection file opening on refresh
I have a workbook with with pivot tables using Data connections to raw data files some .xlsx and some .xlsb files.
If that raw data file is open by someone else when I refresh the data it opens the raw data file in excel and displays it all on…

ajr45
- 7
- 4
0
votes
0 answers
Infopath form to show available days from Sharepoint list
I have an InfoPath form with a calendar picker with a connection to a SharePoint list which displays days. is it possible to show the days from the SharePoint list on the InfoPath calendar?
e.g Sharepoint list days Wednesday, Friday. InfoPath…

sql2015
- 591
- 3
- 13
- 34