473,396 Members | 2,026 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,396 software developers and data experts.

Converting Microsoft Works databases.... *shudder*

I was wondering if anyone has had any experience with this. Someone I
know is trying to move away from Microsoft Works, and I am trying to
look into a solution that would convert their data in a lossless fashion
to a more modern format. The database has more than 65K rows, so
converting it to be an Excel spreadsheet, would, AFAIK, not be an option.

It would seem that MS Works can export the database as a DBF format
database, though I have not tried it. Before I get started, I was
wondering if anyone has been through this problem in the past and used
Python to solve the problem. Knowing nearly nothing about the DBase
family of application software, and database formats, I find myself
feeling like the information out there is, frankly, a bit overwhelming.

Would the recipe specified in the "dbf to csv" thread be useful here for
a file in DBase IV format? It of course uses the same extension, but I
am not sure if the file semantics are at all similar. The idea at the
end would be to probably create a database on an small SQL server (like
MySQL) and let the person access their data using ODBC on their Windows
workstation so that they can create form letters and the like. They do
not have access to MS Office's Access product, nor do they wish to use
OOo Base (and I can't say that I blame them -- it seems to crash far too
often to be considered reliable stuff).

-- Mike
Nov 3 '06 #1
8 2212
Mike,
I totally forgot that MS Works was out there. Haven't used that one in
about 6 or 7 years. Honestly, your best bet is to convert to .csv or
some delimited .txt file. Once that is done, all your rows/columns will
be "nice and neat" .
Once that is done, (and since your client doesn't have ACCESS, try
MYSQL or POSTGRESQL(they are open source). They can handle A LOT OF
DATA, so however big your orginal DB is, you can import it to one of
these more than capable OS freebie Databases.

Good luck
Michael B. Trausch wrote:
I was wondering if anyone has had any experience with this. Someone I
know is trying to move away from Microsoft Works, and I am trying to
look into a solution that would convert their data in a lossless fashion
to a more modern format. The database has more than 65K rows, so
converting it to be an Excel spreadsheet, would, AFAIK, not be an option.

It would seem that MS Works can export the database as a DBF format
database, though I have not tried it. Before I get started, I was
wondering if anyone has been through this problem in the past and used
Python to solve the problem. Knowing nearly nothing about the DBase
family of application software, and database formats, I find myself
feeling like the information out there is, frankly, a bit overwhelming.

Would the recipe specified in the "dbf to csv" thread be useful here for
a file in DBase IV format? It of course uses the same extension, but I
am not sure if the file semantics are at all similar. The idea at the
end would be to probably create a database on an small SQL server (like
MySQL) and let the person access their data using ODBC on their Windows
workstation so that they can create form letters and the like. They do
not have access to MS Office's Access product, nor do they wish to use
OOo Base (and I can't say that I blame them -- it seems to crash far too
often to be considered reliable stuff).

-- Mike
Nov 3 '06 #2
Michael B. Trausch wrote:
I was wondering if anyone has had any experience with this. Someone I
know is trying to move away from Microsoft Works, and I am trying to
look into a solution that would convert their data in a lossless fashion
to a more modern format. The database has more than 65K rows, so
converting it to be an Excel spreadsheet, would, AFAIK, not be an option.

It would seem that MS Works can export the database as a DBF format
database, though I have not tried it. Before I get started, I was
wondering if anyone has been through this problem in the past and used
Python to solve the problem. Knowing nearly nothing about the DBase
family of application software, and database formats, I find myself
feeling like the information out there is, frankly, a bit overwhelming.

Would the recipe specified in the "dbf to csv" thread be useful here for
a file in DBase IV format? It of course uses the same extension, but I
am not sure if the file semantics are at all similar. The idea at the
end would be to probably create a database on an small SQL server (like
MySQL) and let the person access their data using ODBC on their Windows
workstation so that they can create form letters and the like. They do
not have access to MS Office's Access product, nor do they wish to use
OOo Base (and I can't say that I blame them -- it seems to crash far too
often to be considered reliable stuff).

-- Mike
MS ships ODBC interface to xBase databases in all versions of Windows.
You don't need Access. Just create DSN to your exported dBase database
and MS Word, MS Excel, and any other ODBC aware product can read the
data. If the data size is large or if you want to move to server, you
can do that later.

-Larry
Nov 3 '06 #3
Larry Bates wrote:
Michael B. Trausch wrote:
>>I was wondering if anyone has had any experience with this. Someone I
know is trying to move away from Microsoft Works, and I am trying to
look into a solution that would convert their data in a lossless fashion
to a more modern format. The database has more than 65K rows, so
converting it to be an Excel spreadsheet, would, AFAIK, not be an option.
[...]
MS ships ODBC interface to xBase databases in all versions of Windows.
You don't need Access. Just create DSN to your exported dBase database
and MS Word, MS Excel, and any other ODBC aware product
Including, presumably, mx.ODBC in Python, which gives the most
attractive possibilities for output.

can read the
data. If the data size is large or if you want to move to server, you
can do that later.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden

Nov 3 '06 #4

GISDude wrote:
Mike,
I totally forgot that MS Works was out there. Haven't used that one in
about 6 or 7 years. Honestly, your best bet is to convert to .csv or
some delimited .txt file. Once that is done, all your rows/columns will
be "nice and neat" .
"Nice and neat"? What is that supposed to mean?

Converting to a CSV or TXT format loses all meta-information about data
types, sizes, and precision. It also runs the risk of mangling the
actual data. The OP should take the DBF / ODBC route as suggested by
others.

Nov 3 '06 #5
GISDude wrote:
Mike,
I totally forgot that MS Works was out there. Haven't used that one in
about 6 or 7 years. Honestly, your best bet is to convert to .csv or
some delimited .txt file. Once that is done, all your rows/columns will
be "nice and neat" .
Once that is done, (and since your client doesn't have ACCESS, try
MYSQL or POSTGRESQL(they are open source). They can handle A LOT OF
DATA, so however big your orginal DB is, you can import it to one of
these more than capable OS freebie Databases.

Good luck
Yeah; the only thing is that I am going to have to write a solution to
give them "easy" access to their data. Sometimes, they just want to
look up a row of data, but they don't want to put their data in a
database server -- they want it on their machine so that it is "private"
(FSVO private--it's a Windows box).

-- Mike
Nov 4 '06 #6
Larry Bates wrote:
>
MS ships ODBC interface to xBase databases in all versions of Windows.
You don't need Access. Just create DSN to your exported dBase database
and MS Word, MS Excel, and any other ODBC aware product can read the
data. If the data size is large or if you want to move to server, you
can do that later.
Oh! I hadn't realized that Win32 ODBC handled connections to dBase
files. Learn something new every day... :-) Thanks!

(I suppose that is something that I would probably know, if I used
Windows...)

-- Mike
Nov 4 '06 #7
Michael B. Trausch wrote:
GISDude wrote:
>Mike,
I totally forgot that MS Works was out there. Haven't used that one in
about 6 or 7 years. Honestly, your best bet is to convert to .csv or
some delimited .txt file. Once that is done, all your rows/columns will
be "nice and neat" .
Once that is done, (and since your client doesn't have ACCESS, try
MYSQL or POSTGRESQL(they are open source). They can handle A LOT OF
DATA, so however big your orginal DB is, you can import it to one of
these more than capable OS freebie Databases.

Yeah; the only thing is that I am going to have to write a solution to
give them "easy" access to their data. Sometimes, they just want to
look up a row of data, but they don't want to put their data in a
database server -- they want it on their machine so that it is "private"
(FSVO private--it's a Windows box).
You can set up database servers that only serve to the local machine. I
have a couple applications out there that have MySQL server running on a
Windows box and the only client that connects is the local machine.
However, you may find it easier and every bit as rewarding to go with
the simpler solution: sqlite.

As far as easy access to the data, it is quite possible that Dabo could
help you there. Once you have your data in sqlite or MySQL, the Dabo
AppWizard can generate a basic application for you to search, browse,
edit, and report on your records. The basic application generated can
then be modified by you (in Python) to make it more custom and to
enhance it as your needs grow.

sqlite information: http://initd.org/tracker/pysqlite
dabo information: http://dabodev.com

(Please note that the dabodev website is going through some scheduled
maintenance so it may not be available when you call this weekend, but
in any case it will be fully functional by Monday).

--
pkm ~ http://paulmcnett.com

Nov 4 '06 #8
I have Works 8.0 and you can SAVE AS to dBase IV format. Not sure for other
versions.

Regards,
Ian
"Michael B. Trausch" <"mike$#at^&nospam!%trauschus"wrote in message
news:up******************************@comcast.com. ..
>I was wondering if anyone has had any experience with this. Someone I
know is trying to move away from Microsoft Works, and I am trying to
look into a solution that would convert their data in a lossless fashion
to a more modern format. The database has more than 65K rows, so
converting it to be an Excel spreadsheet, would, AFAIK, not be an option.

It would seem that MS Works can export the database as a DBF format
database, though I have not tried it. Before I get started, I was
wondering if anyone has been through this problem in the past and used
Python to solve the problem. Knowing nearly nothing about the DBase
family of application software, and database formats, I find myself
feeling like the information out there is, frankly, a bit overwhelming.

Would the recipe specified in the "dbf to csv" thread be useful here for
a file in DBase IV format? It of course uses the same extension, but I
am not sure if the file semantics are at all similar. The idea at the
end would be to probably create a database on an small SQL server (like
MySQL) and let the person access their data using ODBC on their Windows
workstation so that they can create form letters and the like. They do
not have access to MS Office's Access product, nor do they wish to use
OOo Base (and I can't say that I blame them -- it seems to crash far too
often to be considered reliable stuff).

-- Mike

Nov 4 '06 #9

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

Similar topics

17
by: chicha | last post by:
Hey people, I have to convert MS Access 2000 database into mysql database, the whole thing being part of this project I'm doing for one of my faculty classes. My professor somehow presumed I...
21
by: Davinder | last post by:
can anyone recommend a good tool to convert documents to HTML on the fly. I need to integrate this tool with a VB app so it must have an API. thanks in advance Davinder davinder@gujral.co.uk
1
by: Mario Crevits | last post by:
My name is Mario Crevits, I'm from Belgium (Roeselare) and I'm working with Access97 for several years now. We are in an Access97-2000 migration project. I'm writing a wizard for the end-users to...
3
by: JMCN | last post by:
hello i am in the midst of converting all of the "inherited" databases from access 97 to access 2000. one of the issues i have is the basic one: dao.recordset. i have read that i need to simply...
32
by: robert d via AccessMonster.com | last post by:
I'm looking at converting DAO to ADO in my app. All of my DAO connections are of the following structure: Dim wsName As DAO.Workspace Dim dbName As DAO.Database Dim rsName As DAO.Recordset ...
59
by: Rico | last post by:
Hello, I have an application that I'm converting to Access 2003 and SQL Server 2005 Express. The application uses extensive use of DAO and the SEEK method on indexes. I'm having an issue when...
116
by: Dilip | last post by:
Recently in our code, I ran into a situation where were stuffing a float inside a double. The precision was extended automatically because of that. To make a long story short, this caused...
28
by: Randy Reimers | last post by:
(Hope I'm posting this correctly, otherwise - sorry!, don't know what else to do) I wrote a set of programs "many" years ago, running in a type of basic, called "Thoroughbred Basic", a type of...
4
by: --CELKO-- | last post by:
I need to convert a bunch of DB2 triggers to Oracle. Is there any kind of tools for this?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.