English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

well the problem is that i need to make a login to pages dependingo on the user I added a oracle reference, made the conection, the select, but i cant get the parameters to compare whit my database

2007-01-31 07:28:14 · 2 answers · asked by adolfo 2 in Computers & Internet Programming & Design

2 answers

Check out ADO.NET . ADO stands for "ActiveX Data Objects", and is an adaptor to connect a database with a user interface.

2007-01-31 09:06:36 · answer #1 · answered by Richard H 7 · 0 0

You can do one of two things...

go here

http://www.oracle.com/tools/index.html

and get .net connectors to oracle.

or

Set up a odbc connection in the control panel and use it

go to Data Sources in the Administrative Tools in the control panel and then set up a connection under the SYSTEM tab. You can use odbc data connection (it is slower than .net connectors) but it will get you up and running.


Include one of the two in your references and off to the races. Oracle should have some decent documentation for their .net connector.

RJ

2007-01-31 15:44:59 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers