Click here to Skip to main content
15,913,587 members
Home / Discussions / C#
   

C#

 
GeneralRe: Thanks but no Pin
Jonathan Tan15-Jul-02 0:05
Jonathan Tan15-Jul-02 0:05 
GeneralRe: Thanks but no Pin
Rocky Moore15-Jul-02 10:24
Rocky Moore15-Jul-02 10:24 
Generalwith statement Pin
AndyG16-Jul-02 4:05
AndyG16-Jul-02 4:05 
QuestionData Link Dialog Box??? Pin
leppie14-Jul-02 10:13
leppie14-Jul-02 10:13 
AnswerRe: Data Link Dialog Box??? Pin
Rocky Moore14-Jul-02 14:01
Rocky Moore14-Jul-02 14:01 
AnswerRe: Data Link Dialog Box??? Pin
Feng Qin14-Jul-02 19:55
Feng Qin14-Jul-02 19:55 
GeneralRe: Data Link Dialog Box??? Pin
leppie14-Jul-02 23:13
leppie14-Jul-02 23:13 
GeneralRe: Data Link Dialog Box??? Pin
Feng Qin15-Jul-02 16:39
Feng Qin15-Jul-02 16:39 
MSDASC.DataLinks dl = new MSDASC.DataLinks();
ADODB.Connection connection = dl.PromptNew() as ADODB.Connection;

if( null != connection )
MessageBox.Show( connection.ConnectionString );

You should add reference "Microsoft OLE DB Service Component 1.0 Type Library" and the "Microsoft ActiveX Data Objects 2.5 Library" to your project's reference.Roll eyes | :rolleyes:

I'm amumu, and you?
GeneralRe: Data Link Dialog Box??? Pin
leppie16-Jul-02 0:53
leppie16-Jul-02 0:53 
GeneralRe: Data Link Dialog Box??? Pin
Feng Qin16-Jul-02 0:59
Feng Qin16-Jul-02 0:59 
GeneralOne byte at a time Pin
Nnamdi Onyeyiri14-Jul-02 8:13
Nnamdi Onyeyiri14-Jul-02 8:13 
GeneralRe: One byte at a time Pin
Nathan Blomquist14-Jul-02 9:54
Nathan Blomquist14-Jul-02 9:54 
GeneralRe: One byte at a time Pin
Nnamdi Onyeyiri15-Jul-02 1:26
Nnamdi Onyeyiri15-Jul-02 1:26 
GeneralRe: One byte at a time Pin
Anonymous20-Jul-02 23:57
Anonymous20-Jul-02 23:57 
Questionprinting Rich Text Format ??? Pin
Patrick Bristow13-Jul-02 6:41
Patrick Bristow13-Jul-02 6:41 
AnswerRe: printing Rich Text Format ??? Pin
ChrisKo16-Jul-02 10:22
ChrisKo16-Jul-02 10:22 
GeneralOne for the SharpDevelop gurus out there. Pin
Jon Newman13-Jul-02 6:02
Jon Newman13-Jul-02 6:02 
QuestionHelp! How do I calculate percentage differences? Pin
AndrewGoodman13-Jul-02 0:56
sussAndrewGoodman13-Jul-02 0:56 
AnswerRe: Help! How do I calculate percentage differences? Pin
leppie13-Jul-02 8:05
leppie13-Jul-02 8:05 
GeneralNAnt Pin
Londo12-Jul-02 22:26
Londo12-Jul-02 22:26 
GeneralRe: NAnt Pin
leppie14-Jul-02 5:45
leppie14-Jul-02 5:45 
GeneralHTML rendering in C# Pin
sultan_of_6string12-Jul-02 20:25
sultan_of_6string12-Jul-02 20:25 
GeneralRe: HTML rendering in C# Pin
Christopher Lord14-Jul-02 10:47
Christopher Lord14-Jul-02 10:47 
QuestionDateTimePicker Localization? Pin
Syed Hussain12-Jul-02 6:05
Syed Hussain12-Jul-02 6:05 
GeneralAutorun... Pin
David Stone12-Jul-02 6:03
sitebuilderDavid Stone12-Jul-02 6:03 

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.