0
votes
1answer
50 views

Connecting C# win32 app to Access Database

I've been searching around to no avail for a supposedly simple connection to an (MS)Access database (.mdb). I use Office 2007, Visual Studio 2010, it is a C# Winform application, on a x64 (64 bit) ...
0
votes
0answers
82 views

C# - Emgu Cv - Face Recognition- Loading training sets of Faces saved to Access database as a binary in to EigenObjectRecognizer for Face recognition

I was having a hard time loading training set from Ms Access database in to the main form that does the Face Recognition. I saved the training sets with their names and ID in to the database as a ...
1
vote
1answer
33 views

updating an Access 2010 Linked Table connection

How do I change the connection string of a linked table in Access 2010? I don't want to do it programmatically but through the interface. When I try to change it via the table's Properties I get the ...
0
votes
0answers
137 views

Error code '80004005' when using classic asp to connect accdb file

I've been trying for quite a while now to connect an .accdb file to a HTML file using classic-asp. Below is the code ive got so far to make the bridge to this connection which is not working. ...
0
votes
2answers
164 views

How to restore ODBC connection after failure in MS Access

There is a MS Access application with tables on MS SQL Server linked through ODBC. When connection is lost i receive ODBC error 3146. After connection is restored physically i still receive ODBC 3146 ...
0
votes
0answers
66 views

Why does the connection to MS ACCESS 2010 database fail?

Good morning, I am trying to connect to a ACCESS 2010 database from a PC on my LAN, i am using the below connection string: String connParam = @"Provider=Microsoft.ACE.OLEDB.12.0;Data ...
1
vote
2answers
157 views

MS Access database in Windows Server 2003 using classic ASP

I'm migrating a classic ASP site from Windows Server 2003 to Windows Server 2008 R2. The problem is that the site are using a Microsoft Access database and using Microsoft.Jet.OLEDB.4.0 as provider. ...
0
votes
0answers
247 views

jsp page not connecting to ms acess database

my jsp page does not connect to ms access database. the control shifts from "Connection con=DriverManager.getConnection("jdbc:odbc:project");" to the exception statement. can anyone help? the code is ...
2
votes
1answer
96 views

How could i make a server side application which stores data in client side database

I am building an asp.net website which needs a database, but the requirements are such that i shall not store the data on the server. So i need help on how to store the data of a server side asp.net ...
4
votes
1answer
1k views

How to open connection with Microsoft Access database in C#

I'm using Microsoft Access to create my database. Here's my code: static string Constr = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source = MyData.accdb"; OleDbConnection Conn ...
1
vote
1answer
86 views

Database Synchronization options

There is a new windows application to be developed in visual studio 2010. The Clients requested that the application should have a local database on each of their laptops and the database should be ...
1
vote
1answer
80 views

MS Access to SQL data flow and performance

I'm looking for some enlightenment here, can anyone tell me what actually happens when you use MS Access to query against a table (on MS SQL Server) linked via ODBC? I mean in a regular linked style, ...
1
vote
0answers
322 views

(VBA) Building a ADODB.Connection to Access from Excel

I'm been searching for a while and I can't find any help on this issue. I have a shared Access 2007 database as a source. I have excel pivots that are linked to a table in that database. I will ...
0
votes
1answer
258 views

Multiple-step OLE DB error on connection to Access2000

I have a classic ASP application. It connects to Access 2000 database. The provider: Microsoft.Jet.OLEDB.4.0 The OS: Windows Server 2008 with IIS7 In IIS7, ASP module has been installed. The ...
1
vote
1answer
654 views

Connecting a webform with an Access 2007 database in a remote server

I have little experience working with servers and web applications. The objective is to create a web portal were users can enter employee data and be able to retrieve it later on to print etc. I have ...
0
votes
0answers
182 views

VB6 ADO connection issue, Jet aborts even though no connection is active

I'm maintaining a legacy VB6 application that uses Access as DB. With a certain client I'm getting weird errors when manipulating data. I get this error: 2012-08-23 17:04:49 The Microsoft Jet ...
0
votes
1answer
1k views

