i have installed oracle 10g in my computer. i used oledb connection but
i can connect to Oracle but couldnt fetch the table.... i think the
proble is with the data source.... can we connect a table without
mentionning data source name
please help
Loading
mathu mathiPosted Mar 5, 2009, 12:25 PM
thank so much! I have been struggling with this.thanks again.
Mahesh ChandPosted Feb 27, 2009, 9:43 AM
Here are some articles related to Oracle and ADO.NET connectivity.
This source code shows you how to connect to an oracle database and do operations such as select, insert, update and delete.
This article describes an easy approach to examining all of the tables, views, and columns in a database.
This aticle shows how to call Oracle stored procedure from ASP.NET.