473,545 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

OLEDB MsAccess Data from Accpac

2 New Member
We would like to create an MsAccess.Mdb (or SBF or Sequel database) in office 2000 to obtain individual table details from Accpac Plus in Dos (an accounting program)?

This Access data will be used for viewing and printing and not for accounting purposes.

Can we receive any ideas or a sample database of how to do this?

Thank you
Mehran
Jan 8 '07 #1
2 1786
willakawill
1,646 Top Contributor
We would like to create an MsAccess.Mdb (or SBF or Sequel database) in office 2000 to obtain individual table details from Accpac Plus in Dos (an accounting program)?

This Access data will be used for viewing and printing and not for accounting purposes.

Can we receive any ideas or a sample database of how to do this?

Thank you
Mehran
Hi. Don't know what database Accpac uses. Probably encrypted as accounting info is normally required to be secure. Perhaps you should look at the output options. Maybe you can output a csv file and import that into access
Jan 8 '07 #2
NeoPa
32,563 Recognized Expert Moderator MVP
As Will says, maybe the best way is to export from AccPac (CSV format but there are other possibilities also) and import this data on a regular basis into Access.
I don't think Access has been programmed to link directly into AccPac so there could be no live feed.
Jan 8 '07 #3

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

Similar topics

3
474
by: Brad Burke | last post by:
From a windows .Net app, I need to 1) check if MSAccess is already open to a certain Access application. If so, then open a form and find a certain record. 2) If not open, then open MSAccess and open a secured Access application and then open a form and find a record. (The Access App is secured not with a database password but with full user...
0
1123
by: Michel R. | last post by:
public void insert_data() { string source = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\\sc.mdb"; string command1 = string.Format("select count(*) from Fourn where NoFourn = {0}", Int64.Parse(textBox1.Text)); string command2 = string.Format("insert into Fourn (NoFourn,NomFourn,TelFourn) values({0},'{1}',{2})",...
2
4325
by: Michel R. | last post by:
What`s wrong with this ??? The insert does not add into the database. Using a Winform and Database is sc.mdb Filename is supplier Fields SuppNbr Int64 SuppName String SuppPhone Int64 Here is the insert Class:
9
4744
by: Pam Ammond | last post by:
I need the code to update the database when Save is clicked and a text field has changed. This should be very easy since I used Microsoft's wizards for the OleDBAdapter and OleDBConnection, and DataSet; and all I'm doing is showing one record in text fields, allowing the user to modify the text fields, and then updating the database again...
3
8891
by: Giuseppe D'Elia | last post by:
Hi there, I got a problem using an MS Access database through ASP.NET. After updating my system from .NET Framework 1.0 to 1.1, my existing application gives me the following error when opening a connection with the code below:
1
6826
by: T8 | last post by:
I have a asp.net (framework 1.1) site interfacing against SQL 2000. It runs like a charm 99% of the time but once in a while I get the following "unspecified error". Sometimes it would resolve by itself (asp.net recycled?); it also can be solved by restarting IIS. Any ideas what cause(s) this to happen? System.Data.OleDb.OleDbException:...
0
5628
by: NicK chlam via DotNetMonster.com | last post by:
this is the error i get System.Data.OleDb.OleDbException: Syntax error in INSERT INTO statement. at System.Data.Common.DbDataAdapter.Update(DataRow dataRows, DataTableMapping tableMapping) at System.Data.Common.DbDataAdapter.Update(DataSet dataSet, String srcTable) at System.Data.Common.DbDataAdapter.Update(DataSet dataSet) at...
1
4028
by: vivek g | last post by:
System.Data.OleDb.OleDbException -------------------------------------------------------------------------------- Hi All,I am getting problem while accessing the MSAccess database.The error I got is System.Data.OleDb.OleDbException.The micosoft Jet database engine can't open the database.Its alrerady opened exclusively by another user,or u...
0
1418
by: uaurgent dragon | last post by:
I am new to database programming,I know how to make odbc(dsn) connection,Now i am struugling with olebd coonection and how to do coding . make oledb connection to store data in msaccess table Thanks. *** Sent via Developersdex http://www.developersdex.com ***
0
7410
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7668
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7923
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7437
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5984
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
4960
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3466
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
722
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.