Hi How to get MS SQL Instance names and Database name list to ComboBox in Delphi ?

Hi How to get MS SQL Instance names and Database name list to ComboBox in Delphi ?
Can someone help me ?

Using Delphi 10.1 Berlin

Comments

  1. Hi Rahesh
    i am getting many errors for example

    [dcc32 Error] Unit1.pas(41): E2003 Undeclared identifier: 'IRowset'
    [dcc32 Error] Unit1.pas(42): E2003 Undeclared identifier: 'ISourcesRowset'

    ReplyDelete
  2. Seems like you have not included required units.Read the above mentioned article linked by Kelle.
    It must have following units in uses
    DB, ADODB, Variants, ActiveX, ComObj, AdoInt, OleDB;
    BTW my name is Raj lath

    ReplyDelete

Post a Comment