Top "Jet" questions

Jet is the SQL database engine used by Microsoft Windows.

MS Access/accdb "Cannot open database" error (C#)

I'm using an MS Access database to store data for a desktop application. This week I was asked to give …

c# ms-access jet
SQL: How to display records for only 30 days

I tried to use SELECT * from Results WHERE DATEDIFF(d,Date,getdate())<30 But it seem having error with this. …

sql ms-access jet
Open a Standard Jet DB 4.0 file (*.vmd)

I downloaded a database file with the extension "VMD". Now I'm looking for a windows software which can open this …

database windows standards jet
Problem with using OleDbDataAdapter to fetch data from a Excel sheet

First, I want to say that I'm out on deep water here, since I'm just doing some changes to code …

c# excel jet oledbconnection
Reset autonumber seed

I have a VB6/Access application that occasionally encounters a problem with wrong autonumber field seed. Lets say there is …

sql ms-access vb6 jet
Operation must use an updatable query. (Error 3073)

I have written this query: UPDATE tbl_stock1 SET tbl_stock1.weight1 = ( select (b.weight1 - c.weight_in_gram) …

vba ms-access jet
I need a workaround for Excel Guessing Data Types problem

I'm creating a utility to import data from Excel to Oracle database, I have a fixed template for the excel …

c# ado.net jet import-from-excel
How to determine if ACE or JET on windows machine using .net?

How to determine (for a machine running windows xp/vista/7) whether ACE or JET is installed, so I can use …

c# .net jet
How to determine Jet database Engine Type programmatically

I have a program which needs to upgrade any Access (Jet) database it opens to JET Version4.x if it …

c# .net ms-access jet
SSIS Package Fails After Move to 64-bit

We've got a a series of SQL Server Integration Services packages that copy data from a few MS Access databases …

ms-access ssis jet ms-jet-ace