E
Erik Cruz
Hi.
We are in process to update our first VB6 project to VB.NET. We decided to
use the migration process to optimize certain areas of the application,
including the use of connections. In our VB6 project the connection string
is generated dynamically. Our users type the user id and password on
textboxes, and the application concatenates these values with the other
information of the string. We know that we are loosing pooling capabilities
this way beacuse each user enters different data, but are there any security
issues with this method? Some time ago a consultant told us that creating
the connection string this way would help us to avoid sql injection attacks.
TIA,
Erik Cruz
We are in process to update our first VB6 project to VB.NET. We decided to
use the migration process to optimize certain areas of the application,
including the use of connections. In our VB6 project the connection string
is generated dynamically. Our users type the user id and password on
textboxes, and the application concatenates these values with the other
information of the string. We know that we are loosing pooling capabilities
this way beacuse each user enters different data, but are there any security
issues with this method? Some time ago a consultant told us that creating
the connection string this way would help us to avoid sql injection attacks.
TIA,
Erik Cruz