0
votes
1answer
30 views

Create and fille a Access Databse from native C++

Very beginning programmer here. Actually a hydrologist who has learned C++ to build and extend a urban-hydrology model. The programmer I work with and myself just made the model fully ...
0
votes
1answer
20 views

Access/Update a shared database

I need to share a mysql or ms-access database between a java swing application and a mobile device. The mobile has wifi access. The java application will run on my local pc (having no access to wi-fi ...
0
votes
0answers
17 views

Tool to convert MS Access Queries into SQL Server Queries/SP

I was wondering if there is any tool (free or paid) that could convert MS Access Queries into SQL Server Queries/Stored Procedure since both the database differ in their respective SQL Syntax?
0
votes
2answers
27 views

'C:\documents\TheHistoryDB.accdb' is not a valid path

Trying to write some history to an access datebase but I keep getting an error stating that the path is invalid. I'm using a connection string and I'm getting it from the wizard itself. Copy and ...
0
votes
1answer
39 views

complex Access query in VBScript

I'm new to Access, and have not worked in VB in a while. I'm having a problem working within our database, can someone shed a little light here? Query and error: SELECT piname, SUM(cat1) ...
1
vote
2answers
42 views

Syntax error in INSERT INTO Statement when writing to Access

I am trying to write a program where I can write data to an Access DB but I keep getting the error “Syntax error in INSERT INTO statement”. FirstLast is the name of the table; First and Last are ...
0
votes
2answers
22 views

How do I use items in a listbox that are gathered from a database to select an item in the database

Okay, now this would be normally easy for me but there's one little block that's making it so that I can't figure it out. The best way to do this is to show you the code that I have then explain ...
1
vote
2answers
21 views

Data transfer measurement between databases

I'd like to measure how many data (in MB) were transfered between 2 Access databases during specific operations. On of the databases is on local disk, the other is in network. I'd like to work out ...
0
votes
0answers
31 views

Category --> Sub-Category --> Populate Text Box

I have not touched SQL or MS Access in a long time but I am tryng to create two combo boxes; one main category and other sub-category, which based off your selection(s) populates a text box with a ...
0
votes
0answers
18 views

Checklist while upgrading Access to SQL Server Database

I have 4 MS Access database that needs to be upgraded to MS SQL Server database. The 4 MS Access database contains 10 tables each, comprising of 40 tables in total. Hence, should I develop one SQL ...
3
votes
2answers
42 views

code for DLookup for login username and password

I want to make a log-in form, but I don't know how to get or confirm that what I typed in my Username and password textbox is in my table using DLookup in my log-in button. Here's my current code: ...
0
votes
1answer
22 views

Getting an exception while accessing an Access database

I need to insert a row into the Access table. I have been getting object reference not set to instance of an object My code is: Private Sub Button2_Click(ByVal sender As Object, ByVal e As ...
0
votes
0answers
37 views
+50

How can I link an external Access table via .NET?

I have two files located in an App_Data folder in my solution. Both files are .accdb files and one is a file of tables, the core. I have another file that contains the stored queries and some VBA ...
0
votes
1answer
33 views

H2 and Microsoft Access

Is it possible to use a H2 database file in Micorsoft Access and how can I make this? What kind of Driver do I need and where can I download it? I try to open a H2 database file with the H2 console ...
0
votes
0answers
41 views

MS Access 2007 database in asp.net(Make it work on hosting)

I have a web application(c# asp.net) and successfully uploaded it to hosting. It works good, but doesn't connect to a database(MS Access 2007). I've put the database in App_Data folder and typed a ...
0
votes
1answer
54 views

How to create a database backup on c#.net

I'm working on a Windows form application that has a access database. I need to create a backup of that database on button click. Also user has to choose the destination folder of the backup. Can ...
1
vote
2answers
75 views

Can you help me stop getting crash errors in my pc with MS-Access?

I am trying to run a query in access and I keep getting an error message stopping me from running it. Is the query too big or, is my computer too slow? It is a very old computer so I think that is the ...
0
votes
0answers
23 views

SQL Execution Error in MS Access

When I try and create a query in Visual Studio using this Access Database I get the error you see above. The error is Error Source: Microsoft Access Database Engine Error Message: No value given ...
0
votes
4answers
40 views

Get Maximum Value

I am using MS Access database. I have a table (Proposal) with the following properties: ProposalID - PK, Title, RequestedAmount, ResearcherID - FK I want to run an SQL query to get the candidate that ...
0
votes
3answers
33 views

Automatically or easily updating my database

I have available to me a Report that is generated in Microsoft SharePoint, and it holds the quantities for certain items. The reports can be exported as excel documents, but if it is possible i would ...
1
vote
3answers
25 views

Multiple users simultaneously updating XML file

Let's say you got the following scenario: An application runs locally on two computers, the XML file is shared. User 1: load the file. User 2: load the file, update row 5. User 1: update row 6, ...
-3
votes
2answers
57 views

SQL statement, OleDbException error INSERT

There is no error in the code, but no information is appearing in the database. string mysql; mysql = "INSERT INTO Cars(Make,Model,Price,[Image]) VALUES ('" + tbMake.Text + ...
1
vote
1answer
59 views

Reading and formatting Access data from HTA via JavaScript

I'm using JavaScript and HTA to read data in access database (.mdb) on local but having a small issue. My JavaScript code is like this: function miseryBusiness() { var box = ...
0
votes
1answer
33 views

DB app design. enable easy expansion

I feel that this is a bit of a 'silly' question, but here goes anyway, as it may be useful to someone else. Also it is a bit long, as I want to give the background to my situation. Background: I'm ...
0
votes
1answer
27 views

Post-hoc inventory/queue size query

Say you have a list of events/tasks with time stamps for created, completed. Examples: Customer entering a queue, then being served Business process starting and completing Order received, order ...
1
vote
2answers
53 views

One to One relationship modeling

I am using access 2010 to do this. I have created two tables and I would like to get it one to one and i don't seem to get it in to one to one relationship. CREATE TABLE Person( ID VARCHAR(1) ...
1
vote
2answers
68 views

Payroll System - 'clock out' functionality

I am working on designing a payroll system using access database as back end. Currently, I am facing problems implementing a 'clock out' functionality. The 'clock in' button inserts the time in the ...
1
vote
1answer
61 views

SQL syntax error when trying to insert new record into Access database

I have a simple asp.net form for an individual to fill out, and the code I used on this particular page works in several other locations, but this page is giving me an issue. It's saying there is a ...
0
votes
1answer
50 views

How to insert Label values into MS Access Table?

Hi i want to basically insert the values in the labels to a table in ms access. I have done it for textbox and it stores but for Label When i try to store it no error shows up but it does not store in ...
0
votes
0answers
33 views

Normalizing a database without access to source data? [migrated]

I've started a new role which deals with large amount of related data. Our source of all this data is various Excel dumps pulled from databases we do not have access to. The previous person filling ...
0
votes
2answers
55 views

Aggregate Function Query

I want to Find out details of the proposals that have been assessed with the highest amount of grant approved. There is some problem with the query, This is the error message. You tried to execute a ...
2
votes
3answers
42 views

Is it possible to perform a join in Access on a second column if the first is blank?

I have this ugly source data with two columns, let's call them EmpID and SomeCode. Generally EmpID maps to the EmployeeListing table. But sometimes, people are entering the Employee IDs in the ...
1
vote
3answers
67 views

Update access database

I have page where on Page_Load I populate some textbox and dropdownlist with data I getting from the database, I getting the data right, but when I click the button to save the new data it take the ...
1
vote
2answers
124 views

UPDATE query on Access Database not working C#.NET

I am working on a database management system. I have a simple task of updating user profile. I created an asp.net page with textboxes and a save button. After adding the text I click on the save ...
1
vote
2answers
64 views

Getting a specific cell value in an Access Database with C#

In my database, I have 3 columns: time, strike and vol. I am unable to get for example the 3rd value of the 2nd column. I am only able to get the 1st value of any column. What I want is to store for ...
1
vote
0answers
40 views

Associative Relationship With Mulitple Tables (MS Access)

I've not really used access for a while and not too sure how best to proceed with this data model: I have set of resource tables of differing type, eg: Data, Literature, Contractors, etc. I also have ...
1
vote
3answers
49 views

Syntax error in INSERT INTO statement

I am writing the following code in my C-Sharp Form Application and its giving me the following error. > Syntax error in INSERT INTO statement. OleDbCommand cmd = new OleDbCommand( ...
0
votes
2answers
80 views

Oledbconnection to Access Database C#

I face some problem: I can insert data to my database by following code: oledbconnection = new oledbconnection (@"Provider=Microsoft.Jet.OLEDB.4.0;Data ...
1
vote
4answers
39 views

Select only some rows from database

I have the following query: string Query = String.Format("SELECT ArticleName FROM tblArticles WHERE UserID={0} ORDER BY PostDate DESC", UserID); I want to get not more than 3 different values for ...
0
votes
1answer
81 views

External Ms Access Database Connectivity in my Android Application

I am developing an application where in I use External Ms Access Database (on PC) as a database for my android application. I have done connectivity for MySql and MSSql using PHP for Android but I ...
0
votes
1answer
68 views

How do I insert certain values, including the customer ID pulled from another table, into a seperate table

Okay, so i'm working on my final project for VB.net II. I'm created a project for a hotel stay situation and I have everything working perfectly. I need help however on adding something to it. I have ...
0
votes
0answers
23 views

Display record based on selected name

I am using ms-access and java. I have 3 category in a table which is name, details and contacts. The name will be displayed in a combobox and the details and contacts will be dislayed in a new panel ...
0
votes
1answer
42 views

How to prevent to open MS Access database file?

I am developing one Inventory project to sell by using C# and MS Access. After sell this product, Client(or any other) may open the document and read it. I need to overcome this less secure. I ...
0
votes
4answers
49 views

How do I make a query for if value exists in row add a value to another field?

I have a database on access and I want to add a value to a column at the end of each row based on which hospital they are in. This is a separate value. For example - the hospital called "St. James ...
0
votes
7answers
154 views

Insert value into database using jdbc

I am using MS-Access and Java with connection of JDBC-ODBC driver. As the code below, I'm trying to create a registration textbox but when I add the values, I only get the result "null" in the ...
0
votes
1answer
38 views

Asp.net Insert Into query local database (acess)

I am not very good at running sql queries to a local database - Microsoft Access. I am trying to write a code where when a user register their details, it insert it into the database. I have wrote ...
0
votes
1answer
65 views

VB.NET Data type mismatch, and data entry is to long

I have been working on this for days now, and any help would be great. I am trying to insert information into database using VB.NET and an access database. Currently I am having 2 problems with it. ...
1
vote
1answer
42 views

Proper way to filter a table using values in another table in MS Access?

I have a table of transactions with some transaction IDs and Employee Numbers. I have two other tables which are basically just a column full of transactions or employees that need to be filtered out ...
0
votes
2answers
35 views

Remove Common Data In Access Table

I'm using an Access Database and have the following question: How is it possible to remove entire rows based on certain columns? For example I have the following table: Id | Name | Desc | ...
0
votes
0answers
40 views

embed access database in asp.net(C#)

im using access database in my asp.net website. the connection string runs successfully in local. But when my website is hosted the database in not getting connected. Any help from experts are ...

1 2 3 4 5 24