Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
Questionupdating MS database using c#.net Pin
Eng.almasrouhi11-Mar-13 10:12
Eng.almasrouhi11-Mar-13 10:12 
hi all

i have 2 RFID readers that read active RFID tags ID within range, and i have written the code in c# and it works and reads the tags. each tag represents a device.

i have created a database on MS access provides information related to each tag, such as serial number, location, company,...

ISSUE: i need to insert the tag ID to the database and only update Location coloumn, AOTUMATICALLY. as long as the reader reads the tag the program has to update the location where the rest information will be as they are.

i have 2 readers (reader A & reader B) so that i have to compare the data coming from each reader in order to update the location. if reader A reads the tag ID and reader B doesn't >> location updated to Location A. while if reader B reads the tag ID and reader A doesn't >> location updated to Location B. and if neither of 2 readers read the tag the location will be (OUTBOARD). also if the readers read the tag ID at the same time ( readers range interfere), the location will be (mutual A&B).

readers are real time working, and i need to do the updating aotumatecally & continuously.

I really need help ASAP.
AnswerRe: updating MS database using c#.net Pin
jschell11-Mar-13 10:57
jschell11-Mar-13 10:57 
GeneralRe: updating MS database using c#.net Pin
Eng.almasrouhi11-Mar-13 11:26
Eng.almasrouhi11-Mar-13 11:26 
GeneralRe: updating MS database using c#.net Pin
NotPolitcallyCorrect11-Mar-13 11:45
NotPolitcallyCorrect11-Mar-13 11:45 
GeneralRe: updating MS database using c#.net Pin
Eng.almasrouhi11-Mar-13 12:09
Eng.almasrouhi11-Mar-13 12:09 
GeneralRe: updating MS database using c#.net Pin
NotPolitcallyCorrect11-Mar-13 14:07
NotPolitcallyCorrect11-Mar-13 14:07 
JokeRe: updating MS database using c#.net Pin
Eddy Vluggen11-Mar-13 11:48
professionalEddy Vluggen11-Mar-13 11:48 
GeneralRe: updating MS database using c#.net Pin
Eng.almasrouhi11-Mar-13 12:13
Eng.almasrouhi11-Mar-13 12:13 
AnswerRe: updating MS database using c#.net Pin
jschell12-Mar-13 9:21
jschell12-Mar-13 9:21 
Questionerror with update query Pin
User349011-Mar-13 9:23
User349011-Mar-13 9:23 
AnswerRe: error with update query Pin
vanikanc11-Mar-13 9:31
vanikanc11-Mar-13 9:31 
GeneralRe: error with update query Pin
User349011-Mar-13 9:36
User349011-Mar-13 9:36 
GeneralRe: error with update query Pin
vanikanc11-Mar-13 10:13
vanikanc11-Mar-13 10:13 
GeneralRe: error with update query Pin
susanna.floora12-Mar-13 0:11
susanna.floora12-Mar-13 0:11 
AnswerRe: error with update query Pin
Dave Kreskowiak11-Mar-13 10:12
mveDave Kreskowiak11-Mar-13 10:12 
GeneralRe: error with update query Pin
User349011-Mar-13 11:21
User349011-Mar-13 11:21 
GeneralRe: error with update query Pin
Dave Kreskowiak11-Mar-13 12:33
mveDave Kreskowiak11-Mar-13 12:33 
GeneralRe: error with update query Pin
User349011-Mar-13 13:17
User349011-Mar-13 13:17 
QuestionWMI remote call Pin
vanikanc11-Mar-13 7:35
vanikanc11-Mar-13 7:35 
AnswerRe: WMI remote call Pin
Dave Kreskowiak11-Mar-13 10:05
mveDave Kreskowiak11-Mar-13 10:05 
GeneralRe: WMI remote call Pin
vanikanc11-Mar-13 10:29
vanikanc11-Mar-13 10:29 
QuestionOpenoffice Impress using C# Pin
Sachin k Rajput 11-Mar-13 1:43
Sachin k Rajput 11-Mar-13 1:43 
AnswerRe: Openoffice Impress using C# Pin
Richard MacCutchan11-Mar-13 1:49
mveRichard MacCutchan11-Mar-13 1:49 
GeneralRe: Openoffice Impress using C# Pin
Sachin k Rajput 11-Mar-13 2:21
Sachin k Rajput 11-Mar-13 2:21 
GeneralRe: Openoffice Impress using C# Pin
Richard MacCutchan11-Mar-13 2:51
mveRichard MacCutchan11-Mar-13 2:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.