Is Networking right option for MCA student
i am doing mca. i am not having networking as subject . but i want to choose networking as career. what are the different ways to learn networking..

Answer Question   |  November 17, 2008  12:02 PM
IT careers, IT education, Masters in Computer Application, MCA, Networking careers
asked by:
10 pts.

Appeon for PowerBuilder on Linux
I’ve installed Appeon for Powerbuilder on win2000 server, and I’m trying to access it from linux with Ies4linux, but it doesn’t work, my page is blank ( I’ve install wine,cabextraxt & Ies4linux ), why it happen, have I lost my steps ?

Answer Question   |  November 17, 2008  7:33 AM
Appeon for PowerBuilder, CABextract, IEs4Linux, Linux, Linux interoperability, PowerBuilder, Sybase, Web enabling, Windows 2000 Server, Windows interoperability, Windows on Linux, Windows on Unix, Wine
asked by:
5 pts.

QMF
can we save the statements write in QMF?

Answer Question   |  September 23, 2009  2:14 PM
DB2, DB2 query tools, IBM DB2, IBM DB2 Query Management Facility, IBM Query Management Facility, QMF, Query Management Facility
asked by:
5 pts.

Database design
Hi all, I have a condition and formula generator in my application. I must save this condition and formula in database and calculate formulas for each condition. I want to model these conditions and formulas. For example: Condition: Education=BS AND MaritalStatus=Married AND YearsOfService>10 Formula: Salary=2.5*EducationFactor+BaseSalary I modeled conditions and formula separately and using Interpreter Pattern. [...]

Answer Question   |  November 17, 2008  9:57 AM
Database design, Database modeling
asked by:
10 pts.

On SAP BI certification.
Hi , I have only 6 month experience on datawarehouse Domain with AbInitio tool in a support project.I am having total 4 years experience in telecom protocol testing background.Presently working in another support project with plsql and UNIX technology.Interested to swich over to SAP BI .How far it will be wise to go for this?Planned [...]

Answer Question   |  May 12, 2011  5:01 PM
Certifications, IT careers, SAP 4.6, SAP BI, SAP BI certifications, SAP careers, SAP certifications, SAP DW, SAP R/3
asked by:
5 pts.

SAP for B.tech or MBA students only
hiii i have done B.Tech in electronics..will SAP basic course is beneficial for me or it is beneficial for MBA students only

Answer Question   |  November 17, 2008  1:26 PM
Career development, IT careers, IT education, MBA, SAP careers, SAP training
asked by:
10 pts.

Trying To Make A pop up on MS access to come up every time a client needs to pay me..
So I have a table full of details of my clients.. including when they have to pay me (the date) and how much they have to pay me.. Im not an expert at MS access. i know how to make forms and all that but not this.. can somebody tell me how to get a [...]

Answer Question   |  November 14, 2008  4:35 PM
Microsoft Access, POP
asked by:
5 pts.

Updating the database using information_schema
I am having database a and b i want to update database a according to updations in database b .b is same as a operations are done on b database and after complition a will get updated for permanent change? how can I do this automatically by using information_schema in sql server 2000

Answer Question   |  November 14, 2008  9:55 AM
INFORMATION_SCHEMA views, SQL Server 2000, SQL Server INFORMATION_SCHEMA views, SQL Server synchronization
asked by:
Mcm
5 pts.

FOXPRO ERROR
Trying to open a program and get this: Foxpro caused a general protection failure in module FOXSQZ.FLL@0001:6875 HELP

Answer Question   |  November 17, 2008  8:50 PM
FoxPro, FoxPro errors
asked by:
5 pts.

DB2 update query giving error STRING REPRESENTATION OF DATETIME VALUE HAS INVALID SYNTAX.
The following sql query in DB2 is giving the exception. What can be the correct query for this in DB2? SQLQuery=update EMP set validityenddate=’01-JAN-07′ WHERE username=’XYZ’ Exception: msg=java.sql.SQLException: [DataDirect][ODBC DB2 Wire Protocol driver][UDB DB2 for Windows, UNIX, and Linux]STRING REPRESENTATION OF DATETIME VALUE HAS INVALID SYNTAX.

Answer Question   |  December 4, 2008  1:24 PM
DB2, DB2 Universal Database, DB2 Update Query
asked by:
455 pts.

