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
Jhon ABhu
NA
57
4.7k
display values with headers from database table using VBscript
Jan 24 2021 10:20 AM
Here i am append the data to div....i want to display values with headers also... but now i am getting only values using this below code... pls help me
Set rs2 =CreateObject("ADODB.RecordSet")
strQuery_xxxxxxxxxxxx = "Select * from XXXXXXXXXXXXXX"
rs2.Open strQuery_xxxxxxxxxxxx ,objconnection
Set e = document.getElementById("eventAPP")
e1.innerHTML = "<table><tr><td>" & rs2.GetString(2, , "</td><td>", "</td></tr><tr><td>") & "</td></tr></table>"
Reply
Answers (
4
)
Crystal Report printing using button by where clause.
List declaration and items add to list in VBScript