Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Bora
Starting Member
1 Post |
Posted - 2007-04-20 : 13:47:05
|
| Hi,I updated my db system from access to sql 2005.But, i can not add new recors to database.I'm receiving this error:"""Invalid value for cell (row 3914, column 2).The changed value in this cell was not recognized as valid..Net Framework Data Type: Int32Error Message: Input str?ng was not in a correct format.Type a value appropriate for the data type or press ESC to cancel the change."""It can not open new id number. DataType was Auto Number in Access. Which can I select in SQL 2005?Thank you. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-04-20 : 14:35:44
|
| Identity is the option in SQL Server for auto-numbering.Tara Kizerhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
|
|
|