Search results for query: *

  • Users: Nsync
  • Order by date
  1. N

    what is the differnce bettween local server and Sql Server??

    what is the differance bettween local server and Sql Server when Adding a table by using SqlDataAdapter Wizard
  2. N

    Question about adding columns to The DataSet?

    i create as DataSet called Northwind and Table called Products Dim dsNorthwind As New DataSet("Northwind") Dim dtProducts As New DataTable("Products") dsNorthwind.Tables.Add(dtProducts) when i add a new column called ProductID Dim dcProductID As New DataColumn("ProductID") what is...
Back
Top