does anyone know of any database service that automatically generates number schemes for large sites

by IMDESTROYER Banned
17 replies
does anyone know of any database service that automatically generates number schemes for large sites
#automatically #database #generates #large #number #schemes #service #sites
  • Profile picture of the author hustlinsmoke
    Are you saying your databases are too big. You need a splitter in that case.

    Or you might have meant this http://www.codefutures.com/database-sharding/
    {{ DiscussionBoard.errors[8434906].message }}
    • Profile picture of the author IMDESTROYER
      Banned
      Originally Posted by hustlinsmoke View Post

      Are you saying your databases are too big. You need a splitter in that case.

      Or you might have meant this Database Sharding
      No - i need number scheming. Like when you create a new page in word press a new page number is created. i need this but i need to do it automatically becaus manually will be too much of a hassle.


      PS
      i dont know how to write a database and word press is useless if you cant develop the thee yourself (i don tknow php)
      {{ DiscussionBoard.errors[8435383].message }}
  • Profile picture of the author Steve Fleming
    You're going to need to supply a LOT more information if you seriously
    expect anybody to help you.

    So far what you've posted makes next to no sense at all.

    You want a 'database that gives you automatic numbers'... they ALL do
    that.

    More details about EXACTLY what you're trying to do and you'll probably
    get more responses.

    Steve
    {{ DiscussionBoard.errors[8435395].message }}
    • Profile picture of the author IMDESTROYER
      Banned
      Originally Posted by Steve Fleming View Post

      You're going to need to supply a LOT more information if you seriously
      expect anybody to help you.

      So far what you've posted makes next to no sense at all.

      You want a 'database that gives you automatic numbers'... they ALL do
      that.

      More details about EXACTLY what you're trying to do and you'll probably
      get more responses.

      Steve
      you should try reading allot slower
      {{ DiscussionBoard.errors[8435460].message }}
  • Profile picture of the author IMDESTROYER
    Banned
    hahah its amazing....
    {{ DiscussionBoard.errors[8435773].message }}
  • Profile picture of the author wayfarer
    Thanks for sharing
    Signature
    I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
    {{ DiscussionBoard.errors[8435920].message }}
  • Profile picture of the author David Beroff
    I think you're looking for the AUTO_INCREMENT feature of most popular databases, (in this case, MySQL).
    Signature
    Put MY voice on YOUR video: AwesomeAmericanAudio.com
    {{ DiscussionBoard.errors[8436426].message }}
    • Profile picture of the author IMDESTROYER
      Banned
      Originally Posted by David Beroff View Post

      I think you're looking for the AUTO_INCREMENT feature of most popular databases, (in this case, MySQL).
      THANK YOU FOR THE SITE. But i am looking for a service.
      {{ DiscussionBoard.errors[8438068].message }}
      • Profile picture of the author eminc
        Originally Posted by IMDESTROYER View Post

        THANK YOU FOR THE SITE. But i am looking for a service.
        I don't think there is any service which creates this. If you have a lot of HTML pages/Text and you want to convert them to Database based, I'm afraid you will have to write a manual script or something. This is a beginner task, so any web developer can do it. If the requirement is confidential, try hiring section or any other website to hire a dev, virtually any web developer can build this one.

        If you want people here to help you, you have to state the full requirement here of what you actually want. Do you have a couple of HTML pages which you want to get in serial numbers, or do you want to create a system in which you can enter your page text and it will generate a page with wordpress like scheme and a auto-generated number. Or perhaps a combination of both in which you want to keep all your pages in DB with a serial number attached to it. Whatever it is, you have to specify full details.
        {{ DiscussionBoard.errors[8438130].message }}
      • Profile picture of the author David Beroff
        Originally Posted by IMDESTROYER View Post

        THANK YOU FOR THE SITE. But i am looking for a service.
        Maybe this service will help?
        Signature
        Put MY voice on YOUR video: AwesomeAmericanAudio.com
        {{ DiscussionBoard.errors[8438716].message }}
  • Profile picture of the author Andrew H
    THANK YOU FOR THE SITE. But i am looking for a service.
    hahaha. this is the funniest thread I've read in a while. I hope it was created as a joke.
    Signature
    "You shouldn't come here and set yourself up as the resident wizard of oz."
    {{ DiscussionBoard.errors[8438108].message }}
  • Profile picture of the author jminkler
    You seriously DONT want random integers hehe

    Thats the point of auto_increment the Wordpress code that is in the mysql database already HAS a number for each post.

    What you are REALLY wanting is a way to "stub" your posts, which again wp already does like http://blog.com/this-is-my-post-page

    So still, your questions make little sense without context, what exactly is it you are trying to do?
    {{ DiscussionBoard.errors[8452196].message }}

Trending Topics