473,419 Members | 1,838 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,419 software developers and data experts.

'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 4267
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
0
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,...
0
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...
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...
1
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
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...

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.