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
精彩评论