Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > simple examples needed with sql2000, asp.net, visual basic

Reply
Thread Tools

simple examples needed with sql2000, asp.net, visual basic

 
 
Ryan McBride
Guest
Posts: n/a
 
      12-14-2003

Once again at my wonderful job i've been given the task of "come teach your
fellow idiot coworkers the skills you have"

I write software for a company in chicago. I use visual basic on asp.net
type platform.

Recently i learned a little bit on database access and would like to knw
more so that i can pass along the knowledge to my coworkers who do not
possess this information. the trouble is that my code is very sloppy and
I'm not sure where to start, so i'm asking for help.

What i need is a set of very simple examples on how to perform simple tasks.

I use Internet Explorer 5 or 6 on all workstations running windows 2000
professional or windows xp professional, Windows 2000 server, Microsoft IIS
5.0, Microsoft SQL 2000 (which i'm very fluent in), ASP.NET 2.0

I need code examples using Visual Basic only (other languages are a nono to
our corporate office) which will do the following:

1) read data from a database table with and without joins
2) write new records into a database table
3) update a single record from a database table
4) delete records from a database table

i've been asked to put together a detailed seminar/presentation on this and
if i have some well written code then i think it would greatly help.

thanks in advance.

Ryan McBride



 
Reply With Quote
 
 
 
 
TJS
Guest
Posts: n/a
 
      12-14-2003
there's a couple of examples here:

http://www.asp.net/Tutorials/quickstart.aspx




--
================================
http://www.ASPkey.net/
A Resource Site for Web Developers
*Free OnLine web Tools
*Free development services
================================

"Ryan McBride" <> wrote in message
news:...
>
> Once again at my wonderful job i've been given the task of "come teach

your
> fellow idiot coworkers the skills you have"
>
> I write software for a company in chicago. I use visual basic on asp.net
> type platform.
>
> Recently i learned a little bit on database access and would like to knw
> more so that i can pass along the knowledge to my coworkers who do not
> possess this information. the trouble is that my code is very sloppy and
> I'm not sure where to start, so i'm asking for help.
>
> What i need is a set of very simple examples on how to perform simple

tasks.
>
> I use Internet Explorer 5 or 6 on all workstations running windows 2000
> professional or windows xp professional, Windows 2000 server, Microsoft

IIS
> 5.0, Microsoft SQL 2000 (which i'm very fluent in), ASP.NET 2.0
>
> I need code examples using Visual Basic only (other languages are a nono

to
> our corporate office) which will do the following:
>
> 1) read data from a database table with and without joins
> 2) write new records into a database table
> 3) update a single record from a database table
> 4) delete records from a database table
>
> i've been asked to put together a detailed seminar/presentation on this

and
> if i have some well written code then i think it would greatly help.
>
> thanks in advance.
>
> Ryan McBride
>
>
>



 
Reply With Quote
 
 
 
 
Marc Rivait
Guest
Posts: n/a
 
      12-14-2003
In addition to this, let me add that MS has published some best practises
and application blocks @
http://www.microsoft.com/resources/practices/about.asp

Specifically to your question, the Data Access Application Block Overview
which can be found at
http://msdn.microsoft.com/library/de...ml/daab-rm.asp
is well worth a look. It implements some helper classes which definately
make life a little easier.

Regards,
Marc.

"TJS" <> wrote in message
news:%2383%...
> there's a couple of examples here:
>
> http://www.asp.net/Tutorials/quickstart.aspx
>
>
>
>
> --
> ================================
> http://www.ASPkey.net/
> A Resource Site for Web Developers
> *Free OnLine web Tools
> *Free development services
> ================================
>
> "Ryan McBride" <> wrote in message
> news:...
> >
> > Once again at my wonderful job i've been given the task of "come teach

> your
> > fellow idiot coworkers the skills you have"
> >
> > I write software for a company in chicago. I use visual basic on

asp.net
> > type platform.
> >
> > Recently i learned a little bit on database access and would like to knw
> > more so that i can pass along the knowledge to my coworkers who do not
> > possess this information. the trouble is that my code is very sloppy

and
> > I'm not sure where to start, so i'm asking for help.
> >
> > What i need is a set of very simple examples on how to perform simple

> tasks.
> >
> > I use Internet Explorer 5 or 6 on all workstations running windows 2000
> > professional or windows xp professional, Windows 2000 server, Microsoft

> IIS
> > 5.0, Microsoft SQL 2000 (which i'm very fluent in), ASP.NET 2.0
> >
> > I need code examples using Visual Basic only (other languages are a nono

> to
> > our corporate office) which will do the following:
> >
> > 1) read data from a database table with and without joins
> > 2) write new records into a database table
> > 3) update a single record from a database table
> > 4) delete records from a database table
> >
> > i've been asked to put together a detailed seminar/presentation on this

> and
> > if i have some well written code then i think it would greatly help.
> >
> > thanks in advance.
> >
> > Ryan McBride
> >
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
simple visual c++ examples hoho Perl Misc 1 05-01-2009 07:59 PM
What is the difference between Visual Basic.NET and Visual Basic 6? Jimmy Dean Computer Support 3 07-25-2005 07:05 AM
simple examples needed with sql2000, asp.net, visual basic Ryan McBride ASP .Net Security 2 12-14-2003 01:05 PM
simple examples needed with sql2000, asp.net, visual basic Ryan McBride ASP .Net Datagrid Control 2 12-14-2003 01:05 PM
Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic .NET Jaime MCSD 2 09-20-2003 05:16 AM



Advertisments
 



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