Accession of database tables



  • It's not possible to add SQL Server to Delphi7. Help me, please.



  • Putting in shape. TADOConnection, give him a line of connection. For MS SQL Server, something like:

    Provider=SQLNCLI.1;Persist Security Info=False;User ID=sa;Data Source=127.0.0.1

    Then you're walking. TADOTableindicating as Connection yours TADOConnection and rely on the right table.

    After that, you're pulling into shape. TDataSource, you give him the meaning of the properties DataSet yours. TADOTableand already chained components to work with the fields (e.g. Data Controls).




Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2