开发者

how to pass parameters to sql query

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