From:
<car...@te...> - 2003-11-10 15:15:25
|
Hello: > Yes, I'm using FbCommandBuilder, and can call: > textBox1.Text = fbcb1.GetInsertCommand().CommandText; > and I've got: > INSERT INTO "TB1" ("IDTB1", "IDTB2", "ILO", "CENA") VALUES (?, ?, ?, ?) > but I want to see this statement filled with data. It's not filled with data, you need to check parameters values in Parameters collection. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |