Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: ADO Code examples


Message #1 by "charles baldo" <charlesbaldo@h...> on Mon, 25 Jun 2001 04:05:28
Does anyone know where I can get code samples foe working with ado.net 

(beta2) for asp.net? It is now obvious that some chages were made to ado 

and sql. for beta2. It sure would be nice to get exapmles of 

SELECT,INSERT,UPDATE and DELETE exapmles, but I would appreciate any start.



Chuck
Message #2 by "Alex Lowe" <webmaster@a...> on Mon, 25 Jun 2001 07:18:02 -0400
Chuck,



SELECT 

http://docs.aspng.com/quickstart/aspplus/doc/webdataaccess.aspx#select

INSERT 

http://docs.aspng.com/quickstart/aspplus/doc/webdataaccess.aspx#insert

UPDATE 

http://docs.aspng.com/quickstart/aspplus/doc/webdataaccess.aspx#update

DELETE 

http://docs.aspng.com/quickstart/aspplus/doc/webdataaccess.aspx#delete



hth,

Alex

http://www.asp-grandrapids.net

webmaster@a...



----- Original Message -----

From: "charles baldo" <charlesbaldo@h...>

To: "ASP+" <aspx@p...>

Sent: Monday, June 25, 2001 4:05 AM

Subject: [aspx] ADO Code examples





Does anyone know where I can get code samples foe working with ado.net

(beta2) for asp.net? It is now obvious that some chages were made to ado

and sql. for beta2. It sure would be nice to get exapmles of

SELECT,INSERT,UPDATE and DELETE exapmles, but I would appreciate any start.



Chuck



Message #3 by "charles baldo" <charlesbaldo@h...> on Mon, 25 Jun 2001 13:01:05
Alex,



Thank you for the code samples, I will have to put aspng.com into the bag of 

tricks. Lots of good stuff there.



The examples you provided were for the sqlclient. In Beta1 there were 

separate managed providers for ado (woring with access mainly) and sql.



Does this exist in Beta2? Am I in error?



Thank You

Chuck









From: "Alex Lowe" <webmaster@a...>

Reply-To: "ASP+" <aspx@p...>

To: "ASP+" <aspx@p...>

Subject: [aspx] Re: ADO Code examples

Date: Mon, 25 Jun 2001 07:18:02 -0400



Chuck,



SELECT 

http://docs.aspng.com/quickstart/aspplus/doc/webdataaccess.aspx#select

INSERT 

http://docs.aspng.com/quickstart/aspplus/doc/webdataaccess.aspx#insert

UPDATE 

http://docs.aspng.com/quickstart/aspplus/doc/webdataaccess.aspx#update

DELETE 

http://docs.aspng.com/quickstart/aspplus/doc/webdataaccess.aspx#delete



hth,

Alex

http://www.asp-grandrapids.net

webmaster@a...



Message #4 by "Alex Lowe" <webmaster@a...> on Mon, 25 Jun 2001 09:16:13 -0400
Charles,



Yes, this functionality still exists in Beta 2. The System.Data.ADO class

has been renamed to System.Data.OleDb. Check out

http://www.123aspx.com/b1to2changes/frameworkchanges.asp for a comprehensive

list of the changes to the System.Data classes.



hth,

Alex

http://www.asp-grandrapids.net

webmaster@a...



----- Original Message -----

From: "charles baldo" <charlesbaldo@h...>

To: "ASP+" <aspx@p...>

Sent: Monday, June 25, 2001 1:01 PM

Subject: [aspx] Re: ADO Code examples





| Alex,

|

| Thank you for the code samples, I will have to put aspng.com into the bag

of

| tricks. Lots of good stuff there.

|

| The examples you provided were for the sqlclient. In Beta1 there were

| separate managed providers for ado (woring with access mainly) and sql.

|

| Does this exist in Beta2? Am I in error?

|

| Thank You

| Chuck

|

|

|

|

| From: "Alex Lowe" <webmaster@a...>

| Reply-To: "ASP+" <aspx@p...>

| To: "ASP+" <aspx@p...>

| Subject: [aspx] Re: ADO Code examples

| Date: Mon, 25 Jun 2001 07:18:02 -0400

|

| Chuck,

|

| SELECT 

| http://docs.aspng.com/quickstart/aspplus/doc/webdataaccess.aspx#select

| INSERT 

| http://docs.aspng.com/quickstart/aspplus/doc/webdataaccess.aspx#insert

| UPDATE 

| http://docs.aspng.com/quickstart/aspplus/doc/webdataaccess.aspx#update

| DELETE 

| http://docs.aspng.com/quickstart/aspplus/doc/webdataaccess.aspx#delete

|

| hth,

| Alex

| http://www.asp-grandrapids.net

| webmaster@a...

|

|

Message #5 by slavomir.furman@s... on Mon, 25 Jun 2001 15:30:10 +0200
Hello!



Take a look at:



http://www.adoguy.com/ADONETExamples



hth,

Slavo.





-----Original Message-----

From: charles baldo [mailto:charlesbaldo@h...]

Sent: Monday, June 25, 2001 6:05 AM

To: ASP+

Subject: [aspx] ADO Code examples





Does anyone know where I can get code samples foe working with ado.net 

(beta2) for asp.net? It is now obvious that some chages were made to ado 

and sql. for beta2. It sure would be nice to get exapmles of 

SELECT,INSERT,UPDATE and DELETE exapmles, but I would appreciate any start.



Chuck


  Return to Index