hog Posted May 1, 2003 Posted May 1, 2003 At present if I want to create an object that will give me the schema of the underlying tables I use a select statement that uses a bogus value which I know will return no records, but will give me the schema. This is messy to say the least, so is there a more elegant/efficient method I can adopt:) Quote My website
APaule Posted May 1, 2003 Posted May 1, 2003 yup, there is one: da.FillSchema(tbl, SchemaType.Source) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.