![]() |
#4 |
Участник
|
Connection Con = new Connection();
Statement Stmt = Con.createStatement(); ResultSet R = Stmt.executeQuery('INSERT INTO MyTable1 (MyField) VALUES ("111")'); У меня эта конструкция не работает!!! Почему? |
|
|
|