How to perform efficient testing of the Data Base Fail over (DBFO) mechanism?
We have Server connected to Primary, Secondary DB instance. If any of these DB instance is shutdown, forced to shutdown, network disconnected etc, then server will failover to the secondary db and viceversa. We want to test the ‘DB Connection Pooling’ feature involved in the DBFO mechanism. Also, what measurements can we consider? like Connections [...]

Answer Question   |  November 13, 2008  1:18 PM
Database Failover, DB Connection Pooling, DBFO, Functional testing, Software Quality, Software Quality Assurance, Software security testing, Software testing, Software testing tools
asked by:
455 pts.

Microsoft Sequel Server 2005 VSS backup
What’s seems to have happened is that the SQLVDI.dll files in the 2 directories: C:Program Files (x86)Microsoft SQL Server80COM C:Program FilesMicrosoft SQL Server80COM are out of sync. This seems to have happened as a result of a service pack for MSSQL which was applied in Dev. The Microsoft Sequel VSS writer is unable to initialize [...]

Answer Question   |  March 22, 2011  11:45 AM
Hyper-V, Red Gate SQL Backup, SQL Server 2005, SQL Server 2005 backup, SQL Server backup, SQL writer, SQLVDI.DLL, Volume Shadow Copy Service, VSS, Windows Hyper-V, Windows Server 2008
asked by:
140 pts.

ODBC connectivity to Oracle 10g database from an Oracle 6i client
Talking through VB Code from a Oracle 6i Client to a 10G database using ODBC.

Answer Question   |  November 14, 2008  11:34 AM
Database connectivity, ODBC, Open Database Connectivity, Oracle 10g, Oracle 6i, VB, Visual Basic
5 pts.

AS400 ODBC
Are the permissions for ODBC authority viewable. I am able to view the users that have the ability to perform odbc, but how do I view whether they have read, write, and delete capabilities. Thanks.

Answer Question   |  November 13, 2008  5:49 PM
AS/400, ODBC, ODBC Permissions
asked by:
10 pts.

iSeries RPG Embedded SQL Performance
Hi, I’m trying to replace some long running Query/400 jobs with RPG and embedded SQL. Some of the existing jobs run for almost 24 hours on our machine. I’ve already successfully managed to reduce a few of these jobs to a matter of minutes using embedded SQL. So far, so good. My problem is when [...]

Answer Question   |  November 14, 2008  2:17 PM
AS/400 performance, Embedded SQL, iSeries, Query/400, Query/400 Performance, RPG, SQL
asked by:
23,625 pts.

where does the file get created in AS/400 system when we fire embedded INSERT query in an RPGLE program
we are inserting deptid in departments table using the following INSERT statement: INSERT INTO departments (department_id, department_name ) VALUES (30, ‘:Purchasing’); so where does the departments file get created in As/400 system? when we are doing a runqry on departments file, it is giving the error that the file is not present in the library [...]

Answer Question   |  November 12, 2008  2:14 PM
AS/400, INSERT statement, RPGLE, RPGLE Program, SQLRPGLE
asked by:
695 pts.

Handling null values in XMLType function
I have xmlfile stored in table in CLOB column.It contains some null rows with some spaces. While parsing that column, am using xmltype function on that column, then it is giving error :LPX-00229 input source is empty, beacuse of null clob columns. I have to craete an function index also using xmltype and some aother [...]

Answer Question   |  November 12, 2008  6:11 AM
CLOB, Error LPX-00229, NULL values, XML Parser Messages, XMLType
asked by:
10 pts.

indexes on a large table
hello, i got a 5milion rows on a single table, my database is sql2005 and my select is : SELECT top * FROM tbl1 WHERE ip_from <= 3515134258 and ip_to >= 3515134258 the 3515134258 is on a sample but the format is similar: SELECT top 1 * FROM tbl1 WHERE ip_from <= [value] and ip_to [...]

Answer Question   |  November 11, 2008  7:33 PM
Index Performance, SQL 2005, SQL 2005 Database, SQL Database, SQL Database Indexing
asked by:
15 pts.

Interview questions for an ATG commerce developer
looking to hire an ATG JAVA commerce developer but not sure which questions to ask.

Answer Question   |  October 22, 2009  6:38 PM
ATG Commerce, ATG Commerce Development, Developers, Interviews, IT careers
asked by:
5 pts.

Page up and page down coding for embedded SQL
I want to code loading a single page subfile through Embedded SQL. How do I handle the page up and page down key in that program?

Answer Question   |  November 11, 2008  5:31 PM
AS/400, Embedded SQL
485 pts.