I am looking for a forum that I can integrate into my existing db.

Author Message
Guest
I am looking for a forum that I can integrate into my existing db. - Fri. May 1, '09 9:25 PM
0
We have a site which you login to already and would like to use the existing members without creating new accounts. is this possible? Also our site was written in .ASP if that would matter or not. but .aspx is supported on the server. I would appreciate a speedy response. thanks.

Samuel
  • Total Posts : 11785
  • Reward points : 168350
  • Joined: May 23 '01
Re:I am looking for a forum that I can integrate into my existing db. - Fri. May 1, '09 10:59 PM
0
Hi,

Since you are using the ASP for your site, you can import your existing users to our database using the "fast member import" feature in the software.

To use the "fast member import" feature, you just prepare a list of your current users, one member per line, in the following format:

Login, email, password


e.g.

Samuel, abc@def.com, password

And then copy&paste the list into a text box in the forum control panel to import your users to our software.



Take a look at this article to see how it can be done in ASP.NET.
ASPPlayground.NET
~ see our Version 4 plans here


Guest
Re:I am looking for a forum that I can integrate into my existing db. - Sat. May 2, '09 1:56 PM
0
Thank you for your reply. We get on average 100 new users per day, so not sure if this import feature would be practical for us. I will see what my options are and get back to you.
 
Thanks..

Samuel
  • Total Posts : 11785
  • Reward points : 168350
  • Joined: May 23 '01
Re:I am looking for a forum that I can integrate into my existing db. - Sat. May 2, '09 1:59 PM
0
Hi,

thanks for your reply. Another option will be to call the stored procedure (spRegister) directly. It is a simple stored procedure that you can call that will automatically add users to our forum database from your ASP code.
ASPPlayground.NET
~ see our Version 4 plans here