The database-connection tag has no wiki summary.
0
votes
2answers
40 views
display data in SharePoint 2013 through ODBC
We are two students doing our internship (meaning we work with SharePoint 2013) in a company where they are already using SharePoint 2007, they want to implement what they have in SP2007 into SP2013. ...
0
votes
0answers
42 views
Database move that didn't go as planned
I got asked to urgently look at a SharePoint server which had its databases moved to another instance, this is a SP 2010 server 2 WFE and 1 App Server farm.
These got moved to a SQL 2012 cluster and ...
0
votes
0answers
32 views
Can't start configuration database service
TL;DR: I can't start the SQL Server service that my content database is on.
I installed SharePoint Foundation 2010 on a Win7 box a while back. About a year ago I disabled some services (in ...
1
vote
0answers
44 views
Access keeps losing connection to Sharepoint list
I'm setting up an Access 2010 database to have a table that is linked to a Sharepoint list, and I'm experiencing connectivity problems.
Whenever I edit a record in the linked table, and then press ...
0
votes
0answers
19 views
InfoPath unnable to connect to database, opens in offline mode
Help! Form actually opens and connects properly in preview and when I edit the template that is stored in the library, it connects successfully connects to the database on our shared drive. This is ...
1
vote
0answers
24 views
How do I change SQL connection from one server to another on an an External list
I have an external list that points to SQL Server A. Server A is being de-commission and the database is moving to SQL Server B. I need to change my connection for my lists.
I created a new ...
0
votes
1answer
41 views
Accessing Entity Framework from Timer Job: connection string problem
I had a DB that normally I access from my SharePoint (2010) custom feature by Entity Framework.
The connection string is stored in the web.config.
If I do something like that from outside TimerJob:
...
1
vote
1answer
78 views
InfoPath Form Works Under Admin Account But Not Under Regular User
An InfoPath browser enabled form that has udcx connections from a connection library, code in C# and some rules, was created and tested on the SharePoint server and functions more or less as designed ...
0
votes
0answers
91 views
ODBC connection to Excel 2007
please help how it is possible to connect Excel 2007 to sharepoint 2007 ?
Current code is:
<asp:GridView runat="server" id="GridView1" AutoGenerateColumns="False" ...
1
vote
1answer
108 views
Service accounts for database connection
We have a SharePoint web application with multiple site collections under that. We have built a new site which will be hosted under the same web application but in a new site collection. It has some ...
0
votes
1answer
174 views
SharePoint 2010 - Force to use non-1433 SQL Port
In my farm, I was using the standard 1433 port for SharePoint to communicate with SQL. Our project lead came down with the order to change the SQL port to a non-standard port from 1433.
I went ...
0
votes
0answers
81 views
Unable to refresh a workbook in a Pivot Gallery
I have a workbook in a Pivot Gallery, and when I try to refresh all the data connections I get the following error:
Unable to refresh data for a data connection in the workbook. Try
again or ...
1
vote
2answers
3k views
Moving the Sharepoint 2010 configuration Database to a new DB server..?
We were using the database server "OldDBServer" and have copied all the databases on the new database server "NewDBServer". Now, all the reference (like CA admin content DB, content DBs & Service ...
0
votes
0answers
115 views
When using a SQL database connection with stored procedures is it possible to use an output parameter
I'm kind of new to attempting this sort of thing and I have some unique restrictions, so please bear with me.
I am attempting to connect to data in a SQL database through stored procedures in my ...
0
votes
1answer
145 views
Connecting to Access Database with Sharepoint
i'm trying to connect to an Access Database which is located on the desktop's server.
I tried this :
DatabaseAcces dbSAP = new DatabaseAcces(@"Provider=Microsoft.Jet.OLEDB.4.0;Data ...