On CBS.com: Clock blocking teenagers
8 Resources for

database connection

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

remote database connection from pocket pc
hi, currently i am developing a pocket pc application which should connect to an oracle database on a remote computer and retrieve data from the database on it.I am developing this application with Java 1.3 and using IBM J9 as jvm on winCE 2005 pocket pc but yet i could...
Tags: Storage, Databases, Programming languages, Java, sameda@..., database, PC
Discussion threads 2007-04-23
Take advantage of ADO.NET connection pooling
The process of establishing a database connection can betime consuming depending upon network connectivity. Connection pooling is aviable option if the network is an issue, and database server resources areavailable. This topic may seem to conflict with my recentcoverage of working with connections, but I'll address that issue later inthe...
Tags: Connection Pooling, database, database connection, Microsoft ADO.NET, Tony Patton
Technical articles 2006-08-21
Take advantage of ADO.NET connection pooling
Tony Patton discusses connection pooling and examines how you may use it in your .NET applications. He also helps you determine whether to use connection pooling. The process of establishing a database connection can be time consuming depending upon network connectivity. Connection pooling is a viable option...
Tags: Microsoft ADO.NET, Tony Patton, Storage, Databases, .NET, database, Connection Pooling, database connection, .NET Newsletter, Connection, Pool, ClearAllPools, Hardware, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Technical articles 2006-08-21
Return resources to the system to improve .NET performance
A common problem in the .NET platform is the consumption of system and database resources when developers fail to clean up after themselves when working with a database. Tony Patton notes that you can avoid such problems by releasing objects back to the system. The promise of .NET's garbage...
Tags: Microsoft .NET, Storage, Databases, Tony Patton, .NET, Application servers, Middleware, performance, database, Microsoft SQL Server Transact-SQL, server, .NET Newsletter, Method, Problem, Connection, Exception, Database Connection, ADO.NET Connection Class, Hardware, Enterprise Software, Software, Data Management, Software Development, Software/Web Development
Technical articles 2006-08-15
COM/DCOM help needed
Hi......i need help to create COM/DCOM through which i can connect multiple users from VB6.0 with sql server database through single database connection.or in other words i need a COM/DCOM to have single database connection for multiple vb6.0 users.
Tags: COM, COM/DCOM, database, database connection, DCOM, programming, Silly, vb6.0 sqlserver
Discussion threads 2005-12-22
Protect database resources with clean .NET code
In a previous article, I wrote about the importance of observing certain rules for object cleanup in .NET code. One of theworst examples I've experienced is with database interaction. I once fixed an application whoseperformance slowly degraded after a restart as databaseconnections were consumed. The problem lay in the fact...
Tags: database, database connection, Microsoft .NET, Tony Patton
Technical articles 2005-07-21
Protect database resources with clean .NET code
Developers are keen to open and utilize a database connection, but it is common to overlook the process of closing and returning the resources utilized to the system. Tony Patton examines how this can be accomplished. In a previous article, I wrote about the importance of observing...
Tags: Microsoft .NET Framework, Microsoft .NET, Storage, Databases, Tony Patton, .NET, Middleware, database connection, database, garbage collector, .NET Newsletter, Method, TechRepublic Inc., Data, Resource, Object, Hardware, Enterprise Software, Software, Data Management
Technical articles 2005-07-21
Clean up your ADO.NET mess to ensure good application performance
While much has been written about how easy ADO.NET makes it to access data from a variety of data sources, there are things to which you must pay attention to maintain good application performance. One of these is the proper termination and cleanup of ADO.NET objects to be certain that...
Tags: .NET, Databases, Microsoft .NET Framework, Baseline Inc., Microsoft ADO.NET, garbage collection, database connection, database, Microsoft SQL Server
Technical articles 2003-04-14

Additional Resources

