-Collapse +Expand
Message Boards
Tech Search:

Advanced
More Board Options
MOREINFO...
My Moderator Settings
MODERATOROPTONS

BOARDSTATS
Posts: 18047
Threads: 5865
Topics: 95
Boards: 34
Groups: 34
 

Prestwood eMagazine

July Edition
Subscribe now! It's Free!
Enter your email:

   ► MB Lobby ►   Print This     

Object Error Posts

"Object Error" Message Board Posts


Thread 2 of 2

Sam.S
Blob Binary Large Object Error
I have been having a tough time with BLOB (Binary Large Object) errors in memo fields of some large tables running on a Win2008 R2 Terminal server with just 3 users.  Any one else have experience with this? This is an app that has been running with support and modification for 25 years. It has been running on this server for close to 8 years. It is only accessed via a terminal server session, all activity in paradox is native to the server. I have had the tables get corrupted 7 or 8 times in the last three weeks.  I have seen this probably 3 or four times before in the last 8 years, but a rebuild of the tables has resolved it.  In the last three weeks, I have not been able to go more than a couple of days without corruption. I'll post more detail later, I wanted to get this up to see if others have experience with blob errors and figure out if this is the right Prestwood board to post it on as opposed to something specific to coding or tables. Thanks
Posted to MB Topic: Paradox Setup, Vista, etc. « Paradox Board
20 years ago
5 replies. Last post:

Steven.G
what happens when you add the deleted back, and query it out again? or add the good stuff to the deleted table? just curious..
20 years ago
Nothing New Since Your Last Visit
1839
Hits

Thread 1 of 2

deleted_member
Data Environment Problem
I've got a problem that involves using the Data Environment with an interdev, application. We've deployed an interdev application to the IIS server., When we attempt to run the asp page we get the following error, , Server object error 'ASP 0177 : 800401f3', , Server.CreateObject Failed, , /db/global.asa, line 46, , Invalid class string, , , line 46 is Set DE = Server.CreateObject("DERuntime.DERuntime"), , I wasn't able to find this class on the server, and I assume that this has, to do with the installation of IIS and the deployment of the application., I've been out to Microsoft's website and haven't found anything that really, seems to relate to my problem. Do you lhave any insights? My current, thought is that the data environment runtime is not installed or maybe not, registered correctly. If that is the case how does one get that registered, / installed. We have ado25 installed.
Posted to MB Topic: ASP Classic Coding « ASP Classic Board
20 years ago
1 Reply:

bprestwo
{Too Long!}
20 years ago
Nothing New Since Your Last Visit
5604
Hits

"Object Error" Knowledge Base Posts

More...
  KB Article    

Mike Prestwood
1. ASP Classic Error 3709

Run-time error '3709':
Operation is not allowed on an object referencing a closed or invalid connection.

Posted to KB Topic: Language Details
16 years ago
(3 Comments , last by petter.s )

Error
Nothing New Since Your Last Visit
16414
Hits

ASP Classic Coding

Mike Prestwood
2. Code Contract

A.k.a. Class Contract and Design by Contracts.

A contract with a method that must be true upon calling (pre) or exiting (post). A pre-condition contract must be true when the method is called. A post-condition contract must be true when exiting. If either are not true, an error is raised. For example, you can use code contracts to check for the validity of input parameters, and results

An invariant is also a code contract which validates the state of the object required by the method.

Posted to KB Topic: Object Orientation (OO)
17 years ago, and updated 17 years ago

Definition
Nothing New Since Your Last Visit
11365
Hits

Coding & OO

Mike Prestwood
3. VB.Net Self Keyword (Me)

To refer to the current instance of a class or structure, use the Me keyword. Me provides a way to refer to the specific instance in which the code is currently executing. It is particularly useful for passing information about the currently executing instance.

The Me keyword is also used as a modifier of the first parameter of an extension method.

You cannot use Me with static method functions because static methods do not belong to an object instance. If you try, you'll get an error.

Posted to KB Topic: OOP
17 years ago

Code
Nothing New Since Your Last Visit  
12699
Hits

VB.Net Language

Mike Prestwood
4. C# Self Keyword (this)

To refer to the current instance of a class, use the this keyword. The this keyword provides a way to refer to the specific instance in which the code is currently executing. It is particularly useful for passing information about the currently executing instance.

The this keyword is also used as a modifier of the first parameter of an extension method.

You cannot use this with static method functions because static methods do not belong to an object instance. If you try, you'll get an error.

Posted to KB Topic: OOP
17 years ago
(4 Comments , last by Mike.B3 )

Code
Nothing New Since Your Last Visit
27715
Hits

C# (Visual C# & VS.Net)

Mike Prestwood
5. Delphi Prism Self Keyword (Self)

Within the implementation of a method, the identifier Self references the object in which the method is called. The Self variable is an implicit parameter for each object method.
A method can use this variable to refer to its owning class.

Posted to KB Topic: Language Details
17 years ago
(1 Comments , last by Margie.J )

Definition
Nothing New Since Your Last Visit
11269
Hits

Delphi Prism
More...
 
Go ahead!   Use Us! Call: 916-726-5675  Or visit our new sales site: 
www.prestwood.com


©1995-2026 Prestwood IT Solutions.   [Security & Privacy]