<! –
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,…
On
Visual Basic @ 29/12/2006 |
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…
On
Visual Basic @ 29/12/2006 |
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
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,…
On
Visual Basic @ 28/12/2006 |
Development of the database with ADO applications FAQ
Http://91mail.51.net
On
Visual Basic @ 27/12/2006 |
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,…
On
Visual Basic @ 27/12/2006 |
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,
…
On
Visual Basic @ 26/12/2006 |
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…
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.
…
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…
On
Visual Basic @ 06/12/2006 |