Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: connecting to database


Message #1 by soni29@h... on Wed, 10 Apr 2002 02:55:36
hi,
i wanted to know does anyone know of any website that show how to connect 
to databases other than access, such as mysql, oracle, sql server, etc..
Thanks.
Message #2 by "Minh T. Nguyen" <nguyentriminh@y...> on Tue, 9 Apr 2002 19:57:01 -0700
Hi there,

	Go to http://samples.gotdotnet.com/quickstart/howto/, that's the
online version of the framework SDK documentation. You find solutions to
most of your tasks there.

Minh.

-----Original Message-----
From: soni29@h... [mailto:soni29@h...] 
Sent: Wednesday, April 10, 2002 2:56 AM
To: aspx_beginners
Subject: [aspx_beginners] connecting to database


hi,
i wanted to know does anyone know of any website that show how to
connect 
to databases other than access, such as mysql, oracle, sql server, etc..
Thanks.

Message #3 by "JIB_GEO" <jib_geo@y...> on Wed, 10 Apr 2002 12:08:38 +0530
Hello

If you want connect to these databases from ASP or Other Microsoft products.
these database should have ODBC or OLEDB support. And I'm sure these
databases has got this feature.

So to connect, configure ODBC and use it with ADO.Connection.

Hope this helps !!!! pls contact

JIB

----- Original Message -----
From: <soni29@h...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: Wednesday, April 10, 2002 2:55 AM
Subject: [aspx_beginners] connecting to database


> hi,
> i wanted to know does anyone know of any website that show how to connect
> to databases other than access, such as mysql, oracle, sql server, etc..
> Thanks.

Message #4 by "Ken Schaefer" <ken@a...> on Wed, 10 Apr 2002 16:50:32 +1000
www.able-consulting.com/ado_conn.htm

has many connection strings. The actual method of connecting (OLEDB, ODBC)
is the same for each type of database provided you have the necessary
OLEDB/ODBC provider/driver

SQL Server has it's own data access classes that talk directly to SQL Server
though

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: <soni29@h...>
Subject: [aspx_beginners] connecting to database


: i wanted to know does anyone know of any website that show how to connect
: to databases other than access, such as mysql, oracle, sql server, etc..
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  Return to Index