Click here to Skip to main content
15,904,652 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to force fully change resolution of system Pin
ram krishna pattnayak1-Mar-07 23:46
ram krishna pattnayak1-Mar-07 23:46 
GeneralRe: how to force fully change resolution of system Pin
Dave Kreskowiak2-Mar-07 14:25
mveDave Kreskowiak2-Mar-07 14:25 
Questionsimple flash animation Pin
ram krishna pattnayak28-Feb-07 20:14
ram krishna pattnayak28-Feb-07 20:14 
Questionsimple flash animatio Pin
ram krishna pattnayak28-Feb-07 20:14
ram krishna pattnayak28-Feb-07 20:14 
AnswerRe: simple flash animatio Pin
samerh28-Feb-07 22:03
samerh28-Feb-07 22:03 
Questioncreate sql database Pin
taherjaorawala28-Feb-07 19:34
taherjaorawala28-Feb-07 19:34 
AnswerRe: create sql database Pin
andyharman1-Mar-07 3:19
professionalandyharman1-Mar-07 3:19 
Questionerror while inserting memo field Pin
balakpn28-Feb-07 17:57
balakpn28-Feb-07 17:57 
AnswerRe: error while inserting memo field Pin
Guffa28-Feb-07 21:20
Guffa28-Feb-07 21:20 
GeneralRe: error while inserting memo field Pin
balakpn1-Mar-07 1:28
balakpn1-Mar-07 1:28 
QuestionInsert Data table data to SQL table Pin
nawalage28-Feb-07 17:42
nawalage28-Feb-07 17:42 
AnswerWrong Forum? Pin
CPallini28-Feb-07 21:14
mveCPallini28-Feb-07 21:14 
QuestionExtracting from DLLs Pin
MatrixCoder28-Feb-07 15:06
MatrixCoder28-Feb-07 15:06 
AnswerRe: Extracting from DLLs Pin
The ANZAC28-Feb-07 19:48
The ANZAC28-Feb-07 19:48 
GeneralRe: Extracting from DLLs Pin
MatrixCoder1-Mar-07 5:34
MatrixCoder1-Mar-07 5:34 
GeneralRe: Extracting from DLLs Pin
MatrixCoder1-Mar-07 16:54
MatrixCoder1-Mar-07 16:54 
GeneralRe: Extracting from DLLs Pin
The ANZAC1-Mar-07 19:00
The ANZAC1-Mar-07 19:00 
GeneralRe: Extracting from DLLs Pin
MatrixCoder2-Mar-07 3:26
MatrixCoder2-Mar-07 3:26 
GeneralMaybe Someone else can help. Pin
The ANZAC2-Mar-07 16:21
The ANZAC2-Mar-07 16:21 
GeneralRe: Extracting from DLLs [modified] Pin
TwoFaced2-Mar-07 19:23
TwoFaced2-Mar-07 19:23 
GeneralRe: Extracting from DLLs Pin
MatrixCoder3-Mar-07 5:42
MatrixCoder3-Mar-07 5:42 
QuestionSmall Project - Looking For Community Input Pin
Ian Woods28-Feb-07 14:45
Ian Woods28-Feb-07 14:45 
Hello coding community,

I have had a request from one of my clients to build a (VB 2005 per client) application for a particular in house task. Before I start coding, I would like to here some feedback comments to see that I ‘m approaching this project in the correct way.

Task Overview:
The client has multiple fixed scanning devices, reading carton barcodes (unique) on particular production lines. The scanning devices output the barcode data via TCP communications at a rate of approximately one barcode a second /per scanning device.

The requirement at stage one, is that the barcode data scanned will be sent to an in house server box, de-coded and written to a SQL table.

My Project Scope Ideas:
1. Based on the scanning devices are communicating via TCP, I should be looking at socket Client/Server application to receive the scanned barcode data.

2. To guarantee that data from all the devices will be sent to my application, should I make the scanning devices connect as a socket client?

3. The scanning devices only have a limited onboard buffer to hold the scanned barcodes. This in mind, I think that I should break the task into two different applications. One application handles the communications and data received. The second application does the barcode de-coding and writing the data to an SQL table.

4. Because of the limited onboard buffer issue, the applications need to be independent of user logins. Therefore, I think maybe making the applications into windows services would make more sense.

Overview of My Ideas:
The “DeviceCommunications” windows service would listen for scanning device connections on a particular TCP port. On receiving any data from a device connection, the service would write the data to disk (I/O file). Writing the data to a disk file, achieves two things, one the data from all devices as stored in a single file object and secondly it makes the process independent of de-coding the barcode and making database connections to write the data to an SQL table.

The “DataImport” windows service would run at periodical times and check to see if barcode data has been written too the file object. If so, then it would check if a database connection possible, then de-code each barcode and write the de-coded data to the SQL table.

Because a service should not interact with the desktop, a third windows application would be required to allow for configuration of the services and maybe some monitoring the services actions.

Sorry this is a bit long winded, I was trying to you some detail info to work with. Please feel free to make any comments you like. I have an open mind on this project, just want to achieve a good result.



Regards Ian

QuestionPLEASE HELP :( Pin
İsmail Durmaz28-Feb-07 10:42
İsmail Durmaz28-Feb-07 10:42 
QuestionVb Forms and Crystal Reports Pin
China-Gary28-Feb-07 9:45
China-Gary28-Feb-07 9:45 
QuestionVB6.0 -> VB.NET conversion (A question about COM references) Pin
BRShroyer28-Feb-07 8:45
BRShroyer28-Feb-07 8:45 

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.