How do I connect to Access database on local network in VB.net?

My MS access database is located here : http://192.168.202.1/dbname.mdb Other computer in LAN network have VB.net s/w installed. How do I connect to this db? Thanks in advance :)
1
vote
1answer
124 views

Classic ASP bizarre SQL error

I am connecting to a Access DB, with following Conn String Conn.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=\\server\share\Data\PFWTRAN.MDB" The following SQL works fine; SQLIn = "SELECT ...
0
votes
0answers
2k views

How to connect Access 2013 Preview to SQL Server Express 2012

How do I connect Access 2013 Preview to SQL Server Express 2012? Alternatively, I have Access 2007 and SQL Server Express 2012, but I am unable to connect those. When I try connecting Access 2007 to ...
-1
votes
1answer
292 views

How can i open a MSAcess Database in win7 64 bit OS using CPP?

All i need to do is to open the MSAcess DB in 64 bit operating system.My code works fine in 32 bit operating sytems but when ported to 64 bit ,the open function throws an exception "Database operation ...
1
vote
2answers
584 views

Could not find installable ISAM

I want to create a search function in my webpage with first <form id="form1" name="form1" method="get" action="mySearchResults.asp"> <label>Enter Keywords:` <input type="text" ...
1
vote
2answers
442 views

Deploy ACCESS OleDb driver

I've tried to deploy a small website (ASP.NET) which is using an MS ACCESS 2010 db. Deploying the website on the server I get the following error: The 'Microsoft.ACE.OLEDB.12.0' provider is not ...
1
vote
2answers
350 views

Write Access Client App for SQL Server 2005 Backend

I'm writing an inventory/payroll system, and I'm storing all the records on a remote server running SQL Server 2005 on Windows Server 2008 R2. I was wondering how I could start writing forms(very ...
3
votes
1answer
363 views

Connect to Microsoft Access Database from XCode

I've been tasked with writing a Mac App in xcode 4.3 that can search and display data from a publicly available MS Access Database that's updated regularly. For this reason, I can't just convert the ...
2
votes
1answer
781 views

How do I return a ADODB.Connection from a function in VBA?

I have recently started working with another programmer on a large Access VBA/SQL Server application. In each function there is the same ADODB connection, and we are trying to replace those with a ...
2
votes
1answer
368 views

Access dropping SQL connection

Not sure if this is the correct forum for this, but here goes. Im looking for any suggestions as to what I can try to reslove this... I have an Access 2003 front end (on each client) with SQL 2008 ...
0
votes
0answers
236 views

C# to MS Access - double values saving

Hello stackoverflow community, i am doing an application (in C# Windows Forms) which consists of basically database connect in between C# and Microsoft Access 2010. To show the Database from MS Access ...
1
vote
1answer
193 views

“3706 provider not found”

I am working on a project in VB.NET (actually I have migrated the code from VB6) and I am getting the error 3706 provider not found. Here is the code: gcnnSpectraHost = New ADODB.Connection ...
-1
votes
3answers
806 views

How to properly close connection to access database

At the moment our code looks like this public void Close(bool saveChange) { if ((_Connection != null) && (_Connection.State == System.Data.ConnectionState.Open)) { ...
0
votes
4answers
314 views

Custom database table design with Java and MS Access

While running the following code public class Temp { public static void main(String args[]) { Connection con; // The connection to the database. // The following code can throw ...
0
votes
2answers
2k views

Establishing connection from java to access 2010 64bit

After going through several tutorials and blog posts, i have unsuccessfully tried to set up a connection from java to a microsoft access database. my system specifications are win 7 [64 bit] ...
1
vote
1answer
718 views

access 2010 connection with java

i have written a class [as shown by most tutorials] to make connection to an Access 2010 database package dataBase; import java.sql.Connection; import java.sql.DriverManager; import ...
0
votes
1answer
39 views

Can't relink mdb file with Linked File Wizard

So, I've got an access database that I want to open. I can see the querys/forms/tables exist but when I want to open them it tells me "X:[...]\database.mdb" is not a valid path. Of course, because ...
0
votes
0answers
420 views

Access .mdb file with online ODBC

I need to connect with odbc to a .mdb file. I want a way without DSN, so I used a connection string. But the .mdb is on the server and I can't link it with those connection strings, even with the ...
0
votes
1answer
374 views

ASP VBScript Connection String to Access 2000 DB

We have an old Access 2000 database that we need to pull data from and store it into a text file via a web interface that has to run every 20 minutes. I have spent hours and hours searching for a ...
0
votes
1answer
368 views

Pass-through queries and linked table queries using different connections

Follow-on to an earlier question: Force SET IDENTITY_INSERT to take effect faster from MS Access I'm in the process of upsizing from an MS Access backend to a SQL Server backend. Many of the tables ...
0
votes
2answers
952 views

On line Table editor for MS SQL Server / Access?

I'm searching for a on line database table editor for SQL or Access that allows editing of records. Does it exist a .net application? Can someone help me?
1
vote
1answer
423 views

how to connnect with a database on Access inside a intranet

I have made connection with sql server but i have never done a connection with access and now this isn't in the computer local, if not it is going to be in a server users are going to full the form ...
0
votes
1answer
890 views

Login Form in C# using data from an access database table

Okay..Here is what i have.... an access database called Attendance.accdb.... it has a table "Registrations"...its has many columns of which 2 of them are fname and fpassword..(f meaning faculty); .. ...
1
vote
2answers
3k views

How to link a Visual Basic 6 Combo box with a field in a Microsoft Access 2007 Table

There is a Teacher Table in Microsoft Access 2007. And i want to get all the names of the Teachers from the field Tch_name to a combo box list in VB6. Does a loop needs to be created? Can anyone help ...
4
votes
1answer
3k views

“Keyword not supported: provider” connecting to Access db on VS08

I'm trying to connect a DataGridView to an access 2000 database on Visual Studio 2008. I keep getting the "Keyword not supported: provider" error, as I'm fairly new to windows development on .Net I ...
1
vote
1answer
694 views

connect remote MS Access DB using PHP

I have my site running on one server(PHP) say site-1 and there is other site which is running on other server say site-2. So i need to connect to MS Access DB located on site-2 from site-1. how can ...
0
votes
2answers
342 views

Access 2007 Connection problem! After hours of processing the [ADOQuery].ExecSQL is producing exception

I am working on monolithic desktop application which interacts with the binary database files and some part with the access database 2007 (MDW database is in Access 97). This tool got some serious ...
1
vote
1answer
3k views

how to connect to access 2007 with c#

hey, i am new at connecting to dataBases and for some reason each time i use those following lines my program collapse: string connectionString = ...
7
votes
2answers
40k views

Connecting a Microsoft Access Database to Java using JDBC and compiling

for a school database project we are making a database program (user GUI and the database). Using Microsoft Access 2010 I created the database and populated it with some sample data, and saved it in ...
2
votes
4answers
2k views

maximum number of connections to network accessed Access database

If I have a Microsoft Access 2007 database on a network location, is there a limit to the number of client computers that can use the database? The client will not have Access installed and instead ...
0
votes
1answer
159 views

connecting to access data base and write to table

I have an excel invoice sheet and I want to write the information from the invoice to a table in an Access file. My following code is: Private Sub Button66_Click() Dim con As New ADODB.Connection Dim ...
0
votes
1answer
642 views

Jet 4.0 connection problem with c# windows application

I am developing a win .net application which runs continuously in server machine. Application will get connected with access(mdb) databases resided in several client machines using Jet 4.0 OLEDB ...
0
votes
1answer
870 views

How to connect “Database” with Turbo C++?

I want to connect "Microsoft Access" with "Turbo C++". How can I do that?
0
votes
3answers
1k views

Creating Simple desktop database application

I am here to write a small database application that will be running in desktop (offline mode). I am using MSAccess 2007 as my database file and trying to write code in vb.net. I used to write the ...

1 2