Quick SQLclient Data Access ASPX / VB .NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ben

    #1

    Quick SQLclient Data Access ASPX / VB .NET

    Hi

    We have a shared webhosting that provides us SQL Server databases with
    SqlClient access only.

    We have many tables that we need access to but just want to provide 'rough
    and ready' add, modify, delete records. Because there are so many tables we
    need to be able to very rapidly create the data modification pages. These
    pages are not going to be released to users only the developers so the odd
    error (such as too many characters entered in a field) would not be an
    issue.

    What would be the fastest method of creating these webpages?

    Thanks
    B


  • Nate

    #2
    Re: Quick SQLclient Data Access ASPX / VB .NET

    You need to explain what you are asking for. The "question" is very hard to
    understand. I believe what you're trying to ask is "how do I make a .net
    aspx page that accesses a sql database". If so you need to load the .net
    framework SDK. It comes with the most basic examples of how to access a sql
    database from a webpage. No one can explain it better then these examples.

    Nate

    "Ben" <Ben@Newsgroups .microsoft.comw rote in message
    news:uJbkvl19GH A.2300@TK2MSFTN GP04.phx.gbl...
    Hi
    >
    We have a shared webhosting that provides us SQL Server databases with
    SqlClient access only.
    >
    We have many tables that we need access to but just want to provide 'rough
    and ready' add, modify, delete records. Because there are so many tables
    we need to be able to very rapidly create the data modification pages.
    These pages are not going to be released to users only the developers so
    the odd error (such as too many characters entered in a field) would not
    be an issue.
    >
    What would be the fastest method of creating these webpages?
    >
    Thanks
    B
    >

    Comment

    Working...