Postgresql使用Web控件插入空间点

时间:2015-01-19 08:34:58

标签: postgresql

如何使用网络控件值PostgreSQL插入(textbox,dropdownmenu.selectedvalue etc.)中的点?

我收到以下错误:

ERROR: 42P01: missing FROM-clause entry for table "textbox4" 

我的代码是这样的:

NpgsqlCommand cmd = new NpgsqlCommand("insert into isletmeler(the_geom,no) values(ST_GeomFromText('POINT("+koordinat+")',2322),Convert.ToInt32(TextBox4.Text));",con);

0 个答案:

没有答案