Hi all DB2 experts!
I have a question for you regarding db2 performance! We have got a table on which there are 20 milion records. When I query the table with the following script
" SELECT DISTINCT COL1,COL2,COL3 FROM MYTABLE WHERE STOREID=12345 " it takes nearly three min. to get...
I have to insert about 200 records into the database remotely every week. I have a bach file which consists of insert statements. How shall I call this file within the ASP pages so that it should be executed on the server and should insert the data into the relevant tables? Perhaps one solution...
I have a database on SQL Server 7. The database has been created and populated via ODBC with a batch file on the source DBMS(non Microsoft) and has been running on the ASP Pages on the local intranet. So far everything is fine.
Now, I need to create an ongoing automoted ( maybe daily or weekly...
How Can I download the dynamic content of ASP Page without exposing the ASP code? Before I print the same page on the client side , the code is not exposed.But when I download the same page the browser exposes the code.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.