Development Questions and Answers
181 - 200 of 5207

General ODBC Error - Why

I get an gernal ODBC error when running the below code. It looks like the sqlt is too long, but how can I get it to work as I need the query to be dynamic based on date. sqlt = "SELECT SCHED_TASK_EXEC.TASK_ID, SCHED_TASK_EXEC.TASK_TYPE, SCHED_TASK_EXEC.EXEC_TIME, SCHED_TASK_EXEC.END_TIME,...

Answer Question   |  Sep 30 2009  4:54 PM GMT
ODBC Errors, ODBC, SQL
asked by ITKE

  10345 pts.

Customize page size of data report in vb 6.0

hi guys... My problem is..... Default size of data report is A4. but i want to change it 12×18 inch. or any other. how can it possible? plz tell me soon lakahmikant_prince@yahoo.co.in

Answer Question   |  Sep 30 2009  9:42 AM GMT
VB 6.0, Visual Basic, Visual Basic 6.0
asked by 01234567879

  5 pts.

SQL Query Issues with date math

Table with partial sample data would appear as follows: EQUIPNO  ASSEMBLY  START_TIME  END_TIME 150          0              24-MAY-09   25-MAY-09 150          0              25-MAY-09   25-MAY-09 150          0             ...

View Answer   |  Sep 29 2009  7:37 PM GMT
Date calculation, Date format, SQL
asked by Phoenix2

  10 pts.

Textbox input to a a sql dataset table in Vb.net

How do I input data from textboxes in Vb.net to ...a table in a  data set ....and then display generated data back to some more textboxes ???? I am using sqlexpress ....Thx. mace100 Software/Hardware used: vb.net ,sql express

Answer Question   |  Sep 29 2009  3:24 PM GMT
VB.NET, data input, SQL Data Set
asked by Mace100

  5 pts.

Do you need requirements Acceptance Criteria

A BA colleague said that if requirements have been wriiten in sufficient detail that requirements acceptance criteria is not required? As a Tester I find that writing acceptance criteria for each requirement adds value as it makes the user re-examine there requirements and help clarify them.

asked by Pedro2

  5 pts.

sql .net 2005 deployment

I am trying to connect my desktop application to sql server on a lan  but the clients are being recognised as guest how do i enable ny appplication to run on the lan. I am using windows authentication.   Software/Hardware used: vb.net, sql server 2005,P4 compters

View Answer   |  Sep 29 2009  1:07 PM GMT
VB.NET, SQL, Windows authentication
asked by Semauel85

  15 pts.

monthly labour accruals in ECC6

how are the monthly labour accruals calculated in ECC6 when then pay date in the beginning of the month ie 1 Ocotber 09

Answer Question   |  Sep 29 2009  2:13 AM GMT
labour accruals, ECC, SAP ECC 6
asked by Maritime

  10 pts.

HOW TO ADD REPORT IN MENU FOXPRO 2.6

HI I AM ANKIT, I HAVE MADE A SOFTWARE WITH REPORTS, SCREEN, MENU. BUT I DON'T NO HOW TO ADD REPORTS IN DIRECTLY MENU SO PLEASE TEL ME. Software/Hardware used: FOXPRO 2.6 WINDOWS

Answer Question   |  Sep 26 2009  11:32 AM GMT
FoxPro 2.6 for WINDOWS, FoxPro 2.6, FoxPro
asked by Netbusinesscorp

  5 pts.

Error when insertin.g data into SQL table

                I'm using SQL Server 2005 Express edition as the Database and Microsoft VB.NET 2005 as the programming language for my project. At the moment I'm having a problem of inserting data into one of the tables in my database through my VB.NET application. I...

View Answer   |  Sep 26 2009  10:31 AM GMT
VB.NET 2005 programming, SQL tables, SQL Server tables
asked by Obhasha07

  85 pts.

USB + JAVA

hello... i need to block a particular usb port where any flash drive is inserted and prompts for a password... developing everything is handy but i could not find a way to block the usb drive.? Software/Hardware used: J2EE/JAVA

