开发者

how to pass parameters to sql query

开发者 https://www.devze.com 2022-12-30 06:53 出处:网络
Im using Sql compact server.I created table with varchar datas.But i select a particular column member to be an identity.im programming in c#.

Im using Sql compact server.I created table with varchar datas.But i select a particular column member to be an identity.im programming in c#. I want pass the query. how can i achieve this开发者_Python百科? Im new to this sql compact,


sql compact has no differences to severbased sql in such basic things. create a insert query, a connection und execute the query on the connection.

see SQL Server Compact 3.5 How-to Tutorials

0

精彩评论

暂无评论...
验证码 换一张
取 消