将数据格式从数据库传输格式更改为整数格式

问题描述:

我想要做的就是从MSSQL服务器上取下数据并将数据格式更改为整数格式。



MSSQL数据存储为INT,但我认为,当它被转移时,它会恢复为String格式。我只想把它作为整数格式。



请举例!!

All I want to do is take data off the MSSQL server and change the format of that data to a Integer Format.

The MSSQL data is stored as an INT but reverts to String format, I think, when it is transferred. I just want it to be Integer Format.

Please give Examples!!