Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Adding records in Topics table in database directly

  1. #1
    dhavaludani is offline Junior Member
    Join Date
    Nov 2009
    Posts
    11

    Default Adding records in Topics table in database directly

    Hi,

    I have about a 150 pages which I have created using a HTML template and some data in an Excel file. I want to upload all of this but also be available for change via the CMS.

    I've figured out that I need to upload into the Topics table but there is a field called TopicsGUID which I cannot understand. What should be in this field for me to do the upload?

    Or is there any alternate way I can ensure that the pages are available for editing via the CMS after the initial upload.

    Thanks for the help.

    Dhaval

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    GUIDs are just unique identifiers used in software.

    You can use any of the online generators out there to create GUIDs if necessary, or you can just create the topics through the admin site and the software will do it for you.