我有一个场景,我在eclipse中有一个模块,需要在我的sql中插入数据。这里连接成功建立,插入数据的代码也成功执行,日志中没有任何错误。但数据需要插入到我的sql中未插入。任何人都可以澄清我。
答案 0 :(得分:1)
您可以粘贴代码段,以便轻松回答您的问题。
仍然只是猜测,在 xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity"
<ComboBox ItemsSource="{Binding Platforms}" SelectedItem="{Binding PlatformSelectedItem, Mode=TwoWay}" Grid.Column="1" Grid.Row="2" Height="20" Grid.ColumnSpan="2" Margin="0,3,15.667,3">
<i:Interaction.Triggers>
<i:EventTrigger EventName="SelectionChanged">
<i:InvokeCommandAction Command="{Binding SelectionChangedCommand}"/>
</i:EventTrigger>
</i:Interaction.Triggers>
</ComboBox>
方法后你调用方法statement.executeUpdate()
?
如果没有,那么添加它再试一次。