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 |
|
Bobba Buoy
Starting Member
36 Posts |
Posted - 2003-07-02 : 19:26:37
|
| I am trying to send a 'single' data type to a sql server db cell that is formatted for 'decimal' from asp/ado code and it is converting it to an integer. Should I be using some other data type in sql server?Thanks! |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2003-07-02 : 20:04:44
|
| What does it contain?If you just want integer data then an int would be good - depending on the range.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
SamC
White Water Yakist
3467 Posts |
Posted - 2003-07-02 : 20:09:45
|
| Post your ASP / ADO?Sam |
 |
|
|
|
|
|