Cannot find datatype bigint

D

Dorte

I have moved an asp.net application from windows 2000 to
windows xp. The application gets data from an sql server
2000. Some of the queries declare some variables with the
BIGINT datatype to hold the results of some calculations.
When I run the application I get the error "Cannot find
datatype bigint" - is it because I have moved the
application from win 2000 to win xp? What can I do to
solve the problem? The int datatype will not be
sufficient to hold the calculated values so this is not a
solution.

I would appreciate any answer that gives me an idea of
what to do.

Thanks,
Dorte
 
G

Guest

Hi,

It happens when I call the Fill method on the DataAdapter
object. I have the queries in separate text files, and it
seems that Visual Studio does not recognize the BIGINT
(no colouring).

Dorte
 
M

Miha Markic

Hi,

How is your dataset configured?
How does your select look like?
How does your SQL table look like?
 

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

Top