Application Software Specification
Have a look at the following sites for some basic templates. <a href=”http://www.processimpact.com/process_assets/srs_template.doc”>Software Requirements Specification</a> <a href=”http://www.techwr-l.com/techwhirl/magazine/writing/softwarerequirementspecs.html”>Writing Software Requirements Specifications</a> <a href=”http://systemsguild.com/GuildSite/Robs/Template.html”>Volere Requirements Specification Template</a> <a href=”http://www.processimpact.com/goodies.shtml”>Requirements Engineering</a> Hope this helps.
View Answer
| April 15, 2009 12:59 AM
Software development, Software project management, Software Quality, Software Quality Assurance, Software requirements, Software Requirements Specification
Have a look at the following sites for some basic templates. <a href=”http://www.processimpact.com/process_assets/srs_template.doc”>Software Requirements Specification</a> <a href=”http://www.techwr-l.com/techwhirl/magazine/writing/softwarerequirementspecs.html”>Writing Software Requirements Specifications</a> <a href=”http://systemsguild.com/GuildSite/Robs/Template.html”>Volere Requirements Specification Template</a> <a href=”http://www.processimpact.com/goodies.shtml”>Requirements Engineering</a> Hope this helps.
visual basic 6.0
You will need to tell us what specific problems/doubts you have encountered, and what you have done so far. Someone could give you the complete solution, but that would not be good for your learning process.
View Answer
| April 14, 2009 11:54 PM
Programming, VB6, Visual Basic, Visual Basic 6
You will need to tell us what specific problems/doubts you have encountered, and what you have done so far. Someone could give you the complete solution, but that would not be good for your learning process.
Looking for a query tool for SQL Server 2000 and SQL Server 2005
You can simply give them SQL Server Management Studio. Put the SQL Server 2005 CD/DVD in the developers machine and run the installer. When you get to the list of services only select the Client Tools.
View Answer
| April 14, 2009 9:53 PM
MySQL Query Browser, SQL Query Analyzer, SQL Server 2000, SQL Server 2005
You can simply give them SQL Server Management Studio. Put the SQL Server 2005 CD/DVD in the developers machine and run the installer. When you get to the list of services only select the Client Tools.
Hiding query string in ASP.NET 3.5 application
Have you looked at something like this? http://www.devcity.net/PrintArticle.aspx?ArticleID=47 <a href=”http://www.devcity.net/PrintArticle.aspx?ArticleID=47″>http://www.devcity.net/PrintArticle.aspx?ArticleID=47</a>
View Answer
| April 14, 2009 6:53 PM
ASP.NET, ASP.NET 3.5, ASP.NET Web applications, Session value, URL parameters, Web development
Have you looked at something like this? http://www.devcity.net/PrintArticle.aspx?ArticleID=47 <a href=”http://www.devcity.net/PrintArticle.aspx?ArticleID=47″>http://www.devcity.net/PrintArticle.aspx?ArticleID=47</a>
VB6: Getting List of records from one field of Microsoft Access Table in ComboBox
Well, a simple-minded person like myself (IQ 154) would just run the query wizard and select only the field you want to see. You can print your list of records from the query or do whatever you have in mind. Juju
View Answer
| April 14, 2009 5:29 PM
ComboBox, Microsoft Access, VB 6, VB error handling, Visual Basic 6, Visual Basic runtime errors
Well, a simple-minded person like myself (IQ 154) would just run the query wizard and select only the field you want to see. You can print your list of records from the query or do whatever you have in mind. Juju
Meeting Invitation not updated in Calendar
Microsoft Outlook is the program designed for this task — it’s not just an e-mail software, it’s for planning and tracking meetings and places the meetings on the invitee’s calendars. You can easily see who has accepted or declined the meeting invitation and you can set it up to remind people 30 minutes (or whatever) [...]
View Answer
| April 14, 2009 5:11 PM
Beginner Access Programming, COM, Microsoft Access, VBA
Microsoft Outlook is the program designed for this task — it’s not just an e-mail software, it’s for planning and tracking meetings and places the meetings on the invitee’s calendars. You can easily see who has accepted or declined the meeting invitation and you can set it up to remind people 30 minutes (or whatever) [...]
search and delete in vb.net 2003
<b>delete from emp_main where access_id=5</b> ———– The above command will delete <b>all records </b>having access_id=5. You should use something similar to this: <pre>DELETE FROM emp_main WHERE emp_no = 98198</pre> On the other hand, if you are executing the SELECT just to determine if the record must be deleted, you could avoid it, and execute a [...]
View Answer
| April 14, 2009 3:42 PM
VB.NET, VB.NET 2003
<b>delete from emp_main where access_id=5</b> ———– The above command will delete <b>all records </b>having access_id=5. You should use something similar to this: <pre>DELETE FROM emp_main WHERE emp_no = 98198</pre> On the other hand, if you are executing the SELECT just to determine if the record must be deleted, you could avoid it, and execute a [...]
AS/400 SQL Update for matching records
Hi, I don’t know if it can be done in SQL but I could write you a very simple RPG program to get the result you need. Graham
View Answer
| April 14, 2009 3:33 PM
AS/400 administration, AS/400 Records, AS/400 SQL, SQL/400
Hi, I don’t know if it can be done in SQL but I could write you a very simple RPG program to get the result you need. Graham
AS/400 to Java migration
Suc, Certainly need more information. Is the current application written in RPG, Cobol, etc ? Will it still be run in an AS/400 environment ? Hope this helps, Bill Poulin
View Answer
| April 14, 2009 3:10 PM
AS/400, AS/400 development, AS/400 import/export, AS/400 migration, Java, Java Web developers, RPG
Suc, Certainly need more information. Is the current application written in RPG, Cobol, etc ? Will it still be run in an AS/400 environment ? Hope this helps, Bill Poulin
SQL in an SQLRPGLE program
Alpfalpf I’m supposing that you had a good value for :SZIP and SINNME = %VALLEY% SELECT * FROM F0101JN WHERE ALADDZ = :SZIP C+ AND ABALPH LIKE :SINNME ORDER BY ABAN8 C/END-EXEC If I were doing it interactively I would have to type ‘%VALLEY%’ with the quotes so I expect the the value you need [...]
View Answer
| April 14, 2009 11:43 AM
C+, Embedded SQL, LIKE statement, SQL, SQL/400, SQLRPGLE
Alpfalpf I’m supposing that you had a good value for :SZIP and SINNME = %VALLEY% SELECT * FROM F0101JN WHERE ALADDZ = :SZIP C+ AND ABALPH LIKE :SINNME ORDER BY ABAN8 C/END-EXEC If I were doing it interactively I would have to type ‘%VALLEY%’ with the quotes so I expect the the value you need [...]
Install SQL server client tools
Hi, you can download and install Microsoft SQL Management Studio Express for free. If you have purchased any edition of SQL Server you can use the SQL Server CD/DVD that you purchased to install the full client tools on your workstation. Simply put in the CD/DVD and run through the installer. When you get to [...]
View Answer
| April 19, 2013 9:08 PM
MySQL Query Browser, SQL Query Analyzer, SQL Server Agent
Hi, you can download and install Microsoft SQL Management Studio Express for free. If you have purchased any edition of SQL Server you can use the SQL Server CD/DVD that you purchased to install the full client tools on your workstation. Simply put in the CD/DVD and run through the installer. When you get to [...]
Oracle SQL question
Oracle does indeed have if-then-else constructs as well as many other programmatic functions available in PL/SQL. I suggest you get some documentation so that you can learn allthe available options you have as well as correct syntax, etc.
View Answer
| April 13, 2009 6:27 PM
CASE statement, IF THEN statement, IIF statement, Oracle developers, Oracle development, Oracle SQL, SQL
Oracle does indeed have if-then-else constructs as well as many other programmatic functions available in PL/SQL. I suggest you get some documentation so that you can learn allthe available options you have as well as correct syntax, etc.
HTML and MHTML
Hi there, MHTML is short for MIME HTML. You should be able to find the answers you’re looking for by doing a search for MHTML on Whatis (<a href=”http://whatis.techtarget.com/wsearchResults/1,290214,sid9,00.html?query=mhtml”>MHTML search on Whatis</a>). Thanks, Jenny Community Manager
View Answer
| April 13, 2009 1:04 PM
HTML, MHTML
Hi there, MHTML is short for MIME HTML. You should be able to find the answers you’re looking for by doing a search for MHTML on Whatis (<a href=”http://whatis.techtarget.com/wsearchResults/1,290214,sid9,00.html?query=mhtml”>MHTML search on Whatis</a>). Thanks, Jenny Community Manager
RSA 1024 for Delphi and .NET
<a href=”http://www.example-code.com/vbdotnet/rsa_encryptStrings.asp”>Here’s</a> an example
View Answer
| April 13, 2009 7:48 AM
.NET, Decryption, Delphi, Encryption, Public Key Encryption, RSA-1024
<a href=”http://www.example-code.com/vbdotnet/rsa_encryptStrings.asp”>Here’s</a> an example
Biometric system
Hi what do you exactly mean with Biometric system? Something where persons have to authenticate biometrically?
View Answer
| April 13, 2009 5:32 AM
Authentication, Biometric authentication, Biometrics, Identity management, Visual Basic, Visual Basic 2005
Hi what do you exactly mean with Biometric system? Something where persons have to authenticate biometrically?
I would like to know the possibilities of getting a CSQA job in IT industry.? iam from Non IT, but certified as ISO 9001 LA & green belt Six Sigma.
1) I would like to know the possibilities of getting a QA job in IT industry. Your Comments & suggestions: <b>quite good as per your certificates in WinRunner, LoadRunner, TD and Manual Testing. But I fail to understand why after 7 years of good QA experience in non-IT you want to move to IT as [...]
View Answer
| April 13, 2009 4:19 AM
CSQA, Green belt Six Sigma, ISO 9001, IT auditing
1) I would like to know the possibilities of getting a QA job in IT industry. Your Comments & suggestions: <b>quite good as per your certificates in WinRunner, LoadRunner, TD and Manual Testing. But I fail to understand why after 7 years of good QA experience in non-IT you want to move to IT as [...]
Server error in ‘/’ Application
Your website has an error, and debugging is turned off or blocked for remote users. Try the same website on the actual server, depending on your debug settings, it may tell you where the error is.
View Answer
| April 12, 2009 11:58 PM
SharePoint administration, SharePoint Central Administration, SharePoint Services, Web development, Web servers
Your website has an error, and debugging is turned off or blocked for remote users. Try the same website on the actual server, depending on your debug settings, it may tell you where the error is.
front end tools
Using multiple tools is an option, however, if you are a smaller company or the warehouse is just starting out, I would recommend MS SQL Server 2008. This gives you all of the front end tools in one bundle, and is much more affordable than some of the other enterprise class tools like Oracle, SAS, [...]
View Answer
| April 12, 2009 3:16 PM
Data warehouses, Data warehousing applications, Microsoft Access, OLAP/OLTP
Using multiple tools is an option, however, if you are a smaller company or the warehouse is just starting out, I would recommend MS SQL Server 2008. This gives you all of the front end tools in one bundle, and is much more affordable than some of the other enterprise class tools like Oracle, SAS, [...]
Excel Macro to extract substrings from a comma-separated string.
Hi you can use the <b>Split </b>function as described <a href=”http://spreadsheetpage.com/index.php/tip/the_versatile_split_function/”>in this article</a>
View Answer
| April 12, 2009 8:08 AM
Microsoft Excel, Microsoft Excel formulas, Microsoft Excel macros, String manipulation
Hi you can use the <b>Split </b>function as described <a href=”http://spreadsheetpage.com/index.php/tip/the_versatile_split_function/”>in this article</a>
Horizontal to vertical
I cant understand exactly ur question, but did u used the <b>Transpose option</b>. select the all area u want to Transpose, copy it, on a new worksheet, goto paste special, select Transpose option. May b this can solve the prob.
View Answer
| April 12, 2009 7:12 AM
Excel 2003, Excel 2003 macros, Excel macros, Microsoft Excel
I cant understand exactly ur question, but did u used the <b>Transpose option</b>. select the all area u want to Transpose, copy it, on a new worksheet, goto paste special, select Transpose option. May b this can solve the prob.





