473,378 Members | 1,209 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

How to retrive the Data that is stored when MS access is the backend

I have prepared the form and MS access is the backend. I have converted the VB application to an .exe file. The form seems to execute correctly. But i do not know how the data is saved. I find a file Table1 ( which is the name of the Table that i use in Access) , but I am unable to open it in MS Access, Excel or any other application..pls help.
Apr 25 '07 #1
3 1101
Killer42
8,435 Expert 8TB
How is the database connected to the form?

What version of VB are you using?
Apr 25 '07 #2
I have used ADODC Control and the Version is VB 6.0
Apr 25 '07 #3
Killer42
8,435 Expert 8TB
I have used ADODC Control and the Version is VB 6.0
I'm not familiar with the ADODC, but I believe it works similarly to the original Data Control. That is, you place it on the form, set it up to point to the database, and choose a data source (table/query). Then you set the properties of controls on the form to connect them to specific fields within that data source. The updating of the table can happen more or less automatically, by modifying the control contents and navigating via the adodc.

If you can see a file with the name you are trying to use for the table, then it sounds as though you have written code to try and save data to the table. Perhaps you need to brush up on the documentation for the data control (and ado data control).

It might help if you can show us the code which is supposed to save the data.

P.S. If you get impatient (as anyone would, I suppose) after a couple of days with no response, please just put a message in the thread to bump it back to the top, don't go to Private Messages. It's best if everyone can see that the thread is still active, not just me. (Plus I don't read my PMs very often.)
Apr 26 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

16
by: D Witherspoon | last post by:
I am developing a Windows Forms application in VB.NET that will use .NET remoting to access the data tier classes. A very simple way I have come up with is by creating typed (.xsd) datasets. For...
6
by: ndn_24_7 | last post by:
Hello all, I have a stored procedure that prompts the user for beginning date and ending date to run a monthly report. The prompt says Enter_Beginning_Date and Enter_Ending_Date. I want the prompt...
3
by: Jimbo | last post by:
Ever since I moved the access 97 backend to a SQL Server backend with Access 97 front end..some forms pop up with a The data has been changed...Another user edited this record and saved the changes...
2
by: Terry | last post by:
Any .dll or COM+ for .Net can help me retrive data from a Access file? The table contain several columns and the last one is a container which I store Article; because each article is a little bit...
0
by: babu | last post by:
Can Anybody help me about this issue, that how to retrive ole object(datatype) in MS Access database what variable i have to use to store data in VB.NET .The Format of the ole object stored like...
4
by: Toto | last post by:
Can I retrive a session object by a session ID which is stored in a cookie in my server side code?
23
nehashri
by: nehashri | last post by:
hi i am designing a database using Ms Access and ASP. i have 3 tables in access namely 'PERSONAL', other as 'POLICY' and 3rd one is named as 'STAFF'. in the contact table i have ID, Name, Children...
5
by: DavidB | last post by:
I have a situation where a user needs to clone an existing BE database (stored on a server) to his local machine. Assume the followings... User goes into the database FE which has linked BE. ...
1
by: amritranjan | last post by:
How to retrive image file from MS access database and display this in another JSPpage -------------------------------------------------------------------------------- This is my Jsp code for...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.