Tagged Questions

6
votes
5answers
8k views

Excel ODBC and 64 bit server

using ASP.NET I need to update an excel template. Our server is running Windows 2008 in 64 bit mode. I am using the following code to access the excel file: ... string connection = ...
4
votes
3answers
1k views

Java: cannot update Excel using JDBC ODBC

I can read rows/columns just fine, but I can't update, insert or delete. try{ Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); String myDB = "jdbc:odbc:Driver={Microsoft Excel ...
3
votes
1answer
83 views

Excel to IBM DB2 Connection

I've been attempting to establish a connection with an IBM DB2 database with which I can extract the data. The details I have are: Server Name Data Library Username/Password. I've tried two ...
3
votes
3answers
7k views

Excel: Use a cell value as a parameter for a SQL query

I'm using MS Excel to get data from a MySQL database through ODBC. I successfully get data using an SQL query. But now I want that query to be parameterized. So I wonder If it is possible to use a ...
3
votes
2answers
2k views

SSRS: Error while querying data from an Excel file (through ODBC)

I am trying to render a simple chart using SSRS. The data is in an Excel sheet. I have set up an user DSN and created a data source in SSRS using ODBC. I am able to query the excel in "Data" tab. ...
2
votes
3answers
101 views

Import custom protocol into MS Excel / Access

I have a standalone Java application capable of replaying a time series of data records. Communication with the server is performed using a bespoke binary wire protocol over TCP/IP. We have a ...
2
votes
2answers
221 views

Writing an Excel spread sheet in c++

I want to write some data to an xlsx spreadshhet (ultimately into an existing one with multiple shhets, but for now would be happy with creating a blank single sheet file). Looking around it seems I ...
2
votes
2answers
419 views

Opening Excel ODBC connection from C#

I'm looking to create a process that opens several excel files and just refreshes them. I have code: excel.Visible = true; Microsoft.Office.Interop.Excel.Workbook workbook = ...
2
votes
1answer
308 views

Creating a custom ODBC / OLE driver in C#

Does anyone know how to create an ODBC or OLE driver preferably in C#? What I want to do is creating a custom data source which I can use in Excel and Access. Or do think of another way how to do ...
2
votes
12answers
329 views

Select uniques, and one of the doubles

I have a table with columns A, B and C. Column A might have duplicates. I need a query that will get me a resultset with unique values in column A, and I don't care which possible duplicate it takes. ...
2
votes
3answers
964 views

ODBC connect with propritary driver/Excel Trust settings

I have a spreadsheet in Excel that connects to an internal DB using the odbc driver for the software (Action Request System). That works fine. Now I'm trying to move the Excel file to a SharePoint ...
2
votes
1answer
966 views

Does anyone know the .net odbc driver connection string for excel 2003's xml spreadsheets?

I know this has a certain "send me teh codes" quality, but the internet has really been letting me down on this one. I have an excel file in excel 2003's xml format that I want to attach an odbc ...
1
vote
1answer
33 views

Retrieving scalar from excel file

I need to populate part of a string with a scalar obtained from an excel sheet: string myStr = myStr + excelResponce(myStr) ; However myStr is continuously updating and there is no need to put either ...
1
vote
0answers
76 views

MS Excel - Pivot Table - Accessing the source data when it isn't a tab in the spreadsheet

I have a spreadsheet that is emailed to me by an outside vender. It contains a bunch of pivot tables. I really couldn't care less about the pivot tables, I just want the underlying data. The data ...
1
vote
1answer
63 views

Large Volume Excel Data Pulls - Avoiding ODBC

We have a requirement to provide ad-hoc access to large subsets of a system's data to users to analyse in Excel. We do not want to grant direct ODBC access. This will curb our ability to make DB ...
1
vote
2answers
265 views

How do i connect Perl with an Excel file (*.xlsx or *.xls) using ODBC?

I have been asked to look into using ODBC as a database driver to be able to use SQL on an Excel workbook. I have seen a number of people using OLE as a driver, but the only ODBC walkthroughs I've ...
1
vote
1answer
222 views

ODBC connection to SQL Server 2008 through VPN failing

