Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fatal error 605

Status
Not open for further replies.

michelleHEC

Programmer
Oct 20, 2003
95
US
I have a program that has been working fine but just started to give me an error at the point of showing a form... here is the code.

If answer = pass Then
Dim frmPC As New frmPayRollCorrect()
frmPC.MdiParent = Me.MdiParent
Me.Hide()
frmPC.Show()(right here is where it is thrown out...)
thank you for any help you can give.
Michelle
 
I am getting two errors now.
the first one is "There is already an open DataReader associated with this connection which must be closed first" and the second one is "Warning: Fatal error 605 occurring at Sep 3 2004 1:24PM"
I have also checked a table (PRTran) in SQL and when i do a search I get this error...[Microsoft][ODBC SQL Server Driver][SQL Server]Attempt to fetch logical page (1:6224) in database 'Timesheet' belongs to object 'PRTranEmp', not to object 'PRTran'
 
What code is involved in the load event of the frmPayRollCorrect
 
thank you for your help. it turned out to be a corrupted table but we were able to restore it.
michelle
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top