2
Answers

how to use Connection String After Creating Exe File in Windows Form C#.NET

Photo of Bvenkat Jeewesh

Bvenkat Jeewesh

12y
2.9k
1

I have Created an Application in Windows Form with C#.Net and also created Exe file.
Can I use Connection string With Exe file.
Please Give me Solution..

With Regards
Bvenkat Jeewesh
Software Developer

Answers (2)

0
Photo of Sam Hobbs
NA 28.7k 1.3m 15y
Note that your Caps Lock is on, and that makes your post difficult to read.
0
Photo of Raaj Kumar
NA 1.6k 0 15y
Hi,


  For connection string related resources you could refer the following web site.

 http://www.connectionstrings.com/oracle#p12

For connecting to ORACLE using Visual Studio, it is correct.

For choosing the database connectivity type,

   1. Go for ODP.NET if you are writing a application which will have ORACLE as a database forever. Suppose in future if you want to extend the DB with other database like DB2,MS-SQL then go for OLEDB. Since this provides a generic interface for DB connectivity.

Check this site for features of ODP.NET.
   http://www.oracle.com/technology/tech/windows/odpnet/ODP.NET-FOV.html

So now it is up to you

Regards,
raaj