error with table component

Hello, friends.

I Type from Brazil.

The case:

I possess a table with following SQL: Select * from company WHERE name =?

In the page I have a component fixes linked to the sql, more when I press F6 the program aprenseta mistake.

In case it removes the clause WHERE, the program works.

How does to show the component just Fix when to click in the button?

Or to define bind in time of execution?

Thank you!

[466 byte] By [jg1234a] at [2007-11-27 3:50:30]
# 1
Hi!In runtime You can define bind this way:try {getYourRowSet().setObject(int index, Object value);getYourDataProvider.refresh();}catch(java.sql.SQLException sqle) {//some exception's handler}Thanks,Roman.
-Grif-a at 2007-7-12 8:54:25 > top of Java-index,Development Tools,Java Tools...
# 2
thank磗I type from Brazil and you ?You Have Skype ?I have is my skype username is marciofermino, please i cant add ?
jg1234a at 2007-7-12 8:54:25 > top of Java-index,Development Tools,Java Tools...