Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SreckoR

    How can I get a list of databases and tables in db?

    Use select RDB$RELATION_NAME from RDB$RELATIONS where RDB$RELATION_NAME not like 'RDB$%'; Check system table for more infos
  2. SreckoR

    Create Table in interbase (runtime)

    Try this (I am usin Delphi 6/7 and working) Use IBSQL Set IBSQL.SQL to some command for example CREATE TABLE "ARTIKLI" ( "SIFRA" VARCHAR(50) NOT NULL, "NAZIV" VARCHAR(100) NOT NULL, "NAZIV_DRUGI" VARCHAR(100), "MJERA" VARCHAR(50) NOT...

Part and Inventory Search

Back
Top