Re: Controls for Input to Database



Doug,

Inputting data into the database in not as easy as one might hope. Tier 3
of the link I sent you has some data related articles.

There is also some great help up on www.asp.net. Check out the Data Access
Tutorials.
http://www.asp.net/learn/data-access/

Hope this helps,


Steve - dotneticated.com


"Chaplain Doug" <ChaplainDoug@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BCC69244-A56F-498B-98A0-33B6FB3FBAC4@xxxxxxxxxxxxxxxx
Visual Web Developer 2005 Express. I am new to this tool, so please bear
with my rudimentary questions.

What control(s) can I use to input (create records) in an existing SQL or
Access database?

Thanks for any help.
--
Dr. Doug Pruiett
Good News Jail & Prison Ministry
www.goodnewsjail.org


.



Relevant Pages

  • RE: Designing of database system based on .net
    ... I recommend stored procedures for data access, as it adds a security layer. ... The middle tier can either be wrapped DataSets ... > I want to build system for about 200 users which will be connected in one> moment to database. ...
    (microsoft.public.dotnet.framework)
  • Re: Subject:Writing a db independent data access layer with DAAB:How?
    ... > was researching how i can write a database independent data access layer. ... > be able to work both in SQL and Oracle. ...
    (microsoft.public.dotnet.framework.adonet)
  • Looking for a decent data access architecture to implement
    ... application so that there is a clean separation between the data access ... layer, the business layer and the GUI layer. ... the actual database. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Change Connection String at runtime.
    ... exposes custom objects that are implemented to use the custom data access ... easily moved to another database, or have versions for each database. ... and protocols each data source exposes. ... connection string to the connectionobject before the connection opens. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Should Data Classes be Shared/Static Assemblies?
    ... database schema in the application front end, ... If we expect to need to share an assembly with a windows ... But, yes, I also had hoped to be able to write my data access methods as ...
    (microsoft.public.dotnet.framework.aspnet)

Loading