Connection Search Results
You searched for:
all feedback for this connection
(signing in could show even more results)
Http(s) transport works improperly with the userNamePasswordValidationMode attribute, just ignoring its value when it is equal to MembershipProvider. Actually, it forces using Windows authentication …
Created on 11/23/2009 (updated 1 day ago) | 0 validations | 0 workarounds | 0 comments | feedback id: 513534
|
|
When using a SOAP 1.2 binding, creating a MessageBuffer using message.CreateBufferedCopy(int.MaxValue) in a custom, overloaded ServiceAuthorizationManager.CheckAccess(OperationContext, ref Message) me…
Created on 11/19/2009 (updated 3 days ago) | 1 validation | 1 workaround | 1 comment | feedback id: 512308
|
|
Sample:
Dim T As TableDef
Set T = CurrentDb.CreateTableDef("TableName")
With T
Set Ftemp = .CreateField(X.Fields(I).Name, dbDecimal)
Ftemp.Required = False
.Fields.Append…
Created on 11/15/2009 (updated 6 days ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 510668
|
|
DoCmd.GoToRecord acDataForm, "Form NAME", acFirst
produces the following error: 2489
Created on 11/15/2009 (updated 6 days ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 510667
|
|