News

ActiveData assists Visual Basic 5/6 developers in their data application development. It helps you see and edit a DAO or ADO recordset's data, connection properties, recordset properties, and field ...
Value stream management involves people in the organization to examine workflows and other processes to ensure they are deriving the maximum value from their efforts while eliminating waste — of ...
I have a dropdown box with the ListItems:<BR>Value="<" ...<BR>><BR>=<BR><=<BR>>=<BR><><BR><BR>If I send these to a function and use AddWithParameter("@oper", operator ...
Do you want to start quickly developing WinForms-based database applications? The VS 2005 and SQL Server 2005 Express combination offers many new features and tools to help you quickly build ...
I have a table called PurchaseOrder, each row in that table has a unique auto incrementing field named ID. I simply want to get the highest ID and assign it to a string variable in VB .Net - I can't ...