DATABASE CONNECTIVITY
hi,Am trying to become developer,I have an sql 2005 standard edition database and I am developing a VB 6.0 front-end application that needs to be adding and deleting records to the this database. can you help with the connection type to use and a suggested connection string.thanks so much
Tags: Storage, Databases, Programming languages, eblissbull@..., database
Discussion threads 2007-11-03
oledbdataAdapter
HiI am trying to set up a oledbDataAdapter to do a basic select from an Access database and I get the following error:IErrorInfo.GetDescription Failed with E_FAIL(0x80004005)What can I do to fix this?Verify your connection status to the database. Probably your connection is fault. Try to build a valid connection string.
Tags: Storage, Databases
Q&A 2005-11-25
cant connect to two different databases from crystal enterprise X1
Enterprise throws an error 'incorrect logon parameters..' if I try to run a report that uses two different databases of the same server. Main report pointing to a stored proc in one database and subreport pointing to a table in another database. I am using ODBC connection to sql server.I...
Tags: Storage, Databases, a-champ1@..., database, ODBC Connection, ODBC, DSN1
Discussion threads 2007-05-15
problems with Access 2000
I am working on an Access 2000 database that when deployed to a network. Novelle in specific it brings backa glich. When two or more users are logged on it gives us an error "You do notn have exclusive access to the database at this time. If you...
Tags: Storage, Databases, Access 2000, database, work-around
Discussion threads 2005-09-09
Cisco router connection problem
We have 2 new cisco 1720's connected over a T-1 connection. We connect up to the terminal server and run our database app all works well. If we try to run the database app directly over the t-1 connection the app times out and we get unable to write errors....
Tags: Terminal services, router, Cisco Router, wgraff@..., T-1 Connection, Cisco Systems Inc.
Discussion threads 2007-03-24
Permission issue
I have a Windows xp with all the latest patches that will not let me access the SQL with any other than the domain admin user id. I have Access 2000 installed and can only see the database if I am logged on as the Domain Admin. I...
Tags: database, edudley@..., MAKE SURE, Microsoft Access, SQL, windows
Q&A 2005-08-26
visual basic oldb connection methods
how to create an access database using oldb connection string method and access the database?
Tags: Storage, Databases, malarselvi123@...
Discussion threads 2007-11-02
PHP Scalability and High Availability: Database Resident Connection Pooling and Fast Application Notification
PHP is a popular dynamic programming language for web applications. PHP comes with extensions that provide a wide range of capabilities including database access. The OCI8 extension in PHP allows applications to connect to Oracle Database. It has support for basic and advanced Oracle Database features, allowing easy and efficient...
Tags: Oracle Corp., PHP, High Availability, Oracle Database, Scripting Languages, Databases, Storage, Software/Web Development, Web Development, Enterprise Software, Software, Data Management, Hardware
White papers 2008-04-01
Priusant Login Control (ASP.Net) (zip)
Priusant Login Control (ASP.Net) is a .Net custom control that can be used to add member login feature to ASP.NET website with minimal customization and programming. The control supports MS Access database and SQL Server Database. Multiple database configuration is possible for configuration database and member database. Configurable key based...
Tags: Security, Password, Microsoft ASP.NET, Database Configuration, Storage, Databases, Hardware, Enterprise Software, Software, Data Management
Software downloads 2005-07-14
Connection to MS Acess With VB 6.0
How a database in MS Access can be accessed by VB 6.0 while the database is secured by a known password?Put the user name and passwordin the connection string.Don't hardcode it though, ask for them or use integrated security.
Tags: Microsoft development tools, Programming languages, Databases, dhrubajyoti01@..., Microsoft Visual Basic 6.0, Microsoft Visual Basic, Microsoft Corp.
Discussion threads 2007-06-05
how to change database version?
I have Viusal basic program with Microsoft Access 2000 Database using Ado and I want to change the version of the DB to Access 97I try compactdatabase method but it's not working with me so what can I do?A very large thread on the methods needed to accomplish that here:http://www.tek-tips.com/viewthread.cfm?qid=41222&page=1I...
Tags: Storage, Databases, Microsoft Office, database, Microsoft Access
Q&A 2004-12-22
Connection to access database from VB
Hi all and thank you in advance.i have an application which was developed in VB6. it connects to a database and works fine - except. i just had an individual install the application on an computer with XP and now there is no connection to the database. should...
Tags: database, DSN, Microsoft Visual Basic, mtcsoftware@..., programming
Q&A 2005-06-03
  • << Previous
  • page 1 of 1
  • Next >>


Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now
Network Administration in Windows Server 2003
While the role of a Windows network administrator would never be considered easy, you can lighten your load by knowing the ins and outs of Microsoft's ...
Buy Now

Ultraportables