I have an Excel add-in that allows users to run queries against a SQL Server database and return the results directly to the spreadsheet. This works fine. There is now a user in a satellite office ...
1
vote
2answers
619 views

Using Microsoft Excel via an ODBC Driver with PHP

I am trying to insert data and select data from Excel using an ODBC connection. I have managed to connect to it: $dbh = new PDO("odbc:Driver={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, ...
1
vote
2answers
235 views

Excel ODBC on 64-bit - again

I fear this has been beaten to death, but I'm still struggling with the problem of reading Excel files in my ASP.NET application that has recently been ported to Server 2008 and 64-bit. Many posts I ...
1
vote
3answers
108 views

Read an Excel field as string even though there are only numbers in this field

I have an Excel spreadsheet with, among onther things, numbers that are identifiers. My odbc reader should return me something like '55201562000016', but too often it returns me something like ...
1
vote
9answers
942 views

Closing ODBC connection doesn't write Excel file

LS, Basically my code opens a connection to the Excel file, performs an UPDATE query, and closes the connection again. When I execute a SELECT on the file, and output it, it does reflect the updated ...
1
vote
1answer
320 views

Set Excel ODBC parameter based on user input

I have an Excel 2007 ODBC connection defined and I need to allow users to specify two of the paramaters each time the query is run. Something along the lines of SELECT * FROM table WHERE tdate ...
1
vote
2answers
399 views

How to write an Excel function which returns a value from an SQL database?

I want to write the following function which should be used in an Excel worksheet: =GetRecField("Foo Record Key", "FooField1") ...which will connect internally through ODBC to an SQL database, ...
1
vote
4answers
672 views

Inserting,updating,deleting data from and to excel files using oled or odbc connection

I have tried everything.but im not able to insert updat and delete the excel file..im able to connect the excel sheet.the connection also seems to be opened...here s my connection string: Dim ...
1
vote
3answers
1k views

Excel query table still works after deleting File DSN, how is that possible?

I have an xls with a pivot table using a proc to populate it. I deleted the data connection in 'admin tools - odbc - file DSN' and it still works, how is that possible? Does that mean that the ...
1
vote
2answers
6k views

How can I best use VBA in Access or Excel to test an ODBC connection?

Given a pre-configured ODBC System DSN, I'd like to write a function that gracefully tests that connection using VBA. Private Function TestConnection(ByVal dsnName As String) As Boolean ' What ...
0
votes
0answers
21 views

ODBC Excel Driver error on files with many rows

I recently started to work with larger files, and started getting the following error message: [Microsoft][ODBC Excel Driver] General error Unable to open registry key Temporary (volatile) Ace DSN ...
0
votes
2answers
53 views

.Cells VBA reference issue

I have this VBA below that is designed to loop through each WS and insert the top 4 rows of each data set. This works fine inside of a with, but that only lets me specify one sheet, instead of going ...
0
votes
1answer
142 views

“Solved” Query Excel date fields using ODBC return null

I use the following configuration to run a java program to extract data from a excel file. Some of these columns have data with time-stamp context. Platform: Win 7 (x64) ODBC: Excel (x32) [via ...
0
votes
1answer
77 views

access excel programmatically, run a ODBC query, save data, do vlookups

I am looking for a way to automate an entire process that uses Excel & ODBC queries. I know that Excel can use to a ODBC driver to run queries against a Mysql database. But I need this query to be ...
0
votes
1answer
90 views

How to use odbc to import excel file into mysql table via c++?

I have a c++ program, and I am planning to use odbc to communicate my c++ program with mysql tables. There is alot of tutorials online on how to access mysql tables using c++ and odbc, but how do I ...
0
votes
1answer
148 views

Parameterised Query to Oracle in ADO Crashes Excel

I have set up a parameterised query, using ADO 2.7 inside Excel 2007. The database connection is made via ODBC and every attempt at executing the query results in Excel crashing...and when I say ...
0
votes
1answer
107 views

Excel ODBC Import from MySQL

I have an excel import from ODBC setup using MSQuery and all of the data and rows I want are being returned fine there however when I send the data to my excel workbook I am missing 3 fields day, ...
0
votes
0answers
196 views

Excel: refresh SQL from ODBC file

I'm using Excel 2010 to read some SQL data using an ODBC data connection. To do this, I have .odc connection files which I can access through the "Data" tab and the "Existing Connections" button. ...
0
votes
2answers
107 views

Excel File with ODBC connection

I have an excel file which has an ODBC connection to SQL server. It works fine on my computer because I have ODBC connection set up on mine. But When I send the file to other people they can not ...
0
votes
0answers
172 views

Has anyone tried the ODBC drivers for HSQLDB?

Has anyone been able to use the ODBC drivers for HSQLDB successfully? I was able to create the Data Sources and on testing them, it said 'Connection Successful' but when I try to access the database ...
0
votes
0answers
55 views

How to read the names of columns in xls file by ODBC?

My data are put in a xls file as a table which first line is the names of columns. I read data like this, _ConnectionPtr m_pConnection; m_pConnection.CreateInstance(_uuidof(Connection)); ...
0
votes
1answer
177 views

Cannot connect csv to Excel thru ODBC

HI; I cannot connect a CSV file to a SpreadSheet when the file is open. Currently a have a csv log file that is being constantly updated. I was able to connect it a an Excel SpreadSheet by normal ...
0
votes
2answers
162 views

MS Access user able to enter data but not modify it

I am trying to create an Access database that will only allow a user to enter new data through a form, but not modify that record (or the rest of the data) once it is entered. The data will then be ...
0
votes
1answer
125 views

ODBC link to Excel file stored on a website?

I'd like to use ODBC to link from one Excel (2007 version) spreadsheet to another, where both of them are stored on a website (an Intranet website using Sharepoint). Is this possible? When I use the ...
0
votes
1answer
333 views

Error while executing Java code in RFT

I am using RFT(Rational Functional Tester) 8.2 for my automation. I am getting error when I am doing the following steps I using Microsoft Excel ODBC Driver to connect to excel sheet from Java ...
0
votes
2answers
845 views

Cast a data type with the odbc excel driver

I'm using the Microsoft Excel Driver to import an Excel document into a adodb.recordset so that I can remove duplicate rows and put it into the SQL Server database. The first column has values like ...
0
votes
1answer
276 views

Select String in odbc query

is there any posibility to select a string in an odbc query? i want select the sum of many excel sheets and also need the name of the excel sheet in the resulting pivottable, so i tried something like ...
0
votes
1answer
158 views

PivotChart over multiple Documents returns 0 as sum when document is empty

i have an weird problem with multiple excel documents and pivot charts: i used this report document to get information over multiple excel sheets: ...
0
votes
1answer
91 views

Is it possible to use regular expressions with ODBC + Excel?

LS, As an intermediate solution I thought of querying the Excel file (using ODBC, like I am doing right now), but use regular expressions instead of 'LIKE', is this possible? I couldn't find much ...
0
votes
1answer
334 views

Using Microsoft Query and ODBC to SQL Server, complicated query

I have a view in SQL Server that is somewhat similar to the following example. SELECT * FROM PEOPLE LEFT OUTER JOIN (SELECT ID FROM OTHER_TABLE ...
0
votes
1answer
244 views

Excel 2007 ODBC data populates when opened via Windows Explorer, but not when opened via Access VBA

I have an Excel 2007 workbook that contains an ODBC data connection (to FoxPro, if that matters). The connection is set to "refresh data when opening the file." When I go into File Explorer and open ...
0
votes
3answers
219 views

ODBC Connection to Flat file

What is the best way to take a database and make it a flat file? I am have an ODBC driver and need to pull the data out into a file file. Excel, Access? OpenOffice?
0
votes
2answers
410 views

How to rename an Excel worksheet using OLEDB, ODBC or something else, other than an instance of Excel?

I am needing to rename an Excel worksheet that comes to us via FTP. The server the sheet resides on does not have Excel running on it so trying to script it via WSH and vbscript using ...
0
votes
3answers
866 views

Windows Powershell 2.0 - How can I read ODBC from a System DSN into Excel 2007 worksheet

I see in the Excel documentation the QueryTables collection and ODBCConnection object, but not how to use them in powershell. I want to create a new workbook with a single worksheet, connect to a ...

1 2