J
Jesse Aufiero
I am creating a vb.net app that displays historical financial data in
various ways (grids, charts, etc.). This data is sensitive and should only
be accessible through the vb.net application. The vb.net application must
also be able to issue sql select stmnts against the persistant data source
in order to get a wide variety of result sets back, for use in the
application's grids and charts.
How can I have my data in a completely secure place, and still have the
ability to issue sql stmnts against it?
SQL Server is not an option because the installation of my application must
be simple and 'lightweight'... and we're not talking about a massive amount
of data here.
Can an access database be embedded into the vb.net application? I would
rather not keep the .mdb outside the vb.net application because that is an
invitation to tampering and hacks.
Thanks!!
various ways (grids, charts, etc.). This data is sensitive and should only
be accessible through the vb.net application. The vb.net application must
also be able to issue sql select stmnts against the persistant data source
in order to get a wide variety of result sets back, for use in the
application's grids and charts.
How can I have my data in a completely secure place, and still have the
ability to issue sql stmnts against it?
SQL Server is not an option because the installation of my application must
be simple and 'lightweight'... and we're not talking about a massive amount
of data here.
Can an access database be embedded into the vb.net application? I would
rather not keep the .mdb outside the vb.net application because that is an
invitation to tampering and hacks.
Thanks!!