fguihen Posted November 16, 2005 Posted November 16, 2005 when declaring the parameters for an insert command for a data adapter i use a line like this: adapter.InsertCommand.Parameters.Add("@Phone",SqlDbType.Decimal,9,"Phone"); this is if im using an sql server database. if im using an OleDb connection ,connecting to an access database what do i use instead of SqlDbType?? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.