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
Ahmad Sabry
NA
26
0
Connect PDA to oracle DB C#.net
Oct 20 2008 2:19 AM
i am devloping a mobile application on PDA2 using msvisual C#.net.
i will connect it later wirlessly to a computer server which has oracle DB on it.
now my proplem is that i have added the refrence
System.Data.OracleClient;
then i was triny to make the connection
OracleConnection
con =
new
OracleConnection
(
"Data Source=(DESCRIPTION="
+
"(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.10.1)(PORT=1)))"
+
"(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME= )));"
+
"User ID= ;Password= ;"
);
now the proplem is that it seems to me this will not work on mobile app.
can u help me plz I am Beginner Just i need to connect to the DB
Thanks Best regeards
Reply
Answers (
0
)
multi pages on one form?
How can I checked multiple CheckBox Column in DataGrideView control?