How Create New Server Objects

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default How Create New Server Objects

    Hi,

    I have troble in inserting new records into database, I have a unique date
    field it should not repeate again, i.e. one record per single day, the insert
    record form from DW MX2004 ASP Application is working fine but it is not
    checking the date. If the date already exists in the database it shoul redirect
    to error page. If the date is not in the database, can be inserted as new
    record.

    Please help me in this issue. Your great help is highly appreciated

    Regards
    Arvind Gundet

    arusmart Guest

  2. Similar Questions and Discussions

    1. Can you detail How create an application use StreamingMedia Server (Flash Media Server) for me?
      Can you detail the way to create an application use Streaming Media Server (Flash Media Server) for me? I installed Flash Media Server 2,...
    2. Create java objects with CFOBJECT (Simple Answer) CFMX6.1
      Hello All, I?m looking for a yes or no, or a simple answer to this question and I believe it will help many who finds this. I have a good...
    3. Create outlines from overlapping objects
      I'm trying to prepare an image for output on a vinyl cutter, so I'm using Alter Path > Expand Stroke to create outlines from a bunch of objects. The...
    4. can't create Sound objects
      code: _global.track1 = new Sound( this ); trace( track1 ); trace window: undefined strangely, it's working fine with all my other movies...
    5. Can ASP create OLE objects?
      Hi, I've a client-server application written in Access. Some of the codings make use of OLE so that the Access application creates a Word...
  3. #2

    Default Re: How Create New Server Objects

    arusmart,

    Take a look at the Check New User server behavior, despite it's name, it
    can be used to check for the existance of a value in a column before
    going ahead with an insert.

    --
    Danilo Celic
    | Extending Knowledge, Daily [url]http://CommunityMX.com/[/url]
    danilocelic *TMM* Guest

  4. #3

    Default Re: How Create New Server Objects

    Danilo Celic,

    Thanks for valuable responce, New User server behavior is not exists in my
    Application Panel/Server Behaviors? I am afraid about this , why I doesn't have
    this option in my Server Behaviors.

    Please suggest me.

    arusmart Guest

  5. #4

    Default Re: How Create New Server Objects

    arusmart wrote:
    > Danilo Celic,
    >
    > Thanks for valuable responce, New User server behavior is not exists in my
    > Application Panel/Server Behaviors? I am afraid about this , why I doesn't have
    > this option in my Server Behaviors.
    Which server model are you working with?

    --
    Danilo Celic
    | Extending Knowledge, Daily [url]http://CommunityMX.com/[/url]
    danilocelic *TMM* Guest

  6. #5

    Default Re: How Create New Server Objects

    Danilo Celic,

    I am using ASP.NET VB server model, DWMX 2004 7.0.1
    arusmart Guest

  7. #6

    Default Re: How Create New Server Objects

    arusmart wrote:
    > Danilo Celic,
    >
    > I am using ASP.NET VB server model, DWMX 2004 7.0.1
    I think that the .NET server models don't have that as an option. What
    you'll need to do instead is to write your own query to check for teh
    value and then do the insert only when that is true. I don't know .NET
    well enough to direct you on that. I'd suggest you ask over in the
    Application Dev group:
    [url]http://www.macromedia.com/cfusion/webforums/forum/categories.cfm?catid=263[/url]


    Also, you can try a couple of .NEt extension sites, but I'm not aware of
    if they has such an extension:
    [url]http://www.webxel-dw.co.uk/[/url]
    [url]http://www.ebconcepts.com/asp/dwmx_extensions.asp[/url]



    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Team Macromedia for Dreamweaver : [url]http://macromedia.com/go/team/[/url]
    danilocelic *TMM* Guest

  8. #7

    Default Re: How Create New Server Objects

    Thanks Danilo for spending your valuable time for me.
    arusmart Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139