- REOPT ALWAYS for v 8.2 SQL procedures: does it work?
Hi,I have a sql procedure that (among others) deletes a row in a table(very small). The table has a foreign key - ON DELETE NO ACTION thatpoints to a large table (child). There is an index defined on the childtable column, but the selectivity is very poor (actually in thisparticular case all val...
- Any way to validate spreadsheet headers before import?
Is there anyway to programatically confirm that specific field namesexist in the first row of a given Excel spreadsheet from code withinAccess? I have code set up to import data from our spreadsheets fromHQ into our Access database for further use, using the first row ascolumn headings to determ...
- if db2 udb can create hash index?
hello all,we know that DB2 create index using B-Tree,but if i want tocreate index using hash structure,how can i do it? in my opinion, db2usually create index using B-tree,my question is if DB2 udb support tocreate index using hash?thanks very much2007.09.22...
- Error accessing Package SYSLH203
All,I am experiencing an issue that has confused me, albiet this is notdifficult to do. Any help anyone could provide would be greatlyappreciated.After our jdbc calls received the following error:com.ibm.db2.jcc.a.SqlException: DB2 SQL error: SQLCODE: -805, SQLSTATE:51002, SQLERRMC: NULLID.SYSLH...
- 8.1 client WIN32 setup silently exits
HiPlease could somebody point me to a working set of 8.1 client WIN32 setup instead of http://download.oracle.com/otn/nt/oracle8i/win817client.zipI've tried to setup and download twice on both WIN2KSP3 Pro and SRV (both fails silently) and I'm afraid I can't waste any more time on...
- Copying an existing DB2 database
Hi,I have to copy an existing database from one Windows-Server to another one.The source database is a 8.1.0 database on a Windows 2000 Server, thedestination database will be a newer 8.x database on a Windows 2003 Server.What is the preferred way to copy the old data to the new server? ShouldI...