我正在努力将数据插入到我的microsoft数据库中但是会抛出此运行时错误
“'date'附近的语法不正确。\ r \ n必须声明标量变量\”@ \“。”
在此行- (void)viewWillDisappear:(BOOL)animated
{
[super viewWillDisappear:animated];
// Implement here if the view has registered KVO
...
[mapView removeObserver:self forKeyPath:@"myLocation"];
}
这是我的代码
Cmd.ExecuteNonQuery();
我该怎么办?
答案 0 :(得分:2)
对于参数名称,您不需要用[]包装,只需使用@ Date,@ AmountSold,@ UnitPrice,@ TotalPrice即可。只需确保在语句和参数列表中修复它们