Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
GeneralRe: Graphics image convert to GraphicsPath ? Pin
Dave Kreskowiak7-Jun-07 13:25
mveDave Kreskowiak7-Jun-07 13:25 
AnswerRe: Graphics image convert to GraphicsPath ? Pin
Christian Graus7-Jun-07 12:09
protectorChristian Graus7-Jun-07 12:09 
GeneralRe: Graphics image convert to GraphicsPath ? Pin
Epsilone37-Jun-07 12:24
Epsilone37-Jun-07 12:24 
GeneralRe: Graphics image convert to GraphicsPath ? Pin
Christian Graus7-Jun-07 15:42
protectorChristian Graus7-Jun-07 15:42 
QuestionHow can I resize the DataGridView back to defult size? Pin
Khoramdin7-Jun-07 9:39
Khoramdin7-Jun-07 9:39 
AnswerRe: How can I resize the DataGridView back to defult size? Pin
Dave Kreskowiak7-Jun-07 10:38
mveDave Kreskowiak7-Jun-07 10:38 
Questionoracle Client Pin
shereem khaleel7-Jun-07 9:34
shereem khaleel7-Jun-07 9:34 
AnswerRe: oracle Client Pin
Rick van Woudenberg7-Jun-07 11:42
Rick van Woudenberg7-Jun-07 11:42 
Hey there,

slightly puzzled here. You mention two errors. "Need component ... " and "TNS resolving .. "
There reason why I'm confused is that the TNS resolution error cannot occur unless you've established a proper connection to the host, regardless it's local or remote. And to establish a successful connection you need the Oracle Client Binary referenced in your code. If you've referenced the Oracle Client , the DataAdapter will then use that particular Library. I cannot comment on why it would give the "Need Client .." error, as it seems almost impossible to me.

Basically all you need to do is copy the Oracle DLL to your /Release or /Debug directory and add that DLL as a reference.

As for your "Cannot resolve TNS name" you need to know a little bit about how Oracle works. An Oracle TNS name is basically an entry pointing in the TNSNAMES.ORA file that points to a particular oracle database instance. You might want to check that and set it up. Once this configuration is done you can use the ODBC Administrator to add an Oracle DSN. In the Oracle ODBC Driver Configuration window, in the TNS Name Service text box, you can enter the net service name as you entered it in the setup , or you can enter the fully qualified net service name as it appears in the tnsnames.ora file.

I personally think it's not really an error in your code but merely a configuration mistake in setting up Oracle or the DSN.

Hope this helped.

Cheers




QuestionNeed to pass structure to assembly Pin
Amit Kumar G7-Jun-07 9:08
Amit Kumar G7-Jun-07 9:08 
AnswerRe: Need to pass structure to assembly Pin
Not Active7-Jun-07 9:16
mentorNot Active7-Jun-07 9:16 
GeneralRe: Need to pass structure to assembly Pin
Amit Kumar G7-Jun-07 9:24
Amit Kumar G7-Jun-07 9:24 
GeneralRe: Need to pass structure to assembly Pin
Not Active7-Jun-07 9:42
mentorNot Active7-Jun-07 9:42 
GeneralRe: Need to pass structure to assembly Pin
Amit Kumar G7-Jun-07 10:04
Amit Kumar G7-Jun-07 10:04 
QuestionHelp with simple guess number - program (while loop) Pin
Husker477-Jun-07 8:27
Husker477-Jun-07 8:27 
AnswerRe: Help with simple guess number - program (while loop) Pin
Luc Pattyn7-Jun-07 8:32
sitebuilderLuc Pattyn7-Jun-07 8:32 
AnswerRe: Help with simple guess number - program (while loop) Pin
Jimmanuel7-Jun-07 8:54
Jimmanuel7-Jun-07 8:54 
GeneralRe: Help with simple guess number - program (while loop) Pin
Husker477-Jun-07 9:02
Husker477-Jun-07 9:02 
GeneralRe: Help with simple guess number - program (while loop) Pin
Jimmanuel7-Jun-07 9:03
Jimmanuel7-Jun-07 9:03 
Questiondatagridview selected row, highlight row Pin
FernandoMartin7-Jun-07 8:05
FernandoMartin7-Jun-07 8:05 
AnswerRe: datagridview selected row, highlight row Pin
Salogus7-Jun-07 12:46
Salogus7-Jun-07 12:46 
QuestionDynamic Assembly Loading Pin
ATCsharp7-Jun-07 7:32
ATCsharp7-Jun-07 7:32 
AnswerRe: Dynamic Assembly Loading Pin
Le centriste7-Jun-07 7:53
Le centriste7-Jun-07 7:53 
GeneralRe: Dynamic Assembly Loading Pin
ATCsharp7-Jun-07 8:17
ATCsharp7-Jun-07 8:17 
AnswerRe: Dynamic Assembly Loading Pin
Luc Pattyn7-Jun-07 8:35
sitebuilderLuc Pattyn7-Jun-07 8:35 
GeneralRe: Dynamic Assembly Loading Pin
ATCsharp7-Jun-07 8:59
ATCsharp7-Jun-07 8:59 

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.