From: Carlos G. A. <car...@te...> - 2003-07-03 13:19:33
|
Hello: > Im new to Firebird. I am trying to use net provider to toy with the > server. I managed to create new database but I don't know how to create > its structure (tables, realtions, indices). How do you execute CREATE > TABLE or similar through the .NET provider Or is there some other API to > achieve this goal? You can try using FbCommand.ExecuteNonQuery method, using as CommandText a CREATE TABLE statement, you can downalod this file for more info abot ddl syntax in firebird (10 MB): ftp://ftpc.inprise.com/pub/interbase/techpubs/ib_b60_doc.zip -- Best regards Carlos Guzmán Álvarez Vigo-Spain |