Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SQL numeric(18,0) 数据类型对应的 C++ 数据类型是什么?
我需要 C++ 中的数据类型来在其中存储 SQL 的 numeric(18,0)。
它在 MSDN 上说数字映射到 C++ 中的 CString。
参考:SQL:SQL 和 C++ 数据类型 (ODBC)
那将是一个long long(至少64位)。
long long