473,473 Members | 2,304 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

'diff' for MSAccess?

Does anyone know of a utility that would allow you to compare two
(similar) databases?
I have two projects that started out with the same codebase and sort
of started to branch off from each other. I now need to merge many of
the changes from one into the other, and find myself needing to
compare the structures of all of the tables in each database; they are
basically the same, but there may be new fields in one, and the
default value or data type for a field may have changed in another,
etc.
Is this possible?

If not, does anyone know of a utility that will dump table structures
to file? Having a .sql file for each db would be very helpful...

Aug 13 '07 #1
10 4272
On Mon, 13 Aug 2007 19:47:44 -0000, "robert.waters"
<ro***********@gmail.comwrote:

Take a look at this utility:
http://www.fmsinc.com/Products/detective/index.html

Unfortunately the company is taking its time revving all their
products to A2007.

-Tom.

>Does anyone know of a utility that would allow you to compare two
(similar) databases?
I have two projects that started out with the same codebase and sort
of started to branch off from each other. I now need to merge many of
the changes from one into the other, and find myself needing to
compare the structures of all of the tables in each database; they are
basically the same, but there may be new fields in one, and the
default value or data type for a field may have changed in another,
etc.
Is this possible?

If not, does anyone know of a utility that will dump table structures
to file? Having a .sql file for each db would be very helpful...
Aug 14 '07 #2

"Steve" <so***@private.emailaddressschreef in bericht news:13*************@corp.supernews.com...
>I can help you ----
You stupid selfdestructive idiot !!
A few more of these posts please !!
After that we are going to complain to your new ISP daily.
ab***@supernews.com

I guess you have finally been kicked out by Earthlink??

Arno R
Aug 14 '07 #3
"Steve" <so***@private.emailaddresswrote in message
news:13*************@corp.supernews.com...
My fee is very reasonable. My fee is very reasonable.
My fee is very reasonable.
My fee is very reasonable.
Shut up you demented parrot.

http://home.tiscali.nl/arracom/whoissteve.html

Aug 14 '07 #4
robert.waters wrote:
Does anyone know of a utility that would allow you to compare two
(similar) databases?
I have two projects that started out with the same codebase and sort
of started to branch off from each other. I now need to merge many of
the changes from one into the other, and find myself needing to
compare the structures of all of the tables in each database; they are
basically the same, but there may be new fields in one, and the
default value or data type for a field may have changed in another,
etc.
Is this possible?

If not, does anyone know of a utility that will dump table structures
to file? Having a .sql file for each db would be very helpful...
This will list your tables and some properties.
Sub ListStru()
Dim tdf As TableDef
Dim fld As Field
Dim dbs As Database
Set dbs = CurrentDb

Debug.Print "Table", "Name", "Default", "Type", "Size"

For Each tdf In dbs.TableDefs
For Each fld In tdf.Fields
Debug.Print tdf.name, fld.name, fld.DefaultValue, fld.Type,
fld.Size
Next
Next
MsgBox "Done"
End Sub

You could run this but instead of debug.printing, store the values in a
temp table on each mdb, then import both temp tables to a new databse
and run some SQL queries to compare.

Aug 14 '07 #5
"Keith Wilby" <he**@there.comwrote:
>Shut up you demented parrot.
Please don't make fun of anyone. Just state your case but no more.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Aug 15 '07 #6
"Tony Toews [MVP]" <tt****@telusplanet.netwrote in message
news:80********************************@4ax.com...
"Keith Wilby" <he**@there.comwrote:
>>Shut up you demented parrot.

Please don't make fun of anyone. Just state your case but no more.
It wasn't intended to "make fun" and I don't know how you read that into it.
I'm *tired* of reading that phrase over and over and it *should not* be
iterated on this forum, *that* is my case.

Aug 16 '07 #7
"Keith Wilby" <he**@there.comwrote in message
news:46**********@glkas0286.greenlnk.net...
"Tony Toews [MVP]" <tt****@telusplanet.netwrote in message
news:80********************************@4ax.com...
>>
Please don't make fun of anyone. Just state your case but no more.

It wasn't intended to "make fun" and I don't know how you read that into
it. I'm *tired* of reading that phrase over and over and it *should not*
be iterated on this forum, *that* is my case.
OK Tony, someone has pointed out that my response to you looks
confrontational. That was not my intent at all, please don't take it as
such, I am just so very tired of having that phrase on my screen. Perhaps
I'll just KF him and have done with it.

