Excel and static server
Need to host an excel file (2003, 2007) on a Static server. Want to be able to allow multiple users to modify the file and have the data displayed in a static web page. Is this possible?
Need to host an excel file (2003, 2007) on a Static server. Want to be able to allow multiple users to modify the file and have the data displayed in a static web page. Is this possible?
I am working using VBA macros in Excel (2007) to execute Stored Procedures (SP) in a SQL Server Express 2014 instance. When the SP is simply SELECTing data to return, the connection works fine.
What is the recommended connection string for Fluent NHibernate connecting to SQL Azure database using cloud services. For example, should Pooling=true/false; MultipleActiveRecordsets=true/false;
How can I prevent the SQL Login box when accessing SQL Azure from an Access front end? I've tried putting the credentials in the ODBC connection string for the native client and I've tried connecting from VBA;
I am really needing a solution for this if anyone can help! I am not a programer, but am proficient with Excel, Adobe, Adobe, Livecycle Designer, etc.
I am using Excel 2010 on Windows 7. My objective is to retrieve data from an unopened workbook into the active workbook. I keep getting the message "Compile error: Expected: end of statement". that highlights ".12" right of the "Provider=Microsoft.ACE.OLEDB" part. The code I am using is -
Hi, I am starting to work with a file written in excel 97 & access 97 for forecasting, it is fairly involved and does a great job of profiling etc.
Hi, I am using OleDbDataAdapter to read data from a excel sheet, which have a column having data of 'INT' type in staring some rows after that 'VARCHAR' type.
Hi, I have a Virtual Machine in Azure and I have installed SQL server in it. I can connect my mssql in local webservice in VM but I couldn't connect it from other pc. My Azure name = *tie.cloudapp.net
Hi all Together ! How to Connect VB.NET to SQL Server? Please Answer when you saw my question , I'm waiting .
I wanna import an excel file to C# and using the guidelines on internet (forums), I installed a 32bit version of access database engine and then "The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine"
Hi there, the connection from Excel VB to Oracle 10g and 11g using the Microsoft OLE DB-Provider 'MSDAORA' and installed Oracle Client works fine with this connection string:
Hi All, I am trying a Tricky one here, Request your help on the same. I have access 2007 Data base, Present in Share point. I have a Excel macro which Interacts with Access Database.
Dear All, how to write the connection string of a file which is XML spread sheet 2003 my file named test.xml and its contains is: <?xml version="1.0"?> <?mso-application progid="Excel.Sheet"?>
Dear all, how to write the connection string of XML File which represent a Spread Sheet document
I have read countless postings on connecting to Oracle and I am still stumped. One problem may be that I am running a 64 bit machine with 32 bit Oracle installed trying to make everything work. When I
Here's the setup: MS Access has a linked table to SQL Server. SQL Server has a password on it. Trying to use Excel VBA to query this linked table in Access, but I can't get the connection string co
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. How can i solved this problem??
I need some help with code for connecting to an Excel file saved on a SharePoint server. The code works fine here Public Sub Read_Master() Dim cn As ADODB.Connection Dim adoRS As New ADODB.Recordset
We have the need to distribute an Excel report with embedded SQL. We do not want to have to publish the ODBC connection to every user's desktop, but for Excel to reference some centrally located file
I am sure this question must have been asked before but I haven't found any answer on the web. How does one create a dsnless connection string in Excel 2010 in order to access a sql-server database?
Hello world! I am digging myself into the topic of database connections and unfortunately I am stuck. Problem: On a sharpoint webserver I have two files: source.xlsx and analysis.xlsx. The source
The example of the program of import of data in Excel from PostgresSQL DB is necessary
I use var selectCmd = "SELECT * FROM [" + excelSheetName + "]"; The connection string With Extention of: Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" + absPath + fName + ";Extended Properties=
Hi all, using the SQL Azure Migration Wizard tool, I get the following error in around 10 tables, when trying to connect to the SQL Azure instance. The first step for connect to the Umbraco DB is sup
hi, i m new to this environment. can u explain me how can i get all the column names from a sheet.I have more than one sheet in my workbook and i want to get the column name from with their respectiv
I have tried to connect to Citrix Oracle Database using the logic i used to connect to Database..But here i am getting error.. is Connecting to Citrix database is different to Normal Oracle databas
Hi I have made this VBA programming that copys from a Excel sheet to another. But now I get this message "There is a lagre amount of information on the Clipboard. Do you whant to be able to paste t
Hey all, first time poster. I am a GIS (Geographic Information Systems) analyst and I use ACCESS and EXCEL alot for data extraction to bring into my GIS system. I have a vbScript file that was crea
Hi. I have two files (file1.xlsm and file2.xlsx) and I want to bring a series of data from file2.xlsx to file1.xlsm, without opening the first one (file2.xlsx). For this I am using this code, which