Visual basic project , outer joins, flat files, sql commands
I need to output a flat file in sql plus and visual basic , the information is coming from oracle, where the files looks as follow’s; v.12 1800123456789 gibbons alex a test test the v.12 has to automatically come in while the rest of the information is coming from tables. but they must be specific [...]
Answer Question
| June 15, 2005 9:46 PM
SQL, Visual Basic
I need to output a flat file in sql plus and visual basic , the information is coming from oracle, where the files looks as follow’s; v.12 1800123456789 gibbons alex a test test the v.12 has to automatically come in while the rest of the information is coming from tables. but they must be specific [...]
Mainframe to AS/400
Any guidelines or manuals are available to convert Mainframe COBOL TO AS/400 COBOL JCL TO CL CICSS TO CICS/400
Answer Question
| June 8, 2005 7:56 PM
Development
Any guidelines or manuals are available to convert Mainframe COBOL TO AS/400 COBOL JCL TO CL CICSS TO CICS/400
SQL Clustering
SQL Server 2000 As far as performance tuning, where can I find statistics or could you offer your opinion in the following scenario. Which offers better performance, running One server in Active mode and another in inactive mode, each with four processors or Running both servers in active mode, each with two processors. Please offer [...]
Answer Question
| June 8, 2005 3:33 PM
Database Management Systems, Hardware, Servers, SQL, SQL Server, Storage, Windows 2000 Server
SQL Server 2000 As far as performance tuning, where can I find statistics or could you offer your opinion in the following scenario. Which offers better performance, running One server in Active mode and another in inactive mode, each with four processors or Running both servers in active mode, each with two processors. Please offer [...]
Recover lost Contacts
One of our past users regularly ran the “Synchronize Contacts” options from the “Actions” menu in Lotus Notes. Now, the local drive data on that PC has been lost in a hard disk death, and the person document in the Lotus directory has been deleted for that person. The mail file is still present. Is [...]
Answer Question
| June 17, 2012 3:05 PM
Address book, Agents, Backup & recovery, iNotes, Lotus Domino, Web access
One of our past users regularly ran the “Synchronize Contacts” options from the “Actions” menu in Lotus Notes. Now, the local drive data on that PC has been lost in a hard disk death, and the person document in the Lotus directory has been deleted for that person. The mail file is still present. Is [...]
Looking for a new start
Hi! I am a long time AS400 programmer. Because, of the lack of marketing for the AS400–the job opportunities have plumitted. I would like to revamp me career–but, don’t know what direction to go. Can someone stir me in the right direction?
Answer Question
| June 7, 2005 11:33 AM
Career development, J2EE, RPG, VB.NET, Visual Basic
Hi! I am a long time AS400 programmer. Because, of the lack of marketing for the AS400–the job opportunities have plumitted. I would like to revamp me career–but, don’t know what direction to go. Can someone stir me in the right direction?
mobile number directory service
I?m looking for good mobile number directory service for our sales force. Does anyone use one they recommend??
Answer Question
| June 8, 2005 7:46 AM
Handhelds/Phones, Services
I?m looking for good mobile number directory service for our sales force. Does anyone use one they recommend??
Open Application’s property window from asp.net with button_click event
I’m busy writing a .NET Web application for preventative maintenance. My problem is that I want to get an Application?s property window to open from a button_click event (eg. IE/tools/internet options), how can I do this?..
Answer Question
| May 31, 2005 8:05 AM
ASP.NET, Development, VB.NET
I’m busy writing a .NET Web application for preventative maintenance. My problem is that I want to get an Application?s property window to open from a button_click event (eg. IE/tools/internet options), how can I do this?..
Protect Screen Field Thru User Exit!
Dear All How can I Protect / Un Protect Screen Field using my User Exit, Depending on some Criteria? Regards
Answer Question
| June 1, 2005 6:16 AM
Development
Dear All How can I Protect / Un Protect Screen Field using my User Exit, Depending on some Criteria? Regards
help me!!
hi! i m a beginner in java programing … i need to create a database using java …. the data are in the form of tables …. plzz guide me how to do it or where can i get the help???? how shud i get started ??
Answer Question
| June 1, 2005 2:09 AM
CA Ingres, Database Management Systems, DataCenter, Development, Filemaker, Hardware, Networking
hi! i m a beginner in java programing … i need to create a database using java …. the data are in the form of tables …. plzz guide me how to do it or where can i get the help???? how shud i get started ??
Visual Studio 6 installation
Hello all, When I want to install Visual Studio6 on one of clients(w2k pro), the following error ws appear: ‘c:winntsystem32autoexec.nt The system file is not suitable for running MS-DOS and Microsoft Windoes application.Choose ‘Close’ to terminate the application’ If choosing ‘Close’ the warning below message was appeare: ‘The Visual Studio 6.0 Enterprice Edition setup failed. [...]
Answer Question
| June 1, 2005 4:55 AM
Development, Tech support
Hello all, When I want to install Visual Studio6 on one of clients(w2k pro), the following error ws appear: ‘c:winntsystem32autoexec.nt The system file is not suitable for running MS-DOS and Microsoft Windoes application.Choose ‘Close’ to terminate the application’ If choosing ‘Close’ the warning below message was appeare: ‘The Visual Studio 6.0 Enterprice Edition setup failed. [...]
Question
How to take handle of selected document using JavaScript in Lotus Notes web applications?
Answer Question
| May 9, 2013 7:53 AM
JavaScript, Lotus Notes
How to take handle of selected document using JavaScript in Lotus Notes web applications?
Oracle Partition
Hi, I have a query that looks like select * from fact, dim_time where fact.my_dt = dim_time.clndr_dt and fact.my_dt between ’1-jan-2005′ and ’10-mar-2005′ this query eliminates partitions which are based on week. Now, if i replace the literal strings in the between clause with some kind of sub-queries that provide the values at run time, [...]
Answer Question
| June 6, 2005 8:09 PM
Application software, Development, Oracle, Tech support
Hi, I have a query that looks like select * from fact, dim_time where fact.my_dt = dim_time.clndr_dt and fact.my_dt between ’1-jan-2005′ and ’10-mar-2005′ this query eliminates partitions which are based on week. Now, if i replace the literal strings in the between clause with some kind of sub-queries that provide the values at run time, [...]
Oracle query to count rows in tables
Does anyone have a PL/SQL script to count the rows in all the tables in a given schema? No use reinventing the wheel… TIA, Mike
Answer Question
| May 27, 2005 12:22 PM
Oracle, SQL, T-SQL
Does anyone have a PL/SQL script to count the rows in all the tables in a given schema? No use reinventing the wheel… TIA, Mike
Problems in DDL trigger usage
Problems in DDL trigger usage. I have a problem in the usage of DDL trigger. I created a DDL trigger on a user schema on “AFTER CREATE” event to catch the creation script of the all database objects using the system variables ora_sysevent, ora_dict_obj_name, ora_dict_obj_type,ora_dict_obj_owner. And I am storing all the collected information in a [...]
Answer Question
| June 3, 2005 10:18 AM
SQL
Problems in DDL trigger usage. I have a problem in the usage of DDL trigger. I created a DDL trigger on a user schema on “AFTER CREATE” event to catch the creation script of the all database objects using the system variables ora_sysevent, ora_dict_obj_name, ora_dict_obj_type,ora_dict_obj_owner. And I am storing all the collected information in a [...]
How to send http-string from vbscript asynchronously
This is the problem: My program (HTML Template) generates HTML code at a server for a web page display at a client. The display is a preview of a till (or sales receipt). During building the page at the client, some VBscript modules are processed (like OPOS-Printer-commands to print the the receipt and to open [...]
Answer Question
| May 27, 2005 8:31 AM
VBScript
This is the problem: My program (HTML Template) generates HTML code at a server for a web page display at a client. The display is a preview of a till (or sales receipt). During building the page at the client, some VBscript modules are processed (like OPOS-Printer-commands to print the the receipt and to open [...]
Random Number Generation in RPGLE
I need to generate a random number between 1 and 100 in RPGLE. Does anyone have an algorithm to do it?
Answer Question
| May 27, 2005 8:19 AM
Development
I need to generate a random number between 1 and 100 in RPGLE. Does anyone have an algorithm to do it?
Activex Control
Can any body tell a a site where I wil get Free Activex Controls especially a control where value is entered in a text box and placed on a Flex grid
Answer Question
| May 30, 2005 5:43 AM
Development
Can any body tell a a site where I wil get Free Activex Controls especially a control where value is entered in a text box and placed on a Flex grid
MS Access payment book
Hello, This is my first time using this board, so bear with me if I am not using it correctly. I am trying to create a report that will print out 3 payment coupons per page. I have created a basic query that gives me the borrowers payment info (The amount owed) The problem that [...]
Answer Question
| May 27, 2005 11:29 PM
Development, VBA
Hello, This is my first time using this board, so bear with me if I am not using it correctly. I am trying to create a report that will print out 3 payment coupons per page. I have created a basic query that gives me the borrowers payment info (The amount owed) The problem that [...]
Global SMS Web service API
Are there any other Global SMS Web servics out there besides StrikeIron’s offering? This service lets you build global text messaging functionality into your own applications without having to know the carrier of the provider. They are offering a trial with 5 free SMS messages: http://www.strikeiron.com/htmls/pws_global_sms_pro.aspx What do you think?
Answer Question
| June 2, 2005 10:36 PM
BEA, BEA WebLogic, Cape Clear Cape Connect, Hardware, IBM, Microsoft .NET, Microsoft Windows, Oracle, PeopleSoft, Plumtree, SAP, Sybase, Systinet WASP, TIBCO
Are there any other Global SMS Web servics out there besides StrikeIron’s offering? This service lets you build global text messaging functionality into your own applications without having to know the carrier of the provider. They are offering a trial with 5 free SMS messages: http://www.strikeiron.com/htmls/pws_global_sms_pro.aspx What do you think?
Calling External Procedure from Java Web based Application
Below given is a procedure to access a CL Program in iSeries from a Java web based program. create procedure libxxx/proc_name LANGUAGE CL FENCED EXTERNAL NAME ‘libxxx/clprogram’ PARAMETER STYLE GENERAL The external CL program has other calls to Cobol programs in the same library.The procedure is in a different library.The cobol calls does not have [...]
Answer Question
| October 26, 2009 5:09 PM
COBOL, i5, IBM, IBM WebSphere, iSeries, J2EE, Java, OS/400, SQL, UDB for iSeries/i5
Below given is a procedure to access a CL Program in iSeries from a Java web based program. create procedure libxxx/proc_name LANGUAGE CL FENCED EXTERNAL NAME ‘libxxx/clprogram’ PARAMETER STYLE GENERAL The external CL program has other calls to Cobol programs in the same library.The procedure is in a different library.The cobol calls does not have [...]





