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
Krivahn Doss
NA
33
0
SQLDependency AND DAAB Data Access Application Block
Nov 16 2007 4:56 AM
How do I add SQLDependency in an DAAB.
I get an error with this !!
//SqlDependency.Start("MyConnection");
This is my code.
public DataSet GetPercentageByID(string dispID)
{
//SqlDependency.Start("MyConnection");
Database sqldb = DatabaseFactory.CreateDatabase("MyConnection");
DataSet ds = sqldb.ExecuteDataSet("spDispAmountPercent", new object[] { dispID });
return ds;
}
Reply
Answers (
0
)
Linq to Xml filter XML based on another Xml
Database Server Explorer