Can someone tell me wat does this meant? wat is the array(emtpy, empty, relation use for?
Set rstSrc = conn.OpenSchema(adSchemaColumns, Array(Empty, Empty, relation))
If i want to extract the schema for a particluar column of a relation, how do i do it?
how can i merge row together? I tried to use the .MergeCells = flexMergeRestrictRows in design mode, but i still cant make it work...Why is this so?
i've also added these in the code
grdFD.MergeCol(1) = True
grd2ndLevel.MergeRow(1) = True
grd1stLevel.MergeRow(2) = True
would like to calculate the frequency of the type of value from a recordset. i want to check if the values of a columns from a table is if correct type. For example a column in a table might be defined as of type string, but in reality the data in that columns are all integer.. so i will return...
Anyone have any idea how can i computing the functional Dependency of a Access Table???? For example in the table of employee table.. most fields should be dependent on the primary key...
For example, in my table there are fields like,
personId, Name, Surname, age, date of birth,Area code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.