o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Comparing two files -

Thanks. I wasn't clear on my comparison. I want to compare the data of the two files that has the same comma dilimeters and get a report on all unmatched records. Field 1 and 2 are the same in each file. The other fields contained the data to compare. Should be the same, but may not be. I have this query in Access. I'm not sure if there's a better way.

Thanks

 

URGENT - binary stuff -
I am required to conduct a Binary Comparison between two files. In need to make a program that compares the two files byte by byte and does not attempt to resynchronize the files after finding a mismatch. How do i do this?? I have little knowledge about binary mode. Thanks. It is


Comparing two XML files -
What is the best way to compare the difference between two XML files using code? The basic of these XML files are tree structure of folders and files.


Comparing 2 Files -
Hi there, Does anyone have any idea how to compare 2 text files in a vb application? Is it best if I import the files first to 2 tables in access or is there an easier way to do it?


Comparing Files & Copying Files -
Hi how do I:Compare files in 2 diffrent directories Copy a file from 1 dirtectory to another Thanks for any help, and have a merry christmas


Getting the size of a number of files and comparing them. -
Hi guys I have a folder that holds 20 files. I am copying them into a subfolder. Then I want to delete the original files. Here is where I have the problem. I need to make sure that the files that I have copied are the same size as the original files. Does anyone have some code tha


Comparing Files -
I want to run a file compare for 2 separate directories and see what differences there are between the files that are compared. How can I achieve this in VB ?


Comparing two document files -
How do i compare two doc files to check whether their are identical or not. If not i want the location where the difference is. IS there any API which can compare two files? Thanks Kais


files sequences incorrect -
Hi All, I have two folders say fold1 and fold2. When i select fold1 it's reading files in the sequence like: fold1: file1 file2 file3 and do some work. but when i select fold2: fold2 file3 file2 file1 and do some work. At the end i am comparing the d


.zip File manipulation -
Greetings List, I am new to using VB for applications. I am usually able to do everything I need for work through EXCEL using the scripts and macros; however, my current project can not be done in EXCEL so I am going to try and figure out VB. My main question is related to readin


comparing recordsets -
Hi Folks, i have a small problem comparing two recordsets. Well maybe i should start to explain from the beginning. I have two Access Databases with the exact same Table and Fieldstructures. Next I fill two recordsets with a statement like SELECT * FROM mytable where Field = Opt


Comparing 2 files date/time stamps -
Hi all, Anyone know if it is possible to compare the date/time stamps of two files (these are text files) please? Any help appreciated. A web search hasn't really turned much up.... Cheers, Paul.


comparing document -
hi. i am comparing two word documents and saving compared document in a new location. i have to get the inserted texts and deleted text. if the problem description is not clear plz query me.


Comparing Lists *** Resolved *** -
Lo, I have two lists, one containing numbers selected by a user between 1 and 49 and the other containing numbers that have been randomly generated that occur over 50 times. I need to somehow comparing them to find a match e.g User List 45


comparing files and updating -
Want some script code I have two directories (source and target). Source directory contains new files I woulike to download source to target but if target contaains same files then overwrite if target doesnot contains fille then copy new file to target. I am new to php. Pleas


A quickie - Comparing two Files -
I have two very similar large SQL Server 2000 SQL files. I was wondering if there were any tools to compare the two highlighting the differences withing SQL Server of .NET? Kev.


Comparing two files -
Thanks. I wasn't clear on my comparison. I want to compare the data of the two files that has the same comma dilimeters and get a report on all unmatched records. Field 1 and 2 are the same in each file. The other fields contained the data to compare. Should be the same, but may no


Comparing Alpha Numeric Strings -
Hello, I am trying to use VB6 to compare 2 strings character by character and writing to a list so that they are inserted at the correct position in the list Ascendingly. Firstly i am suppose to first check the string if its numeric, if it is then i skip the process of co


Comparing images. -
How can I compare two images and get a rectangle out of it that contains all the altered areas. I know this can be done by comparing it pixel by pixel, if they are different, their position is noted. The 4 sides of the rectagle can then easily be found. This works but it is running


comparing strings[resolved] -
When comparing strings, in an "if" statement, is there a way to make it not case sensitive? -tony


Comparing two text files -
hi can anyone assist me with a code that will compare two files. One file being Master.txt and the other being Collected.txt. Collected.txt would be compared against Master.txt and any song titles that are pn the Collected.txt list and are not present on the Master.txt would be conside


[2008]. File comparing, renaming and moving! -
can some one pls assist me on this... ____________________________________ 1. I want to rename a bunch of files... the files are named like asasa$182829.rtf -----I want to rename the file by removing the parts b4 $ sign! -----I want to chk if there is 2 files with same na


[2005] comparing files in diffrent folders -
I need to compare *.pst files from one folder to another folder on the network. If the file doesnt exist in dest folder: copy if it does exist in destination folder, check file size if folder 1 is bigger: copy has to be just *.pst files Thanks in advance for any help!


comparing a value of one file. with value user types in -
As a user signs in. I write that information to a file. I then want to take that name and compare it with the user that have access to the program. How can I do this? I am just learn. I am having trouble comparing the names. and sending back an ok. Please help. Rasnic


[2005] Load & Comparing Graphic Files -
Two questions: 1) How do you load a graphic file into a variable in VB? I assumed you would use an Image variable, by how do you load it? I want to load jpg files. 2) How do you compare two graphic files? If I can load the files into Image variables I can use either .equals or .g


[2005] Comparing and highlighting richtextbox -
Hi, I'm trying to compare two richtextbox and both with the following format and same length: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 I wrote the code below and for the comparison it works as fast as needed but when i try to highlight al


Comparing versions -
does anyone know if theres a way to do a compare of VC++ code? I have two versions of source code here and I wish to see the changes made in both by comparing them.... is there an easy way of doing this?


PDW Scripts Moved to a new PC, where are they now -
Hi all, I've tried to search this everywhere but can't seem to find the answer I am looking for. I have moved to a new hard drive in my lapatop, clean install etc. Now when I open PDW none of my previous scripts are available in the drop down combo. The Setup.lst files and folde


Text Compare -
Dear All, I found the attached text compare project from some other site. It is comparing word by word. I want all the option avalible in this as it is.But the comparing should be faster.How can I do that. Thanks In Advance.


comparing number with a list of numbers -
i have 47 values in numbers. say 1...47. and i have "a" = 14.5 (say) how do i write a code for comparing that 14.5 lies between 14 and 15 from the 1...47 numbers given. how do i first declare the 47 numbers. and then how do i proceed kindly help cheers


Comparing Data In Text Files -
I have two files updatedat.txt & update.txt updatedat.txt has this entry: Version = 1.00 update.txt has: Version = 1.10 I want VB to compare the values and if update.txt has a higher value to popup an msgbox....


Compare file contents . . . -
Has anyone ever done anything with comparing the contents of two files? A bit-level verification would be the best. Thanks, Leecher


Remote Desktop Sharing....Comparing Portions of Screen -
This has been a slow work in progress, with posts for this question dating back to over a year ago. I would like some help in figuring out a way to comparing two capture desktop images, and then only send the portions that have changed. By doing this, I would optimize my Program Ex


Compare XML files -
I've got to write an app that compares several hundred XML files, ie I have two folders each with about 100 XML files in. I need to compare the same name XML file from each folder and then display any difference in a GUI. I know that Microsoft have an XML parser that I can use?.


[2005] comparing rows in a dataset to a datatable -
Hello, I would like to compare a dataset and a datatable. Let's call it a and b. A will come directly from the database while b will come from an excel file. (I already have that part done.) I need help in comparing the values in b to a. If it already exists in a, i want to add i


[2005] Comparing a dataset and datatable -
Hello, I would like to compare a dataset and a datatable. Let's call it a and b. A will come directly from the database while b will come from an excel file. (I already have that part done.) I need help in comparing the values in b to a. If it already exists in a, i want to ad


Comparing two RESX files -
I have two RESX files, containing hundreds of data-value pairs each. I'd like a quick way to compare the two to see which data value pairs are missing from which RESX file. Is this possible, and if so, how?


Files compare -
I have a problem when comparing files. I have 2 text files and want to compare them. My problem is File 1 123456 234567 345678 456789 File 2 234567 123456 345678 456789 They are similar but in different sort-orders. So the result I want is similar. The files can be lar


compare contents of 2 files -
Hi, In order to help me with versioning control from a text file that I receive off the web, I was wondering if there was a way to compare the contents of say a text file named categories.txt and categoriesnew.txt. I thought about just comparing the size of the 2 files and if the


Comparing date of modification for files...(RESOLVED) -
Hi all. I need to compare the date of modification on different files and I was wondering if there was an easy way to verify if a file is more recent then another one. I'm already using the File object which can return a string with the date and time of the last modifications. B


[02/03] Need help comparing picturebox length -
I'm trying to test some different types of collision detection. I've come across a problem when I try to do things with picture boxes. I want to make it so the two floating picture boxes collide with eachother and bounce away at pre-determined angles. The problem I'm having is that