The ms-jet-ace tag has no wiki summary.
11
votes
9answers
8k views
How to extract the schema of an Access (.mdb) database?
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?
6
votes
4answers
2k views
Microsoft Jet wildcards: asterisk or percentage sign?
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 Access ...
15
votes
11answers
4k views
MS Access (MDB) concurrency
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 a ...
3
votes
4answers
4k views
C# Issue: What is the simplest way for me to load a .MDB file, make changes to it, and save the changes back to the original file?
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 .MDB ...
1
vote
1answer
1k views
MS Access: Why is ADODB.Recordset.BatchUpdate so much slower than Application.ImportXML?
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 fastest ...
0
votes
2answers
829 views
JDBC Driver for MsAccess which will work on Unix
I need a JDBC driver for MsAccess to be used in a Unix environment
I would strongly prefer it to be an open-source
Also it should support SQL statements
(Jackcess came close to being my choice- but ...
5
votes
7answers
3k views
Pros and cons of the Access database engine. Life after SQLite
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 ...
1
vote
5answers
4k views
sql sum data from multiple tables
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 ...
1
vote
2answers
512 views
Nullable bool fields in MS Access linked tables
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 ...
0
votes
1answer
4k views
JET and ODBC driver missing, can not get data from MDBs
These are MY symptoms: (XP Pro, 32bit)
-Programs that access .mdb databases (aside from Access 2007 itself) can not get any data.
-Using the Data Sources in Visual Studio 2008 to connect to an MDB ...