ms-jet-ace Questions
6
Solved
DECLARE @PATH NVARCHAR(1000) = N'\\MY-SERVER\C$\Folder\\'
DECLARE @TABLE NVARCHAR(50) = SUBSTRING(@FILENAME,0,CHARINDEX('.',@FILENAME))
DECLARE @SQL NVARCHAR(4000) =
N'IF OBJECT_ID(''dbo.' + @TAB...
Onondaga asked 30/11, 2017 at 16:50
10
Solved
I am trying to extract the schema of an .mdb database, so that I can recreate the database elsewhere.
How can I pull off something like this?
Centerboard asked 30/3, 2009 at 20:10
3
Looks like I'm not the only one out there with this issue, but there doesn't seem to be an anwwer to this problem.
I'm working in Access 2010, using a linked table to an SQL Server 2005 database (...
Highly asked 21/1, 2011 at 22:29
2
I received an error while trying to execute an MS SSIS package that contained Excel source:
"The Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine".
While trying to ins...
Seduce asked 7/2, 2017 at 12:52
5
I'm trying to read Excel spreadsheets with a 64bit Process. Therefore I use the 64 bit Version of Micorosft Access Database Engine 2010.
The following code
var cs = @"Provider=Microsoft.ACE.OLEDB...
Ebon asked 20/8, 2010 at 13:50
2
I am experiencing a timeout issue writing data from a dataset into an excel spreadsheet. Here is my connection string currently:
<add key="ExcelConnectionStringHeader" value="Provider=Microsoft...
Monthly asked 23/10, 2012 at 20:7
8
Solved
We know the MS Access database engine is 'throttled' to allow a maximum file size of 2GB (or perhaps internally wired to be limited to fewer than some power of 2 of 4KB data pages). But what does t...
Sheepfold asked 3/8, 2009 at 9:35
6
Solved
I have 2 tables AP and INV where both have the columns [PROJECT] and [Value].
I want a query to return something like this :
PROJECT | SUM_AP | SUM_INV
I came up with the code below but it's ret...
Kauffmann asked 7/4, 2010 at 9:49
3
Solved
I'm trying to import an 82k+ row table from an access db to SQL Server 2008.
Using the SQL Server Import and Export Wizard, I get an error at about 78k records entered.
Here's the error:
Error 0...
Everson asked 17/12, 2009 at 19:54
1
Solved
I'm trying to run the code below to insert a whole lot of records (from a file with a weird file format) into my Access 2003 database from VBA. After many, many experiments, this code is the fastes...
Virginity asked 7/6, 2010 at 2:50
11
Solved
For a small project I need to utilize a simple database with very light requirements: few tables, no more than few thousands of records in total, 2 or 3 users. I am working in .NET environment.
As...
Lateral asked 29/3, 2009 at 16:40
7
Solved
I asked a question a while ago about which local DB was right for my situation. I needed to access the DB from both .NET code and VB6. The overwhelming response was SQLite. However, I decided to pa...
Seasonseasonable asked 25/3, 2009 at 6:12
3
Solved
I'm looking for a Delphi component / library to open and read from an mdb (MS Access) database. I will not be writing to the db or displaying the data; just need to read the db using whatever...
Fruin asked 10/4, 2009 at 0:24
4
Solved
What is the proper multi-character wildcard in the LIKE operator in Microsoft Jet and what setting affects it (if any)? I am supporting an old ASP application which runs on Microsoft Jet (on an Acc...
Ludovico asked 5/4, 2009 at 15:32
1
Solved
How to read (and write) MS Access files (.mdb) in Java?
Is there any open-source jdbc driver for MS Access?
Butter asked 16/3, 2009 at 16:53
4
Solved
My project that I am working on is almost finished. I am loading a .MDB file, displaying the contents on a DataGrid and attempting to get those changes on the DataGrid and save them back into the ....
Bidet asked 5/2, 2009 at 22:19
1
© 2022 - 2025 — McMap. All rights reserved.