473,809 Members | 2,819 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Read Act! data into Access??

Does anyone have experience reading Act! (contact management software) data
into Access.
Someone suggested to me that the data is in Foxpro tables, which would
seemingly be easy but I don't know that that is true.

Any help on experiences doing this, file layouts etc would be much
appreciated.

I believe the Act! installed is from about 2002 so is probably version 6?

Thx
Kevin C
Oct 11 '06 #1
4 1538
Actually, Act used to be dbase format, and FoxPro of the day was considered
a superiors "clone" of the original product.

You can likely open the act tables, but does not act has a export ability?

Since the act database is MANY related tables, then exporting one table
likely will not give you want you need. You would thus then need to know all
of the tables, and structures to do a proper import. Learning the tables,
and the complex act layout could take some time.

So, in place of directly importing the actual data tables from act, it you
would be MUCH MUCH better off to use a *export* feature of act, and produce
a excel, or comma delimited file that then can be imported...
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl************* ****@msn.com
Oct 11 '06 #2
"Albert D. Kallal" <Pl************ *******@msn.com wrote in
news:UG8Xg.1228 87$5R2.119408@p d7urf3no:
Actually, Act used to be dbase format, and FoxPro of the day was
considered a superiors "clone" of the original product.
But you don't get write access. There used to be an ODBC driver or a
VBA automation interface (I can't remember which). That's the
preferred method for accessing and manipulating the data.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Oct 11 '06 #3
Thanks to both of you for the info/suggestions.
What I need to do is write a procedure to create the Access tables and
populate them with Act! data (monthly update).
My mission is to be able to read and report with but not alter Act! data.

Again Thanks

"David W. Fenton" <XX*******@dfen ton.com.invalid wrote in message
news:Xn******** *************** ***********@127 .0.0.1...
"Albert D. Kallal" <Pl************ *******@msn.com wrote in
news:UG8Xg.1228 87$5R2.119408@p d7urf3no:
>Actually, Act used to be dbase format, and FoxPro of the day was
considered a superiors "clone" of the original product.

But you don't get write access. There used to be an ODBC driver or a
VBA automation interface (I can't remember which). That's the
preferred method for accessing and manipulating the data.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/

Oct 11 '06 #4
"Kc-Mass" <co********@com cast.netwrote in
news:cY******** *************** *******@comcast .com:
What I need to do is write a procedure to create the Access tables
and populate them with Act! data (monthly update).
My mission is to be able to read and report with but not alter
Act! data.
The problem I found was that all the data in the ACT! DBF files was
not readable -- it was sometimes stored in a byte-type of field with
data that wasn't easily retrievable. If you can see the data you
want by looking at the DBF files directly, then that will work, but
if you need data that's in one of the packed formats, you'll need to
use a data interface provided by ACT!.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Oct 12 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
1893
by: Ed | last post by:
Hoping someone an assist me urgently. I would truly appreciate and help. I have a form and prices are based on 'price break'. 1.The price break fields work fine, but I cannot for the life of me add more than one to a page. 2. Also need to add the two results to a 'total' field. (See code attached). Many thanks in advance.
0
992
by: mark | last post by:
I'm using the ACT object model/wscript to automate the running of ACT tests (application center test). For some reason when I run the test from the ACT UI, the performance counters get collected, but when running the test via code, they don't. Has anyone had any experience with this issue? I'm alerting out the PerfCounters.Count property of my test object and it's returning a count, so I know they are in there, but they just don't seem...
4
1660
by: Jeff | last post by:
Hi, The following is a representative comment from the ACT! User Forum regarding their newest version, 2005. "I didn't say the product was fast enough... I suspect most of those issues are related to .Net and if so, won't be able to be fixed till the version after MS releases .Net V2"
0
1107
by: Pachydermitis | last post by:
Hi, Those of you who use ACT know that it runs on an SQL backend. I have a production database (sql server) that needs to talk to the act database. The sql svr passwords are not the same as the act passwords. If I had a login and pwd for my act db this would be a simple matter. Is there anyway I can get a password for my own database, or do I have to write some horrible app with the sdk to manage all the transfers. Thanks a ton...
1
1490
by: Aaron B | last post by:
Hello, I have ACT!2005. I was playing with the settings and now I am completely locked out of all of the features. I am such a moron. I can log in, but all of the tabs, "Add contacts, Delete contacts, etc" are grey. Also, all of the tabs across the top of the page, "File, Edit, View, Tools, etc" most of the options under those tabs are greyed out as well. It's like it is stuck in some "Read-Only" setting. Does anyone know anything...
0
877
by: Greg | last post by:
Hi all, I'm trying to do some performance tests for my web site using the ACT tool. My site used to be 1.1 and back then I was able to benchmark it with ACT. Having moved my site to ASP.NET 2.0 I can no longer benchmark it. The problem seems to be that objects that I add to the Session collection seem to disapear once I go to another page via the Response.Redirect("...") method.
3
2411
by: Alexis | last post by:
Hello, I have developted a webservice application. The application has a few webservices each webservice with their own webmethods of course. I want to measure the performance of my site. I look at the Application Center Test of Visual Studio Enterprice edition, but can not make it to work with the web services. I can't figure out how to call the web services from an ACT test. It seems it only can work with aspx pages not web services asmx...
18
2214
by: Chris Hills | last post by:
A lesson in Posting How many C.L.C group posters does it take to change a C light bulb? 1 to change the light bulb and to post that the light bulb has been changed 14 to share similar experiences of changing light bulbs and how the light bulb could have been changed differently
0
1425
by: happy | last post by:
you can take a look for this web sites http://www.imanway.com/vb/forumdisplay.php?f=90 http://www.geocities.com/islamone_l/index.htm or read this ==================================================
4
11812
by: rowan | last post by:
I'm writing a driver in Python for an old fashioned piece of serial equipment. Currently I'm using the USPP serial module. From what I can see all the serial modules seem to set the timeout when you open a serial port. This is not what I want to do. I need to change the timeout each time I do a "read" on the serial port, depending on which part of the protocol I've got to. Sometimes a return character is expected within half a second,...
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9600
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10633
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10376
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10375
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 most users, this new feature is actually very convenient. If you want to control the update process,...
1
7651
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5548
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5686
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3860
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.