Click here to Skip to main content
15,906,335 members
Home / Discussions / C#
   

C#

 
AnswerRe: Read PDF Pin
Abhinav S1-Apr-13 20:47
Abhinav S1-Apr-13 20:47 
QuestionFavorites from HTML Pin
MAW301-Apr-13 12:15
MAW301-Apr-13 12:15 
AnswerRe: Favorites from HTML Pin
Eddy Vluggen1-Apr-13 13:20
professionalEddy Vluggen1-Apr-13 13:20 
QuestionOpenOffice API for DotNet Pin
ASPnoob1-Apr-13 6:45
ASPnoob1-Apr-13 6:45 
AnswerRe: OpenOffice API for DotNet Pin
NotPolitcallyCorrect1-Apr-13 7:13
NotPolitcallyCorrect1-Apr-13 7:13 
QuestionEach page of report viewer contain single report(.rdlc) Pin
M. K. BASHER1-Apr-13 2:23
M. K. BASHER1-Apr-13 2:23 
QuestionHow to use IWin32Window Pin
mhd almidani31-Mar-13 23:31
mhd almidani31-Mar-13 23:31 
AnswerRe: How to use IWin32Window Pin
Eddy Vluggen1-Apr-13 0:03
professionalEddy Vluggen1-Apr-13 0:03 
GeneralRe: How to use IWin32Window Pin
mhd almidani1-Apr-13 5:09
mhd almidani1-Apr-13 5:09 
GeneralRe: How to use IWin32Window Pin
Alan N1-Apr-13 5:24
Alan N1-Apr-13 5:24 
GeneralRe: How to use IWin32Window Pin
mhd almidani1-Apr-13 20:35
mhd almidani1-Apr-13 20:35 
GeneralRe: How to use IWin32Window Pin
Eddy Vluggen1-Apr-13 11:34
professionalEddy Vluggen1-Apr-13 11:34 
AnswerRe: How to use IWin32Window Pin
Richard MacCutchan1-Apr-13 0:03
mveRichard MacCutchan1-Apr-13 0:03 
QuestionCustom TabControl: Designer adds TabPages in wrong order! Pin
Revolty31-Mar-13 9:33
Revolty31-Mar-13 9:33 
AnswerRe: Custom TabControl: Designer adds TabPages in wrong order! Pin
Revolty7-Apr-13 5:18
Revolty7-Apr-13 5:18 
Questionكيف البحث عن ملفات محرر التسجيل Pin
reemaziz31-Mar-13 6:13
reemaziz31-Mar-13 6:13 
AnswerRe: كيف البحث عن ملفات محرر التسجيل Pin
Kenneth Haugland31-Mar-13 6:49
mvaKenneth Haugland31-Mar-13 6:49 
AnswerRe: كيف البحث عن ملفات محرر التسجيل Pin
Richard MacCutchan31-Mar-13 8:02
mveRichard MacCutchan31-Mar-13 8:02 
Questioninsatling mssql server 2008r2 Pin
Ashbinsapkota31-Mar-13 5:39
Ashbinsapkota31-Mar-13 5:39 
AnswerRe: insatling mssql server 2008r2 Pin
Pete O'Hanlon31-Mar-13 5:52
mvePete O'Hanlon31-Mar-13 5:52 
AnswerRe: insatling mssql server 2008r2 Pin
Abhinav S31-Mar-13 22:40
Abhinav S31-Mar-13 22:40 
QuestionSqlDependency. Can't realize. Pin
Jeka Developer31-Mar-13 0:05
Jeka Developer31-Mar-13 0:05 
I am working with MS SQL Server. I need to realize this:
When one client of db changes some record of the table, this changes must be sent to all clients that subscribed with SqlDependency.
But event onNotificationChange from SqlDependency brings me
OnNotificationChange(object caller,SqlNotificationEventArgs e)

caller thet in fact is object of SqlDependency class and contains
Id = "c333b019-ff09-4d62-9584-074b009d56ba;70e64cf4-465f-4e54-937b-024432e6b2ca"
,
and e that contains discribes changes in db like this:
SQL
info: insert
source: data
type: change

But i need to receive changed record directly. Because in my variant i need to exequte new query and then search for changes.
Many clients will be do much load to the server.
AnswerRe: SqlDependency. Can't realize. Pin
Eddy Vluggen31-Mar-13 0:31
professionalEddy Vluggen31-Mar-13 0:31 
GeneralRe: SqlDependency. Can't realize. Pin
Jeka Developer1-Apr-13 2:43
Jeka Developer1-Apr-13 2:43 
AnswerRe: SqlDependency. Can't realize. Pin
Eddy Vluggen1-Apr-13 2:55
professionalEddy Vluggen1-Apr-13 2:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.