Keith.

Aug 16 '07 #8
On Thu, 16 Aug 2007 15:08:05 +0100, "Keith Wilby" <he**@there.com>
wrote:
>"Keith Wilby" <he**@there.comwrote in message
news:46**********@glkas0286.greenlnk.net...
>"Tony Toews [MVP]" <tt****@telusplanet.netwrote in message
news:80********************************@4ax.com.. .
>>>
Please don't make fun of anyone. Just state your case but no more.

It wasn't intended to "make fun" and I don't know how you read that into
it. I'm *tired* of reading that phrase over and over and it *should not*
be iterated on this forum, *that* is my case.

OK Tony, someone has pointed out that my response to you looks
confrontational. That was not my intent at all, please don't take it as
such, I am just so very tired of having that phrase on my screen. Perhaps
I'll just KF him and have done with it.

Keith.
I think almost everyone here agrees that PC Datasheet's solicit ions
in the newsgroups are inappropriate. History has, however, clearly
shown that there is no point whatever in attempting to communicate
with him. Reason, criticism, and pleading are all a waste. The best
that can be hoped for is to warn newcomers about his track record.
That way we consume a minimum of bandwidth and minimally irritate the
many people that come here for what these newsgroups were intended -
the free exchange of information and help for MS Access.

My 2 centavos,
Arch
Aug 17 '07 #9
"Keith Wilby" <he**@there.comwrote:
>>>Shut up you demented parrot.

Please don't make fun of anyone. Just state your case but no more.

It wasn't intended to "make fun" and I don't know how you read that into it.
<smile Interesting how there are different reactions to the same posting.
>I'm *tired* of reading that phrase over and over and it *should not* be
iterated on this forum, *that* is my case.
Agreed.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Aug 17 '07 #10
"Keith Wilby" <he**@there.comwrote:
>It wasn't intended to "make fun" and I don't know how you read that into
it. I'm *tired* of reading that phrase over and over and it *should not*
be iterated on this forum, *that* is my case.

OK Tony, someone has pointed out that my response to you looks
confrontational. That was not my intent at all, please don't take it as
such,
Not a problem.

I never took your posting as being such.

I've had a number of far more confrontational postings directed my way. Yours would
be somewhat like a humming bird farting in a hurricane. <smile>

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Aug 17 '07 #11

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

Similar topics

2
by: Charley | last post by:
I've got a diff file that I think is a patch for a bunch of file in a directory. How do I apply this file? I thought it was #patch myfile.diff But that does nothing. I must be missing...
15
by: (Pete Cresswell) | last post by:
I've got a .BAT file that I use for executing various MS Access apps that I wrote way back in the days of 2.0. It's evolved over time, but it still contains a number of possible paths to...
9
by: Ching-Lung | last post by:
Hi all, I try to create a tool to check the delta (diff) of 2 binaries and create the delta binary. I use binary formatter (serialization) to create the delta binary. It works fine but the...
6
by: Igor Shevchenko | last post by:
Hi! Suppose I have "pg_dump -s" of two pg installs, one is "dev", another is "production". Their schemas don't differ too much, and I want to get a "diff -u"-like schema diff so I can quickly...
4
by: Andreas Kasparek | last post by:
Hola! I'm preparing my master thesis about a XML Merge Tool implementation and was wondering if there is any open standard for XML diff regarding topics like: - is a diff result computed on...
0
by: MLH | last post by:
I've been unable to determine the correct setting to force a copy of msaccess.exe to be written to target disk during runtime installation process. It may be that the runtime installation...
2
by: reidarT | last post by:
I am making an installation program for an Access application. The application is run on both Office 2000, 2002, 2003 and soon 2007 versions of Office, When I install the application I need a...
1
by: rolandsk | last post by:
I need help to schedule a MsAccess procedure I want the procedure to run in backgrund and not the MsAccess file to be open during the time when the procedure runs. The procedure in MsAccess picks...
0
by: bbrewder | last post by:
I am struggling with some MSAccess automation issues. Basically, we have a .Net application that uses MSAccess for reporting (legacy code). We are able to launch MSAccess fine and even work with...
6
by: Aaron Gray | last post by:
Hi, I am working on an HTML WYSISYG Wiki and need to display a diff page like WikiPedia does if two people edit a file at the same time to give the second user the diff. Basically with additions...
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
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...
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,...
1
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...
0
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...
0
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...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
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...

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.