Hi TK,
I've solved a similar problem using Active Directory groups - I have the network people add users to AD groups, then I check a user's group membership before I display a page or part of a page that they might use. IOW, they never see a page or links to a page that they don't have the...
Hi Quisar,
From what I've read and practiced with merge replication, it sounds like your publisher and subscriber are disconnected, and that one of them (you weren't clear on which one was giving the error) has reached its limit of assigned identity ranges. The solution is to reconnect the two...
Answer 1: Yes, you can call more than one event on the onLoad.
Answer 2: Maybe this will work for you:
Response.Write "<SCRIPT language=""JavaScript"">alert(""your message here"") & """);</SCRIPT>" & vbcrlf
(watch for line...
We've recently started using Access Data Projects (ADP) to get to our SQL backend too, and I don't recall ever seeing anything in the books about running against SQL 6.5/7.0. I'd bet my hat it won't work with 6.5 at all, and very likely won't work with 7.0 either - all the references I've seen...
It can play havoc with some types of replication, among other things. I've always placed my keys at the front of the record, also.
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q245833&
I'm replicating a master database using transaction replication with no updates (i.e. the subscriber databse doesn't feed any data changes back to the master database). There are about 50 stored procedures that are also replicated. All user interaction for the subscriber database uses the SPs...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.