Search for...
Register Login
View Cart  View Cart Checkout  Checkout
Download Now!

Free Trial
Subscribe to Our Newsletter
Quick Objects Newsletter is the best way to stay up to date with Quick Objects development.

First Name:
Last Name:
Email:
 
Clients
  • Intel
  • American Express
  • Arizona Supreme Court
  • City of Phoenix
  • Arizona Department of Water Resources
  • TriWest Healthcare
  • Meritage Homes
  • Blue Cross Blue Shield

Persuing Perfection
We provide nothing but perfection in every aspect of our service!
Our Philosophy
  • Our clients' success is our success!
  • We develop systems with your business needs in mind.
  • We take pride in our work and our people!
  • We work hard to deliver the highest possible value to your business!
  • We stand by our work and support it through all the latest technology and requirement changes.


Shareup Networks

Free Download
Quick Objects - Database Access Library
Quick Objects - Database Access Library PhotoQuick Objects - Database Access Library is a very powerful and easy to use database library for .NET Framework. This DB Library provides a very simple way to get working with any SQL Server, Oracle, MySQL, Access, VistaDB and SQL CE database without any delay. This library can save many hours of redundant programming and also make it easy to support multiple databases. The library also has a very robust capability of being able to connect to multiple database from the same application. By using this library you can avoid the common pitfalls in creating data driven applications. The application takes complete advantage of each of the database specific providers, and in addition provides a capability to run multiple commands in one session.  Database Access Library is included and is the foundation of the Business Logic Framework and Suite

Please Note: Data Access Library is no longer available individually and is only included in the Business Logic Framework. This does not affect existing customers as they will continue to receive support.

Take a look at the list of features to know more....
Collapse groupEase of Use
 Database Access Library is the easiest data access library on the market allowing the developer to connect to any of the supported database with couple of very simple lines of code.
Collapse groupPerformance
 Quick Objects - Database Access Library has been used and tested in high performance applications connecting to large databases.
 Database Access Library utilizes a very powerful technique that allows you to share the database connection among multiple objects. This results in significance performance boost as multiple commands can run using the connection that is already open and it cuts down the number of times a connection has to be opened/closed/disposed by multi-fold.
Collapse groupPowerful
 Database Access Library gives you a very simple way to run a select statement or a stored procedure in just a couple of simple lines of code.
 With Database Access Library you can use parameterized queries or stored procedures without writing database specific code.
 Database Access Library has a unique feature that allows you to specify commands that need to be executed at the start of a session and at the end of a session.  Essentially you are freed from the need to run a command manually every time you open or close a connection. You ca specify a procedure or a statement that should be executed in addition to supplying parameters for the command.
Collapse groupStored Procedures
 Database Access Library can be used to run any stored procedure with just couple of lines code. Parameters can also be passed very easily, and the code remains database independent.
Collapse groupTransactions
 Complete support for running multiple commands in a transaction. The transaction support is as easy as setting one property to true. Yes, thats correct all you need to do is set a property to true and all the commands you run against the database will be part of the transaction. Committing or Rolling back is as easy as one method call.

See Also: