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

Compare MDB -

I want to compare two Access 2000 database files. And find out what records have been changed.

Is there a program to compare two files?

 

help with DateTime.Compare -
hi! can anybody please help me. Why is it when i try to compare two the same dates I was not getting the right return value of Datetime.Compare which 0. I dont know if the problem is in my code or is in the Datetime.Compare method. by the way, i attched a screenshot to give you more id


Option Compare -
Can anyone give me some insight as to the benefit of using option compare.. i pretty much know what it does.. and that it is compare binary by default... but when should you use option compare text instead?


Fast Compare -
Dear All, I have two Richtext box in Form . I have typed some word in Each boxex.These Text boxes has arround 100 - to 150 lines each. I want to Fast Binary compare method, which will highlight the First Mismatch with some colour in Each Text box.These Compare sh


easiest way to compare 2 lists -
what is the syntax for using the compare in vb... ie compare filelist1 to filelist2 and see what files one directory has that the other doesnt


Compare Two Word Files -
Hi All, I want to develop a VB6 application to compare two word files. I want to include option to - compare the content only. - compare the content and Formating also. I want you all to suggest me the best way to do it. Thanks in Advance.


[resolved]case-insensitive string compare -
Quickie - just looking for an existing function to compare example and eXamLe which will return true, without having to overload string.compare functions.


Compare word Documents -
Hello, Is it possible to compare two word files without using MS Word's inbuilt Compare & merge option? May be in VB way??? Could you please help me out on this. Thanks, Kanna.


Compare MDB -
I want to compare two Access 2000 database files. And find out what records have been changed. Is there a program to compare two files?


How to compare multiple (part) strings -
Hi, I have 2 listboxes and want to compare both and count in how many lines are identical strings. BUT .... I want to use part of the strings (same as with MID) and this part strings chance always. For example: I want to compare at the begin the characters 1-5 then 2-6 then 3-7 a


better way to compare dates -
hi guys! can anybody please help me...i have the code below which compare two dates,datenow and the alarmdate, and show the alarm notification when they are equal but as you can notice the way of comparing dates is first Convert both dates ToShortDateString and compare it and when they


compare 2 datasets -
I have 2 datasets derived from 2 XML files and I want to compare these 2 datasets. I'm doing a readxml and loading the dataset. How can I now compare the datasets row by row. I just want a boolean value to see if its true or false. I dont want to do anything with the data. thanks


Compare two .bas files[Found a way] -
Does anyone know of a way to compare differences between two different .bas files? I have two different versions of a very long and convoluted bas module and would like to mark areas, or at the very least have them pointed out by some sort of "compare" program. I su


Compare two XML files -
Hi there! Does anyone know how to compare two xml files? what i wanna do is compare the two xml Files and then display the difference to the datagrid...thanks in advance.


compare arrays........ -
Is there any way to compare two arrays and calculate how many times they're not equal. Like, you've int vector[3] = { 1, 2, 3 }; int vector2[3] = { 1, 2, 6 }; and then you compare these two and report that they're not equal 1 time.


File compare software -
Dear All, Can some body suggest me good file compare software to compare the two text files.?


[B]How to Compare 2 DLL files versions[/B] -
Hi All, I am doing AutoUpdate program where I need to compare 2 DLL files version. Please let me know how to compare two DLL file version. Thanks, Mohan


