TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
joel_p
NA
1
0
Accessing SQL table attributes using datatable
Feb 15 2005 4:01 AM
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 - nvarchar, 100 2. I have declared a datatable dtemployee.. using the DAL, i fill the datatable... Is there a way i could access the datatype, length, allow nulls of the table by using the datatable...? How can i make this attribute available to my datatable?
Reply
Answers (
1
)
webapplication using ADO.NET,C Sharp,OleDb,Ms Access,ASP.NET
problem with paramters on select statement