On last.fm: Check out Lil Wayne's Music for Free
1 Resources for

object types

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Technical overview of the SAP Business Workflow
By Rehan ZaidiWhether you’re a consultant, manager, developer, or end user of an SAP system, sooner or later you’ll most likely be involved in the implementation cycle of SAP Business Workflow, which helps organizations better manage business processes. By using SAP Business Workflow, you can design a business process so...
Tags: Business Object Repository, Guest Contributor, Object Type, Object Types, SAP AG, SAP Business Workflow, workflow
Technical articles 2003-02-25

Additional Resources

xSQL Object Search (exe)
Search on one or all databases choose to find the objects that meet the search criteria on one database or on all databases in the selected SQL Server. Support all types of database objects from tables and views to CLR objects and Xml Schema Collections, you can search all database...
Tags: Microsoft SQL Server Transact-SQL, Object, Storage, Databases, Hardware, Enterprise Software, Software, Data Management
Software downloads 2008-02-14
Access Ontimer function
I have a database that uses the Ontimer function to generate a real time clock onscreen. I have found that for some reason, if for instance, Iopen up another form then cose it, the front end form stops monitoring the Ontimer function and my clock stops running up. Anyone know...
Tags: Ontimer function, OnTimer, tonymcveigh@..., software, Access Ontimer, Microsoft Access
Q&A 2006-07-04
Semantic Data Integration for the Enterprise
Oracle Spatial 10g release 2 introduces the industry's first open, scalable, secure and reliable data management platform for RDF-based applications. New object types have been defined to manage RDF data in Oracle. Based on a graph data model, RDF triples are persistent, indexed, and queried, similar to other object-relational data...
Tags: Oracle Corp., Data Integration, Oracle Database10g, RDF, Data Management, XML, Databases, Internet, Software/Web Development, Web Development, Enterprise Software, Software
White papers 2006-03-01
ACCESS-VBA dim as databsae
I have a module that I am trying to create. I am trying to use a table to hold some varibles. It says that I need to dim a varible as Database. The Database option is not availible on my system. I am using Office XP Pro. Do I need...
Tags: access, DAO, database, GW0001, Microsoft Access, software
Discussion threads 2005-07-14
SQL Balance for MySQL (exe)
Database Administrators rejoice. Now you don't have to compare and synchronize databases run by MySQL manually. SQLBalance compares the structure of two databases line by line, object by object, and highlights the differences. It shows full information about the object in the form of table and as a DDL script,...
Tags: MySQL, Desktop Software, SQL, SQLBalance, Databases, Storage, Open Source, Enterprise Software, Software, Data Management, Hardware
Software downloads 2007-03-27
The Road to Ruby From C++
C++ is a statically typed, compiled language that has hybrid object orientation. Its static typing means that the type of every expression and variable is known at compile-time, allowing significant correctness checking before the program executes. Its hybrid object orientation means that it defines non-object primitive types such as int...
Tags: Jupitermedia Corp., Ruby, C++, Object-oriented, Ruby Programming Language, C/C++, Ooa/Ood/Oop, Programming Languages, Scripting Languages, Software Development, Software/Web Development, Web Development
White papers 2007-05-01
Radar Screensaver (exe)
Radar Screensaver shows what happens in its controlled airspace area. You will see a rotating beam and object blips as well as object markers with course and speed information and satellite-powered identification with photos of recognized objects. This is a beautiful screensaver, and you will be able to leave a...
Tags: Screensaver, Aircraft, Radar, Satellite, Aerospace & Defense, Network Technology, Manufacturing, Networking
Software downloads 2005-11-28
Service Data Objects for C++Specification
Service Data Objects SDO is a data programming architecture and an API. The main purpose of SDO is to simplify data programming, so that developers can focus on business logic instead of the underlying technology. SDO simplifies data programming by: unifying data programming across data source types, providing support for...
Tags: Data Source, BEA Systems Inc., Programming, Service Data Objects, Data Programming, Data Object, Data Object API, Development Tools, Software Development, Software/Web Development
White papers 2005-11-01
Access Object Navigator (zip)
Access Object Navigator is Microsoft Access application that helps you to create professional looking navigation pane similar to those in Microsoft Outlook and Microsoft Dynamics NAV. With Access Object Navigator you can forget about Access switchboards. Your applications will look professional. With a few clicks you will have your object...
Tags: Microsoft Access, Netscape Navigator, Crosoft Systems, Access Object Navigator, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management
Software downloads 2008-07-08
Replication Degree Customization for High Availability
Object replication is a common approach to enhance the availability of distributed data-intensive services and storage systems. Many such systems are known to have highly skewed object request probability distributions. This paper propose an object replication degree customization scheme that maximizes the expected service availability under given object request probabilities,...
Tags: High Availability, Association For Computing Machinery, Customization, Storage, Storage Management, Hardware
White papers 2008-04-04
Save time and prevent coding headaches with nullable types in C-sharp 2.0
Oneheadache for C# developers before C#2.0 was the inability to assign a null value to certain types. Forinstance, if you declared an int, you could never set that variable to a null value. Thesame held true for DateTimeobjects. This limitation forced application developers to come up with their own solutionsand...
Tags: GetValueOrDefault, HasValue, nullable type, Value at Risk, Zach Smith
Technical articles 2006-08-03
SqlSpec (zip)
SqlSpec will generate easy-to-read docs for any SQL Server 2000 or 2005 database. Given one or more connection strings, SqlSpec will generate documentation about all the tables, views, stored procedures, triggers, indexes, constraints, schemas, assemblies, CLR procedures, xml schema collections, synonyms, symmetric and asymmetric keys, and user defined functions and...
Tags: XML Schema, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
Software downloads 2006-08-18
java basic question
in java, definetly we need a class to create any object,but for creating an array object there is no specific class,the object is created internally by jvm how and why?
Tags: Java, lrvkiran@...
Discussion threads 2007-09-06
a simple question on c++
can somebody can clear the use of copy constructor in c++. and if possible give a small and suitable example regarding the copy constructor.A copy constructor is used to create an instance from another instance, e.g.:MyClass A;MyClass B A;When B is instantiated, the following constructor is called:B (B const &...
Tags: B, C++, constructor, copy constructor, Int, monukaushal@..., programming
Q&A 2004-10-12
Application development: An introduction to serialization in .NET
Serialization is the process of saving the state of an object by converting it to a stream of bytes. The object can then be persisted to file, database, or even memory. The reverse process of serialization is known as deserialization see Figure A. In this article, I discuss the uses...
Tags: SOAP, PRODUCTIVITY, .NET, Middleware, S. Vikram, application development, Microsoft .NET Framework, Microsoft .NET, serialization, Serialization
Technical articles 2003-12-23
How Emily Tamed the Caml
How does one make a program breach resistant? One promising approach is to apply the Principle of Least Authority at object granularity. The E language has previously demonstrated that object-capability languages turn many of the security requirements for software into emergent properties of traditional object-oriented design and modularity enforcement. Emily...
Tags: Hewlett-Packard Co., Language, Emily, E Language, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers 2006-08-11
Testing Java in an Object-Oriented Way
In object-oriented software development, the system is developed as a collaborative collection of objects. Messages are the heart of the communication between these objects. Most Java-based software development projects employ unit testing, which mainly tests the system's behavior. Yet, one rarely tests the object-oriented nature of the written program. Object-oriented...
Tags: Java, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers 2006-03-28
Cooperation Model for Object Group Using Load Balancing
Currently, object implementations facilitate object group model to organize and manage efficiently the object services. In addition to the complexity of implementing the object groups, researchers also considers the Quality of Service QoS by various means such as replicating the services within the system. Load balancing scheme is necessary for...
Tags: Load Balancing, Network Technology, Networking
White papers 2006-12-01
Visio 2003 objects : linking to database
I have a table in access or excel with 3 fields: serial, name of object, and percent. I need to link it to a charting object in the visio charts stencil (pie, bar, curve bars).. to be more specific.. the % bar graph object.. it has many bars, each of...
Tags: a7madmagdy@..., database, Microsoft Visio, Visio 2003
Q&A 2005-05-19
  • << Previous
  • page 1 of 1
  • Next >>


Quick Guide: Windows Group Policy
One way for help desk technicians and network administrators to reduce help desk calls and protect their networks is to limit the damage curious users ...
Buy Now
Planning for Disaster Recovery
To prevent data loss and maintain business continuity in times of crisis, IT pros must make disaster planning a top priority. This guide will help you ...
Buy Now