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
hackage
NA
3
0
Type 'ADOConnection' is not defined
Dec 24 2003 12:18 AM
<%@Import Namespace=System.Data.OleDb%> <%@Import Namespace=System.Data%> <%@Import Namespace=System.Data.SqlClient%> BC30002: Type 'ADOConnection' is not defined. Source Error: Line 19: Line 20: sub b1_click(sender as object,e as eventargs) Line 21: dim cna as ADOConnection=new ADOConnection Line 22: dim cma as adocommand=new adocommand Line 23: cna.provider="microsof oledb 4" ---------------------------------------------------- who can help me ?? why still error
Reply
Answers (
1
)
need analog of ADODBrecordset.find() BUT FOR adonetdataset
Need help handling DataBase Access Exceptions