Search : in
By :

Compare any value with access using vb.net

ghoweer, on Jun 16, 2009 7:01:32 am BST 
 Report this message to moderators

Hello,
I am new in vb.net,my company use Excel to save there data in master and detail form i write a code to tranfer data from excel file to be in tabular by useing my vb.net program, my problem IS HOW CAN I COMPARE EVERY NEW RECORD
WITH MY ALL DATABSE EVERY TIME I USE MY VB.NET PROGRAM(WHICH I use to tranfer excel data from master/detail form to tabular form) because i don't want to a doublicate value.
*my DB in access 2003
*vb.net 2003 !

Configuration: Windows XP Internet Explorer 7.0

Best answers for « compare any value with access using vb.net » in :
Connect a database (MDB) to excel Show[VBA] Connecting a database (MDB) to excel Below is a tips of how to connect an Access database (MDB) in an application excel Add reference Microsoft DAO object librairy X.X In a general module (eg Module1) paste the code below...
Backup/Restore Mysql database ShowBackup/Restore Mysql database Backup Restore your database Note A simple approach on how to backup and restore MySQL databases. Backup To save an existing database it is recommended that you create a dump. To dump all...
Inserting text in a file ShowInserting text in a file Introduction Syntax Introduction It is sometimes useful to insert text in the header of one or more document (s) or in a specific part of the document (before or after a specific line). The publisher of...
Random access memory (RAM or PC memory) ShowTypes of random access memory There are generally two broad categories of random access memory: DRAM memories (Dynamic Random Access Module), which are inexpensive. They are used essentially for the computer's main memory SRAM memories (Static...
ODBC ShowWhat is ODBC? ODBC stands for Open Database Connectivity. This is a Microsoft-defined format for communicating between Windows database clients and consumer DBMSs. The ODBC managier can be found in Windows 3.1 and 9x. In Windows 95 and 98, it is...
ASCII Code ShowData coding Morse code was the first code used for long-distance communication. Samuel F.B. Morse invented it in 1844. This code is made up of dots and dashes (a sort of binary code). It was used to carry out communication much faster than could...