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
arthur.javier
NA
4
0
Executing pre-defined MS Access query from VB .Net
Jan 21 2005 6:11 PM
Hello, I used to execute queries in MS Access from VB 6 using the following: Dim DB as database set db = Openrecordset("C:\mydb.mdb") db.QueryDefs("myQuery").execute How can I accomplish this from VB .Net without using DAO or ADOX. I want to use ADO.Net or whatever is recommended for use. Thanks!
Reply
Answers (
1
)
How can I get the kind of the application?
working between multiple forms..