View Answer   |  Sep 26 2009  9:06 AM GMT
Java, J2EE, USB port security
asked by Javakks

  5 pts.

How to commnicate with a PDA built-in scanner using vb.net smart device?

I am developing an application to run on a PDA. The PDA is running on Windows CE 5.0 and has a barcode scanner integrated. I am using Framework 3.5 VB.Net 2008 smart device project to develop my application. Now, my question is about opening the barcode scanner to read scanned barcodes into my PDA...

Answer Question   |  Sep 26 2009  7:45 AM GMT
Windows CE 5, VB.NET 2008, Framework 3.5
asked by AdamAdam

  5 pts.

MCTS 70-536 certification Latest dumps

Hi, I am going to take the MCTS 70-536 certification, Could anyone of you please send me the latest dumps for MCTS 70-536 exam. Thanks for your help. you can reach me at amin_pucit@yahoo.com

Answer Question   |  Sep 26 2009  3:43 AM GMT
ASP.NET, MCTS 70-536, Microsoft certifications
asked by Amin4rmOvexTechnology

  250 pts.

Forms in Access 2007

I am using a form to upload data from the form into a database. I have a submit button on my form that upon clicking, needs to input all the users data into the correct slots in the database but I have no clue on how to do this, or where to get started. How should I go about solving this problem? ...

View Answer   |  Sep 25 2009  7:55 PM GMT
Access 2007, Visual Basic, SQL
asked by Jenkinac

  40 pts.

sql

How do I compile a SQLTBLSRC on the as400? Software/Hardware used: AS400 I series

View Answer   |  Sep 25 2009  5:19 PM GMT
AS/400, DDS, SQL
asked by Amartin15

  10 pts.

iSeries Content Manager API Error

I am trying to archive PDF document in iseries Content Manager V5.1 using the APIs provided by IMB in the RPGLE program. The SimLibStoreNewObject is giving error when the ObjectSize parameter is passed with a value 490KB or above. If the ObjectSize parmater is passed as any value below 490KB ,...

Answer Question   |  Sep 25 2009  7:26 AM GMT
IBM Content Manager, API, iSeries Content Manager
asked by Byju

  5 pts.

Difference between float and double?

float f=1.2f;  double d=1.2;  if(f>d)  {    System.out.println("Welcome");  }   Output: Welcome.  Why float is bigger than double while both have the same 1.2 value? Software/Hardware used: Java

View Answer   |  Sep 25 2009  6:10 AM GMT
Float and double, Java, Java programming
asked by AnandB

  5 pts.

Recommendations on learning CGI for RPG-backend website?

Anyone have any good recommendations on (free) sites where I could learn CGI from examples, etc?  I'm going to be creating some interactive webpages for our company, and am told I'm gonna be doing it in CGI+RPG...so...better learn it! I am familiar with using APIs, and ILE RPG, and HTML+CSS and a...

View Answer   |  Sep 24 2009  6:51 PM GMT
AS/400, CGI, RPG IV
asked by Koohiisan

  1005 pts.

sql update command to change text

I need to modify all characters within a text field. Some of the fields will contain 2-5 characters, others will contain 20-200 or more. The field is defined as Text 4000. I want to replace every letter with "K" We have a Select statement: select...

View Answer   |  Sep 24 2009  4:04 PM GMT
SQL, Oracle 9i, Update
asked by Mji

  50 pts.

sql update command to update a date-of-birth

I need to change the date-of-birth MONTH to May and DAYS to 15 without changing the YEAR

View Answer   |  Sep 24 2009  2:41 PM GMT
SQL Oracle 9i, Date format, Update
asked by Mji

  50 pts.

Page at a time subfile

I want to code loading a single page subfile in SQLRPGLE. How do I handle the page up and page down key, posotion to in that program? thanks, NG Software/Hardware used: SQLRPGLE

View Answer   |  Sep 24 2009  2:24 AM GMT
SQL, RPGLE, AS/400 Subfiles
asked by Nutangujar

  750 pts.

181 - 200 of 5207