Simple Logic
Solutions Case Studies Resellers Support Resources Search Contact About

Solutions
Developer Solutions 
 Developer COM Objects 
  Card Check 
  dB Tools 
 Licensing Component 
 
Products & Services
Web Applications
Electronic Commerce
Business Solutions
Developer Solutions
Ministry Solutions
Application Services
Intelligence Services
Internet Services
 
Solutions by Category
 

dbTools

Download source code.

Overview:

This COM component performs two string manipulating functions. Pcase proper cases input and DBcase converts (_) to (space) then proper cases input.

This component is handy for processing database field names.

Language: Visual Basic 6

Platform: Intel x86

Download:

This component is available in two packages.
Download Full Install (recommended)

Download DLL Only

Reference:

simplelogic.dbTools

Properties:

none

Methods:

  • Pcase: String
  • DBCase: String

Events:

none

Collections:

none

Example:

dbCase.asp
	<%@Language=vbscript

	strString = request("string")

	set obj = server.createobject("simplelogic.dbTools")
	strPcase = obj.Pcase(strString)
	strDBcase = obj.DBcase(strString)

	response.write "Pcase:" & strPcase 
	response.write "DBcase:" & strDBcase 
	%>

















 

Simple Answers. Logical Solutions.

Top of page
Copyright © 1996-2005 Simple Logic Corporation. All rights reserved. Terms of use / legal information. Contact us.