ASP.NET with database

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default ASP.NET with database

    I am totally new to dynamic website development. I am currently trying to
    develop a small business online catalog using Dreamweaver MX 2004.

    I am using the ASP.NET C# model. I can successfully create a OLE DB
    connection but the table listing does not appear under the database connection.
    I tried to create a dataset using SQL commands on a table in know exists in
    the database and a test returned the the fields from the table. Why is
    dreamweaver telling me that there are no tables found. What am I doing
    incorrectly.

    I also tried using the ASP.NET VB model and the same thing happened. Any
    suggestions would be greatly appreciated.



    str8coding Guest

  2. Similar Questions and Discussions

    1. MySQL Database not retrieving the full database
      Hi, I am using MySQL and PHP for my repository. It has 500+ records. till now it was displayiing all records in the database, but since from one...
    2. Import Data from flat-database to relational-database
      Before I start I need some tips and pleas excuse my bad english. I have two databases, one is flat and one is a relational database. example ...
    3. NEWBIE HELP Import Data from flat-database to relational-database
      I want to import Data from a simple Database, which contains all Information in one big record into a relational Database and split up the big...
    4. Passing database info to page allow user input then pass into another database
      Hi I really am going crazy! I'm using VBScript, ASP, and SQL My page reminds me of a shopping cart but looking at shopping cart examples has not...
    5. Another user has modified the contents of this table or view; the database row you are modifying no longer exists in the database;
      Hi, I am testing a trigger that and I am getting this error message saying "Another user has modified the contents of this table or view; the...
  3. #2

    Default Re: ASP.NET with database

    I have the same problem usiing ASP.NET and VB. All is fine when I use
    Dreamweaver and classic ASP and I built a test sight using Visual Studio and
    connected to the DB without any problems.

    You can download a Dreamweaver Extension called "WindowsXP SP2 DB Connectivity
    Fix" Version 1.0.2 from the extensions area of this site but it didn't correct
    the problem for me. I'd be interested to no if it helps you.

    I contacted Support on April 30th with this problem. I got an automated
    response stating that I would recieve a reply within 8 business hours but I
    haven't heard from them yet. I'll pass on that reply when I get it.


    PokerJIm Guest

  4. #3

    Default Re: ASP.NET with database

    Poker Jim, I'll give that download a try and let you know what happens.
    str8coding Guest

  5. #4

    Default Re: ASP.NET with database

    Macromedia may have been late with support but Adobe provides no support to
    speak of. The extent of Adobe's support is posting to their crippleware
    forum at adobe.com. I pity Macromedia's former customers.

    <%= Clinton Gallagher
    METROmilwaukee (sm) "A Regional Information Service"
    NET csgallagher AT metromilwaukee.com
    URL [url]http://metromilwaukee.com/[/url]
    URL [url]http://clintongallagher.metromilwaukee.com/[/url]


    "PokerJIm" <webforumsuser@macromedia.com> wrote in message
    news:d5bkue$79b$1@forums.macromedia.com...
    >I have the same problem usiing ASP.NET and VB. All is fine when I use
    > Dreamweaver and classic ASP and I built a test sight using Visual Studio
    > and
    > connected to the DB without any problems.
    >
    > You can download a Dreamweaver Extension called "WindowsXP SP2 DB
    > Connectivity
    > Fix" Version 1.0.2 from the extensions area of this site but it didn't
    > correct
    > the problem for me. I'd be interested to no if it helps you.
    >
    > I contacted Support on April 30th with this problem. I got an automated
    > response stating that I would recieve a reply within 8 business hours but
    > I
    > haven't heard from them yet. I'll pass on that reply when I get it.
    >
    >

    clintonG Guest

  6. #5

    Default Re: ASP.NET with database

    Originally posted by: str8coding
    Poker Jim, I'll give that download a try and let you know what happens.

    With ASP.NET you may also have file permission problems as well. When I
    encountered this connection problem I grabbed a Visual Studio, ASP.NET tutorial
    off the web to see if I could connect to a database outside of Dreamweaver and
    had to get the file permissions set right before the connection was successful.
    I also found that it was much easier to connect to an Access DB than to SQL
    Server. Google: ASP.NET and SQL Server if you need info about file permissions.

    I'm kinda new at this too but I did compare the database connection string
    created by Dreamweaver in the web.config file to the same string in the Visual
    Studio site that works correctly and they are structurally identical.

    PokerJIm Guest

  7. #6

    Default Re: ASP.NET with database

    Dreamweaver Extension called "WindowsXP SP2 DB Connectivity Fix" Version 1.0.2 .

    That worked for me Poker Jim, thanks a lot man. Now I can move on.
    str8coding 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