I have a formless app built with VB2005 Exp.
I'm trying to have it open a database so i can send data with insert statements.
The app is able to open several concurrent IP sockets to receive data, then each socket needs to be able to Insert Into a certain table.
I'm not sure how to proceed.
Do i create a class which establishes the DB connection, then create a public sub that is called by each socket to do inserts?
-------------------
The greatest obstacle to discovery is not ignorance -- it is the illusion of knowledge.
Daniel Boorstin
I'm trying to have it open a database so i can send data with insert statements.
The app is able to open several concurrent IP sockets to receive data, then each socket needs to be able to Insert Into a certain table.
I'm not sure how to proceed.
Do i create a class which establishes the DB connection, then create a public sub that is called by each socket to do inserts?
-------------------
The greatest obstacle to discovery is not ignorance -- it is the illusion of knowledge.
Daniel Boorstin