Click here to Skip to main content
16,004,806 members
Home / Discussions / C#
   

C#

 
AnswerRe: Application and Window's context menu Pin
Eddy Vluggen13-Jan-10 22:47
professionalEddy Vluggen13-Jan-10 22:47 
QuestionSuppress Date on MS Report Pin
kruegersck13-Jan-10 18:45
kruegersck13-Jan-10 18:45 
AnswerRe: Suppress Date on MS Report Pin
loyal ginger14-Jan-10 5:20
loyal ginger14-Jan-10 5:20 
QuestionCancel CellValidating error in DataGridView, so can close form while invalid entry still present Pin
Nigel Mackay13-Jan-10 18:31
Nigel Mackay13-Jan-10 18:31 
AnswerRe: Cancel CellValidating error in DataGridView, so can close form while invalid entry still present Pin
6,921,364 and growing24-Apr-11 20:19
6,921,364 and growing24-Apr-11 20:19 
GeneralRe: Cancel CellValidating error in DataGridView, so can close form while invalid entry still present Pin
Nigel Mackay24-Apr-11 20:41
Nigel Mackay24-Apr-11 20:41 
GeneralRe: Cancel CellValidating error in DataGridView, so can close form while invalid entry still present Pin
6,921,364 and growing27-Apr-11 3:43
6,921,364 and growing27-Apr-11 3:43 
QuestionOperation is not supported for this type of object Pin
Abdul Rahman Hamidy13-Jan-10 18:09
Abdul Rahman Hamidy13-Jan-10 18:09 
Dear All,
I am using following statements to create a view [query] in Access 2003 but i am getting an error which states "Operation is not supported for this type of object"

query="create proc vw_getCommunityMember as SELECT CommunityMember.CommunityMemberID, CommunityMember.CommunityID, zPosition.PositionID, CommunityMember.MemberName, CommunityMember.Age, CommunityMember.FamilySize, CommunityMember.MemberName_Dari, zOccupation.Occupation, zLiteracyLevel.LiteracyLevel, zLeadershipCategory.LeadershipCategory, zIncomeStatus.IncomeStatus, zGender.Gender, zPosition.Position, CommunityMember.isSyn, CommunityMember.IncomeStatusID, CommunityMember.OccupationID, CommunityMember.GenderID, CommunityMember.LiteracyLevelID, CommunityMember.LeadershipCategoryID, IIf(IsNull([CommunityMember].[ElectionPeriod]),1,[CommunityMember].[ElectionPeriod]) AS ElectionPeriod FROM zPosition RIGHT JOIN (zOccupation RIGHT JOIN (zLiteracyLevel RIGHT JOIN (zLeadershipCategory RIGHT JOIN (zIncomeStatus RIGHT JOIN (zGender RIGHT JOIN CommunityMember ON zGender.GenderID = CommunityMember.GenderID) ON zIncomeStatus.IncomeStatusID = CommunityMember.IncomeStatusID) ON zLeadershipCategory.LeadershipCategoryID = CommunityMember.LeadershipCategoryID) ON zLiteracyLevel.LiteracyLevelID = CommunityMember.LiteracyLevelID) ON zOccupation.OccupationID = CommunityMember.OccupationID) ON zPosition.PositionID = CommunityMember.PositionID ORDER BY zPosition.PositionID;";
				cmd.CommandText=query;
				cmd.Connection=con;
				cmd.CommandType= CommandType.Text;
				cmd.Transaction=t;
				cmd.ExecuteNonQuery();

the error is not that much clear for me. any idea what the error states?

Abdul Rahaman Hamidy
Database Developer
Kabul, Afghanistan

AnswerRe: Operation is not supported for this type of object Pin
SeMartens13-Jan-10 20:20
SeMartens13-Jan-10 20:20 
GeneralRe: Operation is not supported for this type of object Pin
Abdul Rahman Hamidy13-Jan-10 20:26
Abdul Rahman Hamidy13-Jan-10 20:26 
QuestionDesktop boundary Pin
damianrda13-Jan-10 16:33
damianrda13-Jan-10 16:33 
AnswerRe: Desktop boundary Pin
Eddy Vluggen13-Jan-10 22:23
professionalEddy Vluggen13-Jan-10 22:23 
GeneralRe: Desktop boundary Pin
damianrda14-Jan-10 2:53
damianrda14-Jan-10 2:53 
GeneralRe: Desktop boundary Pin
Eddy Vluggen14-Jan-10 3:33
professionalEddy Vluggen14-Jan-10 3:33 
QuestionConstructing a Secure Socket Layer header and IPSec header Pin
3bood.ghzawi13-Jan-10 13:21
3bood.ghzawi13-Jan-10 13:21 
Questionhow to draw double dash line in gdi+ Pin
Berlus13-Jan-10 11:18
Berlus13-Jan-10 11:18 
AnswerRe: how to draw double dash line in gdi+ Pin
carlecomm13-Jan-10 20:00
carlecomm13-Jan-10 20:00 
GeneralRe: how to draw double dash line in gdi+ Pin
Berlus14-Jan-10 2:20
Berlus14-Jan-10 2:20 
GeneralRe: how to draw double dash line in gdi+ Pin
DaveyM6914-Jan-10 7:05
professionalDaveyM6914-Jan-10 7:05 
Questionimport many .sql to one .sql Pin
Jassim Rahma13-Jan-10 7:45
Jassim Rahma13-Jan-10 7:45 
AnswerRe: import many .sql to one .sql Pin
dan!sh 13-Jan-10 8:27
professional dan!sh 13-Jan-10 8:27 
AnswerRe: import many .sql to one .sql Pin
Ennis Ray Lynch, Jr.13-Jan-10 8:50
Ennis Ray Lynch, Jr.13-Jan-10 8:50 
GeneralRe: import many .sql to one .sql Pin
Jassim Rahma13-Jan-10 8:56
Jassim Rahma13-Jan-10 8:56 
GeneralRe: import many .sql to one .sql Pin
Ennis Ray Lynch, Jr.13-Jan-10 9:08
Ennis Ray Lynch, Jr.13-Jan-10 9:08 
AnswerRe: import many .sql to one .sql Pin
pradnya_k13-Jan-10 19:03
pradnya_k13-Jan-10 19:03 

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.