Search results for query: *

  1. K

    Accessing Table Attributes

    I tried using the SQLADapter.FillSchema.. but i cant access the default value set in the SQL Database... regarding XMLSchema, i noticed that when you fill a table or dataset, the default values is not initialized... thanks for your reply...
  2. K

    Accessing Table Attributes

    What i mean is how to access table schema after the FILL function? is this possible?
  3. K

    Accessing Table Attributes

    Hi guys... I just want to ask if there's a way to access table attributes.. so i could use the property after filling a datatable... Im using SQL Server. This is my example : Given 1. Table named EMPLOYEE w/ fields, datatype, length employeeID - nvarchar, 25 employeename -...
Back
Top