DB2 Replication / Sync
Hi, In our production system we load certain files to IBM DB2 database everyday, the data is then further used in application. We copy the same files to a test environment everyday from production and...
View ArticleSybase ASE-15_0 Replication / Sync
Hi, In our production system we load certain files to Sybase database everyday, the data is then further used in application. We copy the same files to a test environment everyday from production and...
View Articlect_connect() - Perl
Hello all, I really need your help here. So i have 3 servers: Source A Destination B Destination C On my Source A i'm running a perl script that uses ct_connect() function. I was working fine 2 weeks...
View ArticleNative SQL procedures
DB2: V9.1 z/OS Using SPUFI, I am trying to create a sample stored procedure from Chapter 15of "DB2 9 for z/OS Stored Procedures: Through the CALL and Beyond" I receive the following error: DSNT408I...
View ArticleDB2 v9.7FP6 rtcl install on Linux
Hi, do you know if it is suggested to run db2setup and untar all the files in the binary file, so that all the client files are owned by root or bin? Meaning is it better to install as root user Thank...
View ArticleSubdatasheets
Can I use subdatasheets in a form to update the tables. I would like to select from the parent table based on a Project Number......create a parent record, then create child records that will then...
View Articledb2profile on RHEL 6.3
Hi all, I want one of my user account to know where my DB2 client is. I looked at the db2profile file in the client install and the DB2INSTANCE is set to "instancename" and the INSTHOME is set to...
View Articleruntime error 3611
I have an intractable problem at work that I must get fixed within a week or so. Anyone that has VB skills might be able to help me. We have an Oracle Db that connects thru an ODBC to an MS Access 2003...
View ArticleOne list of parts, query relationships between them
Knowledge: Novice. Can build basic tables, queries, and forms using point & click options OK. No coding so far. Source Data:- One Table with 7900 rows and 20 columns - List of [PartNumber] and...
View ArticleVBA code running query error 3141
I am attempting to use the following code in the AfterUpdate event of an unbound control on a form. The form is to record payments of invoices. The user will enter the amount of a received cheque (in...
View ArticleUpgrade db2 Express-C 9.7 to WSE 9.7 is not possible ?
Hi all, We're trying to upgrade current DB2 Express-C 9.7 Server into a 9.7 Workgroup Server Edition. (On Windows 64Bit) (BTW, we're very new to DB2 world) The exact version of Express-C Edition is...
View Articlehow to compile this table?
Table studentlectures is comprised: Code: ID studentname lectureplace lecturesubject 1 jack A politics 2 steve A politics 3...
View ArticleMySQL 4 dB to MySQL 5
Hey there, my problem is, that we have a small database (mySQL 4) and our provider told us, that we need to transform it into a mySQL 5 database, as they won't support 4 after a given date any more....
View ArticleSQL code is getting compiled even the columns are not matching in cursor...
Hi, I have some stored procedure and there is a cursor inside it. I added some new columns to the table and those columns I included in the cursor declaration and fetch statement. In the cursor...
View ArticleLiveCode as alternative to BD
Hi to all, this is my first post. Based on Tubbritt's comment in a previous thread, I also started to explore LiveCode. I'm already playing with new version 6 "Community Edition" which is free to...
View ArticleMacro for Match Index not working.
Hi, HTML Code: Database RESULT ID Type Record ID Type Record 142163 2001 141780...
View ArticleVBA Email - How to format via HTML?
Good Afternoon, I have a small piece of code starts an outlook email when the user clicks a button in an Access 2010 Form. Here's the code: Code: Private Sub eMail_Click() Dim olapp As...
View ArticleExtending a Query
I have an aggregate query that works fine, however I need to remove the hard-coded dates as follows; SELECT Sum(IIf([vat],iif([weekendingdate] Between #04/01/2011# and #31/12/2099#,...
View ArticleSelect rows created between 2 Pm and 5 PM
Hello, can someone please let me know how can I select all rows inserted in a table created between 2 Pm and 5 Pm since yesterday. I have something like this but not sure how to select between 2pm and...
View ArticleAlter table - rename column and data type
Hello, I have to rename and change the data type from Decimal to CHAR of an existing column in a table. Is it possible to do the change without dropping table and contraints? please advise version :...
View Article