|
|
 |
| SharePoint Development Programming and development for SharePoint Portal Server and Windows SharePoint Services |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the SharePoint Development section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

June 24th, 2009, 07:42 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Sharepoint connectivity with Oracle
Hi,
I need to connect one of my application on Sharepoint to Oracle. I tried to do this by defining Custom String. But still it is not working.
Can anyone please tell me how to do this. It is very urgent and my whole project is based on this.
Please help me out!
Thanks,
Neetu
|

June 24th, 2009, 08:25 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Location: Exeter, , United Kingdom.
Posts: 2,922
Thanks: 0
Thanked 13 Times in 12 Posts
|
|
I'm not sure where your problem lies nor what a 'Custom String' is. You should be able to connect to any database supported by ADO.NET. You need to store the connection string and use the right ADO classes for Oracle, should be no different than connecting from a normal ASP.NET site.
Can you show how you are trying to do this?
__________________
--
Joe
|
|
The Following User Says Thank You to joefawcett For This Useful Post:
|
|

June 29th, 2009, 07:57 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Thanks a lot Joe to reply me so soon.
I am so sorry that I couldnt reply u back as there ws some problem in my family.
___________________________________
I did the following steps for connectivity:
a. In Data Source Library I tried to establish a new database connection.
c. Selected Provider as ‘Microsoft .net Framework Provider for SQL Server’
d. Specified the Connection String as
Provider=OraOLEDB.Oracle;OLEDB.NET=true;PLSQLRSet= true;Password=<<>>;User ID=<<>>;Data Source=<<>>
d. After defining the string I clicked Ok.
e. After click Next It gives the message “The selected authentication option saves the user name and password as clear text in the data connection. Other authors of this website can access this information.”
f. I clicked on Ok and it gives me the message “Server Error: An error occurred while retrieving the list of table from root database. The query you are trying to execute contains syntax errors.”
g. After this it displays list of database, but gives only ‘root’ as a database.
I dont know where I am lacking. Your support will really help me to come out from this hunt.
Thanks,
Neetu
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |