Hi everyone,
I'm wondering, is it possible to make a dataset with a number of different
datatables within it and then fill those data tables with the results from a
number of select statements?
Well actually, I know this could be done in theory so I suppose my real
question is, is there an ...
more >>
I am populating an ASP.NET datagrid with a dataview object stored in session state
To update the database I am using a commandbuilder object to generate the relevant statements
I can update and delete rows without having to re-fill the dataset (dataview)
However, if I add a new row and then dele...
more >>
Hello:
Firebird .NET Data Provider 1.5 available for download.
Thanks very much to all the people that has been helping during the
development stage.
---------------------------------------------------
You can read the Changelog at:
https://sourceforge.net/project/shownot...
more >>
I am using ODBC namespace to communicate with my legacy system. since there
are no stored procedure supported in the legacy system, I would like to know
which object I should use to insert a new record to legacy system using ODBC
namespace objects.
Whenever I use SQL Server as backend I have use...
more >>