complex events in mysql
i hav a student_class table containing id,student_id,class,year i want after every year to add a new row containing id,student_id,class+1 and year+1, and for row having class=4 to stop adding the new...
View ArticleNeed help on a sql script
Hi I'm working on a MySql script for a software I'm developing on a school project, however I'm not particulary familiar with MySql databases. But I keep getting issues with the database. since the...
View ArticleUpdate specific position - Char null field !
Hello, I'd like ask help for this community about a problem to insert a text in a column char field. The field can be filled with null or with some data, for this reason I can't use substr (in case...
View ArticleJDBC DB2 Connection does not respond
Hi, I am trying to connect IBM Mainframe DB2 8.1 database using Eclipse application class through JDBC db2 type 4 universal driver. this is the following code of the DB2Connection.java import...
View Articletext from combo box
I have combo box in my form which have 2 columns "value" and "text" but "value" is hidden. I write some code in VBA and I need select only "text" from my combo box, how can I do it using VBA?
View ArticleUpdate Visual Foxpro dbf with Access
I am wanting to update inventory records in a dbf file with MS Access. This file is from our Inventory Management software however the sofware isn't very conducive to edit records in mass like it would...
View ArticleTemp Tablespace is getting full
Hi all I am trying to update partitioned table in db2 v9.7 fp 3 using datastage ADM6017E The table space "TSTEMP_32" (ID "4") is full. Detected on container "/misnbtdb/temp/temp_32K" (ID "0"). The...
View ArticleSenior Hyperion HFM Consultant - FT job - relocation not required
A full-time position is currently available for senior Hyperion HFM Consultant. Relocation is not required but the successful applicant needs to live near a major airport. (Note: we expect two...
View ArticlePermissions for directories containing databases
From IBM DB2 9.7 for Linux, UNIX and Windows Information Center Quote: For the directories containing the databases, each and every directory level up to and including NODE000x needs the following...
View ArticleUncatalog a DB Alias
Hi, I have install DB2 dataserver client on Linux server to connect to DB2 on Z/os and the connection works after catalogging TCP/IP node and the database. But now I have to change the database alias...
View ArticleTable size
Hi everybody, I need to see the space used by a table. So far no problem, with: Code: SELECT segment_name table_name, owner, bytes FROM dba_segments WHERE segment_type = 'TABLE' AND table = 'WORKERS'...
View ArticleExecution of Oracle 11g wrapped procedure gives ora-00900 error
Hi, I have a procedure which i wrapped using the oracle 11g wrap utility. If i execute the wrapped procedure using jdbc i am getting an error of 0RA-00900 invalid sql statement. The procedure is having...
View ArticleCount the number of days
Hi How to calculate the number of days of the data after saving it in the database.. For example i want to add a certain data and then calculate the number of days of that data that is being stored in...
View ArticleSqlcode=-805, sqlstate=51002, sqlerrmc=db2lic.syslic
Hello I am using DB2 V9.7 fixpack 7 on linux box. During a process I am getting below error : DB2 SQL Error: SQLCODE=-805, SQLSTATE=51002, SQLERRMC=DB2LIC.SYSLIC 0X5042354A4C464A77, DRIVER=4.14.113 I...
View ArticleDB Query
I need to create a report with multiple inputs, that will query one field. So the report will ask for PNumber. the user will input several PNumbers. the reports will gather all the matching pnumbers...
View ArticleDefine the combo box
Hello I'm new in this forum and I'm beginner in VBA. I have some problem in my database and I hope that you can help me guys. The form name is "MyForm" but I think It doesn't matter. I have a 2 subform...
View ArticleRolling back multiple transactions......how to?
I have a stored proc that is executed from within another stored proc, both of these procs run transactions in them that update data. Now if either of these 2 SPs fail i want to be able to roll back...
View Article