我对如何处理这一问题确实不知。
我认为,我需要把用户名(通过违约提供人)登记到<代码>。 在其他数据库中,用户Name栏中,该栏有一个关于<代码>User和<代码>Badge之间许多:many关系的截止日期表。
我先尝试用SLQ复制桌子,但是,这并没有真正发挥作用,因为我不知道哪张桌子应该复制。
任何帮助都会得到认真的赞赏,如果需要更多信息,请问!
我对如何处理这一问题确实不知。
我认为,我需要把用户名(通过违约提供人)登记到<代码>。 在其他数据库中,用户Name栏中,该栏有一个关于<代码>User和<代码>Badge之间许多:many关系的截止日期表。
我先尝试用SLQ复制桌子,但是,这并没有真正发挥作用,因为我不知道哪张桌子应该复制。
任何帮助都会得到认真的赞赏,如果需要更多信息,请问!
我不肯定你的情况,但正如你再说用户是通过违约提供者登记的,我猜测这些表格可能是由工具生成的?
如果是的话,用户储存在一份名为的表格中,用户名列于
栏。 用户Name
。
我也许会错误地解释你的问题,但这是你所要求的吗?
这确实取决于你的要求,这些要求实在是明确的。 如果你总是希望你的数据在你的其他数据库中更新,那么通过复制整个表格来进行总结是行不通的。
如果你不认为你会在稍后时间获得用户名称,那么总结就是前进的道路。 例如,如果你只为联邦调查局的目的使用其他数据库,那么如在夜间工作的简单工作就会被罚款。 和克里斯托夫人一样,你需要<条码>UserName栏>。
现在,如果你希望它能够始终如一,那么你有两个选择:
页: 1 通过更新其他数据库,扩大违约成员供应商要求的储存凭证。 例如,您可更改<代码>dbo.aspnet_ Membership_CreateUser。 检查贵国储存的所有蚊帐成员程序数据库。
执行你自己的会员提供人,他们要求你自己储存程序或储存的违约程序,再加上更新其他数据库的其他询问。 这是我所选择的工作。 习俗实施的实例见:和
这两种选择都需要你熟悉作为网成员的基础设施。
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...
I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...
Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...
I m looking for best practices here. Sorry. I know it s subjective, but there are a lot of smart people here, so there ought to be some "very good" ways of doing this. I have a custom object called ...
I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...
i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...
For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?
I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!