PC Review Forums Newsgroups Microsoft DotNet Microsoft VB .NET Internal connection error ?

Reply

Internal connection error ?

 
Thread Tools Rate Thread
Old 16-11-2006, 01:51 AM   #1
Agnes
Guest
 
Posts: n/a
Default Internal connection error ?


SQL database are located in the China SZ data Centre. When the invTable got
over 5000 records. I will get such error.

does anyone know ?



dsExcelExport.Clear()
daExcelExport.SelectCommand = New SqlCommand
daExcelExport.SelectCommand.Connection =
dtsclass.DatabaseConnection.GetDbConnection("ACCOUNT")
daExcelExport.SelectCommand.CommandText = "select invno, ......
from invTable order by invno"
daExcelExport.Fill(dsExcelExport) <--- Error when fill dataset


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off