Retrieving untyped dataset schema

  • Thread starter Thread starter Earl
  • Start date Start date
E

Earl

What's the best approach to retrieving schema for an untyped dataset? Do it
manually, an empty sproc, what else?
 
Looks like building a schema in code is the fastest approach (err, faster
for the machine, that is!), soooo what datatype to use for a Timestamp
column? I noticed that is not a type choice .....
 
Back
Top