Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compare two access database
Message
From
07/07/2004 10:36:40
 
 
To
07/07/2004 08:49:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00921343
Message ID:
00921404
Views:
19
Ok I found a difference in many fields that are empty. I use Microsoft.Jet.OLEDB.4.0 and I was not able to send empty value the driver is giving an error so I put one empty space and I think that Sedar software don't like to have a space where a field is suppose to be empty. All the value are contain in a variable F1 (f1=""TMP00076","001006","0",""")and just before to update a table I change the value of F1 with STRTRAN(f1,'""','" "'). To fix the problem I try STRTRAN(f1,'""','.NULL.') but the driver doesn't like this. How to send empty value to access table with this driver.

>Hi
>
>From Foxpro we put some data in access database (containing lot of database and lot of fields) used by a software call Sedar. After we need to compare two database to see if the data are the same on all table inside these two database. Is there a way to compare access database, maybe a software we can download somewhere. I even need to check if the is more blank at the end of data in a field (for exemple "59 park avenue" compare to "59 park avenue "). Sedar software is very strict and refuse to work if there is a very small difference and just two space at the end of data in a field can make it crash.
>
>Michel
Previous
Reply
Map
View

Click here to load this message in the networking platform