Click here to Skip to main content
15,902,198 members
Home / Discussions / C#
   

C#

 
AnswerRe: database directory bug? Pin
Charlie Williams4-Feb-05 6:07
Charlie Williams4-Feb-05 6:07 
GeneralFind component owner form Pin
sulimovx3-Feb-05 23:18
sulimovx3-Feb-05 23:18 
Generalc# socket Pin
prabhakar263-Feb-05 23:13
prabhakar263-Feb-05 23:13 
GeneralRe: c# socket Pin
sameerhanda4-Feb-05 4:35
sameerhanda4-Feb-05 4:35 
Generaltreeview Pin
magnifique3-Feb-05 22:24
magnifique3-Feb-05 22:24 
GeneralRe: treeview Pin
Anonymous4-Feb-05 1:50
Anonymous4-Feb-05 1:50 
Generaldynamic plug of component Pin
ppp0013-Feb-05 21:56
ppp0013-Feb-05 21:56 
QuestionHow to modify the tnsnames.ora file by method? Pin
Colinyin3-Feb-05 19:52
Colinyin3-Feb-05 19:52 
Dear Sir. or Miss,
Now I like to use C# program to modify tnsnames.ora content using
the related methods provided by system lib.
For example, after a client accepts the related values , such as
"zgafc", "109.52.8.8", "1521" and "db.source", then the client can modify (or insert) the file "tnsnames.ora", as following :

ZGAFC =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 109.52.8.8)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = db.source)
)
)

then the client can access the db by "zgafc" in client program.
that's to say, if the client just install the oracle client, and do not
config the source in client, however, it can access the appointed database
after the client accept the values related to connection.
If we can find the methods, we can create the database source in client by program, rather than config the datasource in client by manual.
General#define in C# Pin
zecodela3-Feb-05 19:44
zecodela3-Feb-05 19:44 
GeneralRe: #define in C# Pin
Dave Kreskowiak4-Feb-05 6:13
mveDave Kreskowiak4-Feb-05 6:13 
GeneralRe: #define in C# Pin
mav.northwind6-Feb-05 2:13
mav.northwind6-Feb-05 2:13 
GeneralRe: #define in C# Pin
Dave Kreskowiak6-Feb-05 3:48
mveDave Kreskowiak6-Feb-05 3:48 
GeneralC# Web development Help Pin
mahesh_kumar_code3-Feb-05 19:32
mahesh_kumar_code3-Feb-05 19:32 
GeneralXML Elements Pin
John L. DeVito3-Feb-05 18:52
professionalJohn L. DeVito3-Feb-05 18:52 
GeneralRe: XML Elements Pin
Stefan Troschuetz3-Feb-05 20:53
Stefan Troschuetz3-Feb-05 20:53 
GeneralRe: XML Elements Pin
John L. DeVito3-Feb-05 22:19
professionalJohn L. DeVito3-Feb-05 22:19 
GeneralRe: XML Elements Pin
Stefan Troschuetz3-Feb-05 22:33
Stefan Troschuetz3-Feb-05 22:33 
GeneralRe: XML Elements Pin
John L. DeVito3-Feb-05 22:39
professionalJohn L. DeVito3-Feb-05 22:39 
GeneralRe: XML Elements Pin
Stefan Troschuetz3-Feb-05 22:46
Stefan Troschuetz3-Feb-05 22:46 
GeneralRe: XML Elements Pin
John L. DeVito5-Feb-05 19:13
professionalJohn L. DeVito5-Feb-05 19:13 
GeneralRe: XML Elements Pin
Gavin Jeffrey3-Feb-05 22:01
Gavin Jeffrey3-Feb-05 22:01 
QuestionIs it possible to use XmlSerializer on a usercontrol? Pin
FocusedWolf3-Feb-05 18:02
FocusedWolf3-Feb-05 18:02 
AnswerRe: Is it possible to use XmlSerializer on a usercontrol? Pin
Gavin Jeffrey3-Feb-05 22:05
Gavin Jeffrey3-Feb-05 22:05 
AnswerRe: Is it possible to use XmlSerializer on a usercontrol? Pin
Mihail Dikov4-Feb-05 3:32
Mihail Dikov4-Feb-05 3:32 
GeneralRe: Is it possible to use XmlSerializer on a usercontrol? Pin
FocusedWolf4-Feb-05 11:38
FocusedWolf4-Feb-05 11:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.