I am new to .DLL programming.
I am making a .dll VB program that is being acessed by a web page, also this .dll uses multiple tables and hundreds of fields in an Oracle 9i database and I was wondering how the database would be affected when multiple users are using the same data.
I am thinking that I would like to make a "temp" Access or Oracle database linked to the class module that is open. Can I 'make' local tables in vb and use them for my class module that is open and then blow them away when the class closes?
For example: user 243 wants to run the .dll so the .dll makes a database (copy) filles this database with the info it needs and starts it work, while at the same time user 132 wants to run the dll and the next class module that is created also creats a database and fills it witht he info it needs. I have heard this would be relativly easy or at least easier in vb.NET but I am in VB 6.0 so is this a solution?
TheKing
![[pc3] [pc3] [pc3]](/data/assets/smilies/pc3.gif)
I am making a .dll VB program that is being acessed by a web page, also this .dll uses multiple tables and hundreds of fields in an Oracle 9i database and I was wondering how the database would be affected when multiple users are using the same data.
I am thinking that I would like to make a "temp" Access or Oracle database linked to the class module that is open. Can I 'make' local tables in vb and use them for my class module that is open and then blow them away when the class closes?
For example: user 243 wants to run the .dll so the .dll makes a database (copy) filles this database with the info it needs and starts it work, while at the same time user 132 wants to run the dll and the next class module that is created also creats a database and fills it witht he info it needs. I have heard this would be relativly easy or at least easier in vb.NET but I am in VB 6.0 so is this a solution?
TheKing
![[pc3] [pc3] [pc3]](/data/assets/smilies/pc3.gif)