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
Phuc Hoang
NA
4
0
Read XML using datatable
Dec 1 2010 4:31 AM
Hello all
How can i return database that using SELECT
Here is my code
Public Function Recommened_GetUser(ByVal UserID As Integer, ByVal Path As String) As Data.DataTable
Dim table As New Data.DataTable("Recommendhotel")
table.ReadXml(Path & filename)
Dim drs As DataRow()
drs = table.Select("UserID='" & UserID & "'")
Return table
End Function
I want to select that only show depend on condition (UserID)
I really appreciate all the help you can give me!
Thanks in advance
Reply
Answers (
2
)
How to Display Crystal report on forms
Uploading SQL Server Databse