Quick SQLclient Data Access ASPX / VB .NET

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

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
 
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
 
Back
Top