Author |
|
mikybrank Newbie
Joined: 23 August 2013
Online Status: Offline Posts: 3
|
Posted: 23 August 2013 at 3:07am | IP Logged
|
|
|
Hi boys. Sorry for my bad English.
I want to create the address book identical for all the users. My problem is that the query on DB on the table "awm_addr_book" is binding with the column "id_user".
How do i resolve this problem?
I try to modify the code in the class "CommandCreator" the methods "SelectAwmAddrBook" but don't work.
HELP ME
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 August 2013 at 3:38am | IP Logged
|
|
|
That's not going to be restricted to a single method I'm afraid, as all the methods dealing with address book rely on user ID - thus, you'd need to modify all of them.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
mikybrank Newbie
Joined: 23 August 2013
Online Status: Offline Posts: 3
|
Posted: 26 August 2013 at 12:21am | IP Logged
|
|
|
I modify all those methods in "CommandCreator":
SelectAddressBookContactsCount
SelectAddressBookContactsCount
SelectAwmAddrBook
SelectAwmAddrBookByEmail
SelectAwmAddrBookByStrID
SelectAwmAddrBookGroups
SelectAwmAddrGroups
but don't work... I use MsSqlServer... When i use the debug, those method don't fire... i don't have any idea...
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 26 August 2013 at 12:24am | IP Logged
|
|
|
PHP version doesn't support MS SQL, only MySQL. Had no idea you were dealing with ASP.NET version and you never mentioned that. Regardless, can't really help you out there, but maybe someone from the community can.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
mikybrank Newbie
Joined: 23 August 2013
Online Status: Offline Posts: 3
|
Posted: 26 August 2013 at 12:33am | IP Logged
|
|
|
I use ASP.NET version. I think that the query in AJAX doesn't use the methods that I modified, but other methods... :-(
|
Back to Top |
|
|