Anyone know a SQL schema (scripts or something) for a forum's Start up? [closed] - sql

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
We are searching for a while now on google to find out some good SQL scripts to
create a "forum". Does anyone know some great start up kit (Image, scripts, schema view) from what I could start? We want something with the most functionalities as possible (such as number of views, ranking, etc).

Check the existing forum projects like phpbb.

Related

How to use openLdap? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm sorry, but I'm not sure if this is the right place to ask. But is there anyone out there that can teach me a step by step guide on how to use OpenLdap? There isn't any GUI and I'm unfamiliar with it. I'm trying to create a user in there.
Thanks in advance. :)
Use an LDAP browser. There are many free ones available, e.g. Userbooster Light, JXplorer, ...

Dynamic code generation and execution without writing code to database [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is it possible to generate ABAP code and execute it in memory without writing code to DB?
Yes. Use Google. Use Google. Use Google. Use Google. Use Google. (I have to write at least 30 characters although I really don't have anything else to say besides that wanting to generate code dynamically is usually a sign you're on the wrong track.)

Lightweight Objective-C XMPP Server [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How would I go about building an Objective-C server? Atleast a wrapper for an existing C server? I require the XMPP Sever to be independent: self-contained, and doesn't require extra libs/ mySQL/ etc. Where do I start?
Start with the easy bits that you can do. Then, when you get stuck, seek help on (on StackOverflow) on the specifics.

What is User define function and how to execute that? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
What is user define function in sql server 2005.How Can I see them from design point of view.
I wanted to create and execute the function.Can anybody explain me.I have not done it before.
User-Defined Functions from MSDN Books Online

Retrieve all users from domain [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
My idea is to retrieve all users from Google app domain using Java.
I retrieved all the users using Provisioning API but when I tried to store the data in the table using JPA, it's returning a timeout error.
I don't know how to store the entire details at a stretch. Please Help me.