Command line for Office Word Merge ability -
Ok, so Microsoft Word has this ability to compare and mark up difference between two documents. If you open up a word document, you can go to Tools -> Compare and Merge Documents. Anyway, is there a way I can do this via a batch job or command line? Something like (I don't


compare recordsets with listbox -
I have 3 recordset rs1,rs2,rs3 I compare the fields in rs1 ,s2 so if rs1<>rs2 then I put the missing data in a list box How can I compare all the list items with rs3 so if list.item – rs3 field , not to appear in listbox??


Compare Only Date not the Time (datetimepicker) -
Hallo, i have a problem with comparing two DateTimePickers, which both have the same date. but with Date.Compare(date1, date2) a voll comparsion with date and time is done. how can i just compare the dates.. (I have searched the forum and msdn...nothing found)


[2005] Compare Documents + PDF(itextSharp) -
Hi all, Am trying to automate some pdf opertions. Already i tried Merging, Finding Page number...etc using itextSharp dll.Here Now am in need of compare two pdf and to produce Consolidated report.. Either using itextSharp or using pdf objects.. I googled and got the infor


how to compare sql timestamp -
Hi, I use ADO.NET to retrieve a table from sql2k server, where one of the field is timestamp type. I want to compare this field for concurrency checking, but I found that the value returned by ADO.NET is an array of byte.....can I just convert it to say Long, or I need to compare i


Use VBScript to compare files -
I want to write a routine that will take two files (be they text or binary) and compare them to see if they are identical. I'd rather do that, than open the files and compare them line by line. Is there a way to calculate a hash value for a file using VBscript? Are there any examp


Compare two strings or two files -
In my form I have two rich text boxes.In both of them I put two different text files(.txt or .rtf).I looking for some code to compare them, and to have the result as marked differences into the second rich text box.How I have to compare them-as strings or as files? And how I can use mi


compare a item in a collection -
I want to compare a string item in a collection with another string variable. I use collection.items.contains(string_var) to compare if the string_var is in the collection. But i need to compare case insensitive !! How can i do this ?


Help! Compare Two Values on Two Tables and Get Unmatched Value -
I want to compare two tables [tblCrewOnBoard] --- [ID Number] [tblServiceRecord] --- [ID Number] I want to compare the [ID Number] from both tables and get the [ID Number] that does not present in [tblService Record]. Im using vb6 ADO ODBC... using MSAccess Database Any


Easy one: string/char comparison -
I need to compare two character array elements to see if they have the same value, but using a text compare rather than a binary compare of the scan codes. I want to do what VB's Option Compare Text does rather than Option Compare Binary, which is what I am seeing as a result of this c


vb6 compare wavs -
is there a control that can compare pieces of wav files and find how close they are to each other?


compare date and time -
are there ways to compare dates and times?


Some Doubts -
whats the difference between Binary compare and Textual compare? can anyone tell me? thx


Compare Variables -
Is there a way to compare [at the same time] - 3 values? Any of the special operators can do it?


How to compare one string to.....HELP!! -
Hello, I'm trying to compare 2 strings(username, and password) to a textfie that I have loaded into my app, via richtextbox. If there is a way to compare it without using the richtextbox that is cool. I have a textfile that has the usernames and accounts of my users in it. I get the


Compare Records -
I have to tables with similar fields in different database , I need to compare the contents of them , How could I do it using ADODB.Record facility. With Regards


compare two excel sheets -
could you help me i need to compare two different work book. from range unlimited maximum lines do you have idea how to do it


basic_string comparison -
Is there a way to compare strings that is case insensitive? I know I can compare them using stricmp, but is there an inbuilt method or technique? Thanks in advance HD


Database compare -
Is there any easy way to compare two databases?


how to compare 2 bmp images -
Hi all . i am creating an application that needs to detect the bmp images changes against a perticuler image specification but i do not how. For example if i have bmp1 and bmp2 and the program makes compare if they are identical it does not thing and if they are diffrent it gives me a


How to compare many values... -
I have to compare many values included in database... The values I have to compare is "Cities" I have to know "What is the pourcentage of job I shipped to each city ?" Thanks in advance !


how to compare row data in two wkshts and copy and paste into another wksht -
im trying to compare data in a column of two different files and if it matches, copy and merge both the rows into a new worksheet named "result". can someone help? i cant figure out how to compare it and then copy and paste. thanks in advance.


Compare Database -
Not sure if this is the right place, but I'm pretty stuck. I have 2 pretty large list ... like 1 million plus records & 10 Million plus. One of them has a bit older data but I want to compare it to the new one and confirm the data. The new one contains the 10 Million recor


compare tow fields in table and show min value -
hi, it seems I can't come up with the right code to do this. how can I compare tow column values in the same table and show the min one. for example Name | SSN | date1 | date2 test | XXXXX | 05/02/05 | 02/02/04 I want to be able to compare the two