C++

Oracle user functions, ORA-06553 expression of of wrong type

Author: Embarcadero USA Question and Answer Database FAQ: FAQ4561B - Oracle user functions, ORA-06553 expression of of wrong type Category: Database (Oracle) Platform: All-32Bit Product: All-CBuilder, C++Builder1.0, C++Builder3.x, C++Builder4.x, Delphi2.x, Delphi3.x, Delphi4.x, VdBase7.x, Question: When using my user functions I receive the error: ORA-06553 expression…
Read more
C++

Unknown Internal Operating System Error

Author: quinn Question and Answer Database FAQ3749B.txt Unknown Internal Operating System Error Category :BDE Platform :Win95/NT Product : BC++5.x C++Builder1.0 C++Builder3.x Delphi2.x Delphi3.x Delphi4.x Question: Why am I getting an Unknown…
Delphi

Displaying the selected row of a DBGrid in a different color

Author: Embarcadero USA Question and Answer Database FAQ711D.txt Displaying the selected row of a DBGrid in a different color Category :Database/VCL Platform :All Product :Delphi 3.x Question: How can I show selected row in a dbgrid in a different color without using dgRowSelect (because I need to edit the data)? Answer: If you want to color the selected row in a DBGrid but you…
Read more
C++

BDE and Database Desktop Locking Protocol

Author: Embarcadero USA Technical Information Database TI1437D.txt - BDE and Database Desktop Locking Protocol Category :Database Programming Platform :All Windows Product : Description: Intended Audience This information will be of benefit to anyone…
C++

Sharing Violation Error with Paradox Tables.

Author: quinn Technical Information Database TI265B.txt Sharing Violation Error with Paradox Tables Category :General Programming Platform :All Product :BDE All Description: This error is most commonly caused by a "Lock File Contention". A lock file…
C++

Error solutions and limitations of Paradox Engine

Author: Embarcadero USA Technical Information Database TI239B.txt Error solutions and limitations of Paradox Engine Category :General Programming Platform :All Product :Paradox Engine All Description: Limitations of the Paradox Engine ============================================== The Paradox Engine version 3.01 was intended for use on DOS 3.1 through DOS 5.x, and/or Windows 3.x…
Read more
C++

dBASE .DBF File Structure

Author: Embarcadero USA Technical Information Database TI838D.txt dBASE .DBF File Structure Category :Database Programming Platform :All Product :Delphi All Description: Sometimes it is necessary to delve into a dBASE table outside the control of the Borland…
C++

Extracting A Bitmap From A BLOB Field

Author: Embarcadero USA Technical Information Database TI791D.txt Extracting A Bitmap From A BLOB Field Category :Database Programming Platform :All Product :Delphi All Description: Extracting a bitmap from a dBASE or Paradox blob field -- without first saving the bitmap out to a file -- is a simple process of using the Assign method to store the contents of the BLOB field to an…
Read more