Topic Illustrating the use of OleDb or Sql CommandBuilder to update database using dataset.
Posts Tagged ‘Database’
Updating database using dataset
Posted in Technology, Visual Studio, tagged Data, Database, DataSet, Dataset Delete, Dataset Update, OleDbCommandBuilder, SqlCommandBuilder, Update, Visual Studio on October 21, 2009 | 1 Comment »
Reading Database value in Javascript
Posted in Javascript, Technology, Visual Studio, tagged .Net, ASP.Net, Database, Javascript, Javascript and Database, SQL, SQL 2005, VS.Net on July 8, 2009 | 3 Comments »
Today while developing a page, we felt need to read database into javascript array. And we were confused if at all we can do this. So finally after googling on this we found a workaround. So I just thought of sharing this with you because I think this is really helpful. <script language=”JavaScript” type=”text/javascript”> var [...]
