Hi
Should I dispose connection after every close in my app and re-create it
when opening it or would this have some adverse effect? My app
(vb.net+access backend) seems to be stressing the server a little bit and I
wonder if disposing the connection will help the server.
Thanks
Regards
...
more >>
Is there a good reference on the Excel Object in VB.NET? I can create the
object, send data to a sheet, open, save & print files, but I want to format
the cells (border, shading, font, merging, etc.). So far I haven't been
able to figure that part out. Any help is appreciated. Thanks!
...
more >>
I have a vb.net application running with sql server... All calls to the
database are hit and drop.... i keep no connections open.... there are two
timers in the application that hit the database to check for new/changed
information (small hits)... here is the problem...
this one has be whippe...
more >>
Struggling with what seems should be easy. How do you programmatically
delete selected row(s) from a DataGrid bound to a DataSet?
I created a DataTable, added two columns to it, and added rows via the
NewRow method. The grid displays the data fine. I have the row headers
turned off. I ca...
more >>
I need help creating a find procedure for my database. I
am displaying records individually as opposed to using a
datagrid. As the user moves through the records, a
referenced multi-page scanned document is displayed and
the user can browse through the pages. I can't seem to
grasp the c...
more >>