Development Tag Directory

Featured Development Questions

Pascal
Write a program in a Pascal that display a number 1 to 100 where the number is divisible by 4 display divisible by four where a number is divisible both 4 and 5

Answer Question   |  April 5, 2013  1:46 PM
Pascal, Pascal Programming
asked by:
10 pts.

Perl subroutine needs reference?
(Sorry about dropping line feeds. “How to use editor” does not open. Is there a manual html-type insertion I can use, like ?) With string: my $kp = “(@array[$i1]*@array2[$i2])*(@array3[$i3]*@array[$i4])”; @array elements are those strings to find: ee, sd .. etc, in the sub tt3′ regex substitutions below. I want to tt3($kp), as other similar tt3($kp1), [...]

Answer Question   |  December 12, 2012  9:57 PM
Perl, Perl subroutine
asked by:
20 pts.

Do until loop help!
I’m trying to figure out how to produce an error message if the person doesn’t enter an actual string when prompted to enter a product code. If they enter the empty string or push okay/cancel without entering the right product code a msgbox is supposed to pop up. I can’t figure it out! This is [...]

Answer Question   |  October 29, 2012  10:40 PM
DO LOOP statement, Input box Question, MsgBox
asked by:
5 pts.

java
i need to include N number names into the database from single textbox at the run time of the program using java

Answer Question   |  August 16, 2012  6:54 AM
NetBeans, SQL SERVER 2005 or 2012 STUDIO MANAGEMNT EXPRESS
asked by:
15 pts.

OpenNTF Extension Library problems
I’ve installed the extension library to the letter but still am having no luck getting them to work on my server through a web browser.  the Notes client works fine.  I continue to get this error: “Cannot find the library com.ibm.xsp.extlib.library, required by the application /Demo/XPagesExt.nsf.” When I look at the server console I see [...]

Answer Question   |  May 25, 2012  4:58 PM
Open source software
asked by:
5 pts.

hard time reading perl line
can someone help me how to interpret this line? my ($class, $hashref) = @_; my $portfolio = {}; if ($hashref->{portfolio_id}) { ($portfolio) = GEmySQL->get (“select * from portfolio where portfolio.id=$hashref->{portfolio_id}”); } =============== Question: how do you read statement four? From left to right? or Right to left?

Answer Question   |  May 3, 2012  3:15 PM
Perl, Unix
asked by:
5 pts.

Problem Extracting OLE Objects from Lotus Notes Email
I am trying extract OLE objects from Lotus Notes Email. When I Call for the OLE objects, the app tells me none exist even though I can see them. I am only having this issue on certain systems. Is there a windows setting I am missing?

Answer Question   |  April 24, 2012  2:27 PM
Lotus Notes, OLE objects
asked by:
5 pts.

OLE object
The Access form will not accept olebound .jpg pictures. The form is referencing a table with an OLE Object field definition. The picture frame on the form is created using OLEbound object frame. When using Insert Object’ and finding the file containing the .jpg picture, only the jpg tag and the name of the picture are put into the form, [...]

Answer Question   |  March 22, 2012  9:04 PM
Microsoft Access 2003, Microsoft Office 2003, OLE objects
asked by:
5 pts.

SQLCODE 30 on fetch SQLRPGLE
Hello All,  I’m trying to execute a fetch into DS on a SQL statement and keep getting code 30: Number of host variables less than result values. The DS and SELECT statement both have the same number of values as far as I can see.  Here’s the DS and select fields code: D ClaimRecDS     [...]

Answer Question   |  March 17, 2012  9:09 PM
coalesce, NULL values, SQL, SQLRPGLE
asked by:
465 pts.

Passing parameters RPG-CL-RPG
I am trying to modify an intermediate CLLE program to submit itself to batch. The calling program (ILE RPG) passes a parameter as a character field with a number in it. The CL program receives it as a numeric field and then calls another RPG program and passes that parameter. The final RPG program receives [...]

Answer Question   |  March 19, 2012  7:47 PM
CLLE, Parameters, RPG ILE
asked by:
1,410 pts.

MYSQL database high availability
I have cent os based LAMP system. My question is that, what is the best way to make mysql database high availability. As per me database clustering is a good option can you please suggest me.

Answer Question   |  March 31, 2012  8:45 AM
CentOS, LAMP, MySQL, MySQL Database, MySQL functions
asked by:
145 pts.

How do I save the security settings created in operations navigator?
In operations navigator V6R1 I use Application Administrator to give users access to FTP, ODBC, File Uploads and Downloads etc… I would like to save these settings on a weekly basis. What do I need to save? Also, I have a backup system that I am replicating to. How can I replicate these security settings [...]

Answer Question   |  March 31, 2012  7:40 PM
FTP permission, iSeries V6R1, ODBC Permissions, Operations Navigator, Security
asked by:
5 pts.

Netbeans and Java
i hv written this prog in netbeans n i m new to java so not getting error public class Main {         /** Creates a new instance of Main */     public Main() {     }         /**      * @param args the command line arguments      */     public static void main(String[] [...]

Answer Question   |  March 31, 2012  7:18 AM
Java, Java programming, NetBeans, NetBeans 6.x
asked by:
5 pts.

How much is oracle exadata unit?
my firm have a proposal to the government in imo state on the need to start using oracle exadata. they are interested now. i need to know the cost for a stand alone and server units. thanx. Enesha

Answer Question   |  March 31, 2012  10:17 PM
Exadata Database Machine, Oracle, Perl
asked by:
5 pts.

SHA1 Digest in Perl.
Is SHA1.pm ( Perl module for SHA1 algorithm ) included in the perl download package from web? I ported a script from a Linux environment to an AIX environment. This script uses the SHA1 message digest. Although, perl exists on the AIX environment ( checked this using perl -v) , the script can’t locate SHA1.pm! [...]

Answer Question   |  March 31, 2012  11:40 PM
AIX, Linux, Linux administration, Perl, Perl error handling, SHA1
asked by:
10 pts.

Date parameters within crystal reports 8.5 still brining up all records
Hi, I have created a date parameter as I would like to be able to view absence within the company during certain dates. When I run the parameter it still brings up all the records. Is anyone able to help?

Answer Question   |  March 31, 2012  9:04 AM
Crystal Reports, Crystal Reports 8.5, Parameters
asked by:
5 pts.

How to parse text from a file and paste results into stationery in Notes 6.5
Hello, I’m new to Lotusscript and have a question that probably won’t be too difficult for a seasoned script writer. Every day I have to get the first three lines from a log file and paste them into a stationery form and email it out. The log file is a basic text file and the [...]

Answer Question   |  March 31, 2012  4:12 AM
Lotus Notes, Lotus Notes Script, LotusScript, Parsing
asked by:
5 pts.

OCL to CL conversion
In OCL you can check a file for activity by using the an If Active command.  Is there something similar in CL programming?

Answer Question   |  May 20, 2011  5:06 PM
CL programming, iSeries, OCL procedure, V6R1
asked by:
20 pts.

MySQL Replication I think!
Hi, I have a local Access Database that is the management system for a business. They now want to take some feature online so customers can do some functions themselves. What I am thinking is migrate the data to MySQL and use a local install of MySQL as the backend and point the Access front [...]

Answer Question   |  May 5, 2011  8:35 PM
Access Database, MySQL, MySQL Replication, MySQL Restore
asked by:
5 pts.

ODBC connection to the SQL server from the iSeries
Is there a way on the iSeries to establish an ODBC connection to the SQL server?

Answer Question   |  May 5, 2011  6:14 PM
iSeries Access, ODBC, ODBC Permissions, SQL Server, SQL Server connectivity
asked by:
150 pts.