Groups | Blog | Home
all groups > sql server programming > april 2006 >

sql server programming : SQL SERVER 7.0 overflow error


vir
4/3/2006 10:04:02 PM
we use an E-office application where server is SQL server 7.0 and client side
its MS access
In our VB program we use synchronization to update client database from
server and each table is updated afresh . This program was running fine and
all tables were being Updated until number of records in 1 table went
above 3000 . Now this table gives overflow error while others are being
updated correctly .
We use filestream object for this communication , is there some
limit to it or Some servie packs are required for sql server ?
Kindly help plzz
Erland Sommarskog
4/4/2006 12:00:00 AM
vir (vir@discussions.microsoft.com) writes:
[quoted text, click to view]

The latest service pack for SQL 7 is service pack 4.

However, judging from your description, the problem is with the application
and not with SQL Server.


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
vir
4/10/2006 11:13:01 PM
Dear sir ,
the error comes from databse and not from vb application can you
still say problem is in application . thanks for reply

[quoted text, click to view]
Erland Sommarskog
4/11/2006 7:58:49 AM
vir (vir@discussions.microsoft.com) writes:
[quoted text, click to view]

The problem is that your description is far too vague for it be possible
to give any useful assistance. Could you at least care to include the
exact error message your are getting?

Note that while the error message may come from SQL Server, it's not
necessarily a problem in SQL Server, but is more likely to indicate a
problem in the application.



--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
vir
4/11/2006 9:39:03 PM
dear sir thanks for reply ..

the exact error message is
Error in Function MaterialMasterUpdate: Overflow
while other tables show updated .
as we use textsream to transfer is there some limit ot its capacity as the
table which gives error has more then 3000 records.

we use an asp page to transfer data ,

[quoted text, click to view]
Erland Sommarskog
4/12/2006 12:00:00 AM
vir (vir@discussions.microsoft.com) writes:
[quoted text, click to view]


That does definitely not look like an message from SQL Server.

And I am sorry, but that is about all I can say. It appears that you are
using some application. I think you contact that vendor and open a support
case. Or there is a problem in you ASP page. (I don't know ASP, so I can't
say whether that could be an ASP message.)

--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
vir
4/12/2006 8:59:02 PM
dear sir ,
thanks for the advice ...
i also think now that its asp error as data limit may be exceeding


[quoted text, click to view]
AddThis Social Bookmark Button