TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mark jacinto
NA
1
0
Oracle problem please help me...
Feb 15 2008 5:42 AM
using Oracle.DataAccess.Client;
string DefCon = "Data Source=serverbem;User ID=mytest;Password=bem;ProviderName=ORACLE";
OracleConnection myCon = new OracleConnection();
myCon.ConnectionString = DefCon;
myCon.Open();
its so hard to remote connect using oracle. PLEASE HELP ME. i always bump with this error
Server Error in '/PersonQuery' Application.
'providername' is an invalid connection string attribute
.
all i want is to connect remote connect to oracle. i'm using Oracle10g express edition. PLEASE HELP ME WITH MY PROBLEM huhuhu.
Reply
Answers (
1
)
Regarding calling an application from windows service
Help Needed? WPF Style Triggers