Author |
|
mohanchowdary Newbie
Joined: 08 June 2004 Location: United States
Online Status: Offline Posts: 1
|
Posted: 08 June 2004 at 2:43pm | IP Logged
|
|
|
Hi
We have purchased MailBee WebMail.
I want to integrate mailBee with my SQL server.Right now the we got the component with Access database, and the default field which identified the user is an integer with length 4.
Bur we want to uset it wil SQL server Database, where we have aunique field of Varchar(250), to identify users, who login. I went and changes all the SQL statemtns to our needs.But some wher i am failing.
Is there way for you to provide a COpy Of ASP code as per our needs, and also the ASP code with the Component is not properly documented.
Thanks
|
Back to Top |
|
|
MailBeeSupport AfterLogic Support
Joined: 02 December 2003 Location: United States
Online Status: Offline Posts: 0
|
Posted: 09 June 2004 at 7:10am | IP Logged
|
|
|
If I understood you correctly you are going to switch user identifying field from native integer to yours varchar. I'm not sure it is the most effective solution, because it implyies a lot of deep code changes. Instead of this, I would propose you to create the separate table with references of your varchar id's to webmail's native id's.
Also, please read "How to integrate WebMail into another system" topic from help directory of WebMail Pro package. I'm sure it will help you with the task.
ASP code of WebMail Pro system is completely open for your changes, so as per to license agreement you are free to change it to your needs.
I'm not sure I understood the issue with component documentation, so I would be happy to help you if you provide more information.
If I missed something, or you do need some functionality modification, please don't hesitate to contact me at mailbee@iforum.com.
Alex
|
Back to Top |
|
|