May 19, 2006
1.要注意from, where 附近的空格!
stirng sql = "SELECT COLUMN_NAME AS Name, " +
"DATA_TYPE AS Type, " +
"CHARACTER_MAXIMUM_LENGTH as Length " +
"From INFORMATION_SCHEMA.COLUMNS " +
"WHERE TABLE_NAME = ‘{0}’";
The URI to TrackBack this entry is: http://recordsome.blogsome.com/2006/05/19/p46/trackback/
No comments yet.
RSS feed for comments on this post.
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>