C# equiv of Long Integer

  • Thread starter Thread starter Guest
  • Start date Start date
Chris said:
What is C# equivalent for a Long Integer in an access database?

int is 32 bit and long is 64bit in c#. Long Integer in access is 32 bits.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top