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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.