Wawa Recommendations: VBS operation of the database,

  <! – 
  Wawa Recommendations: VBS operation of the database, the realization of this type usually the main database operations, because we are in daily contact and databases, and sometimes the use of such a class is very convenient, but do not know how practical kind,…

Multi-Database

  A few days ago, the company had been running a normal procedure for ASP, installed a client suddenly can not run the side.    Customers to use the Informix database server is Windows2000 Professional Simplified Chinese, in the past, we have been testing the use of the database is…

Java database Insider Links

  Java.sql included in the java.sql.Driver, jdbc.sql.Connection provide to the developers a unified interface development, database providers corresponding to achieve, in terms of the process as long as the developers are aware of these interfaces Which method do.    But we can look at…

How to deal with the database Null (z)

  How to deal with the database Null 
  Author: Oriental spider (to) 

  For beginners, in dealing with the Null database data types is a bit troublesome thing, in this article we will talk about the article Null, you will know how that is a Null value,…

Development of the database with ADO applications FAQ

  Development of the database with ADO applications FAQ 

  Http://91mail.51.net 

 

On the Access database security

  Again today to see Access database security articles, each would like to see this article on the two, there are several popular argument: 
  A password to the database for complex from a random name, to avoid being downloaded guessed, this approach is very popular in the past,…

Oracle Database closed several ways

  1, shutdown normal 
  Close database normal way. 

  2, shutdown immediate 
  Closure database immediately. 
  In SVRMGRL shutdown immediate implementation of the database was not immediately closed, 
 …

ASP database category

  ASP database category 

  1, the preamble referred ASP database operation, the majority of people will think: sharing the connection string ConStr, Conn.Open ConStr the establishment of a database connection, Conn.Execute…

Php database on the understanding that the permanent link

  The establishment of a permanent database connectivity will mean that client to the server requests the first database connection, the pages after connecting to the database request, the connection ID is the first time the connection ID, and does not create a new connection. 

Java database connection pool technology

  In the implementation of the database SQL statements, we must carry out data connections, and each time the creation of a new database connections to consume a large amount of resources, so that we come up with on the database connection pool technology.    Its principle is that…