Recent IT Questions

1 - 16 of 16
<<PREVIOUS 1 NEXT>>

Capitalize First Character

How can ensure that when certain columns in a row are INSERTed/UPDATEd, the first letter of the value is capitalized and the rest are lower case? For example "QUESTION" or "question" should be converted to "Question".

View Answer   |  Jun 16 2009  2:43 PM GMT
T-SQL, INSERT statement
asked by VelameLaCosa

  65 pts.

jsp--param and sql:update

Hello, Could anyone tell me if I need to do something special to use a param value as an sql insert statement in <sql:update>? The param value displays fine if I use <c:out>, but the value doesn't get inserted in a table by an insert statement.

Answer Question   |  Jun 8 2009  9:37 PM GMT
JSP, SQL, INSERT statement
asked by Eoeo

  5 pts.

How to retrieve, add and update data from SQL Server 2005 manually using VB.NET 2005?

Hey guys!!! I'm quite new to VB.NET 2005. I need to know how to add, update and retrieve data manually using VB.NET 2005. In the software which I'm trying to implement, data is entered in text boxes and then they are updated/added into an SQL table. When retrieving the...

View Answer   |  Mar 7 2009  11:01 AM GMT
VB.NET 2005, SQL Server 2005, Data Junction
asked by Obhasha07

  75 pts.

PL/SQL

Hi Experts, I would like to mentione here i was trying to test one package and found the package has a procedure named SET() which hav UPDATE on Report table and INSERT on A_R table in same transaction Both the above mentioned tables hav a tim_upt column which s given as systimestamp and...

View Answer   |  Feb 17 2009  10:47 AM GMT
PL/SQL block, SQL Timestamp, UPDATE statement
asked by Inprise

  525 pts.

PL/SQL Insert

Hi Experts, I am trying to do 2 INSERT stms on 2 tables consecutively n same transaction and my first insert is successful while doing the insert on second table which is completely carry same set of attibutes and values of 1st table + 1 additional static value attribute,it gives ORA :01400...

View Answer   |  Jan 15 2009  11:00 AM GMT
PL/SQL procedure, ORA-01400, INSERT statement
asked by Inprise

  525 pts.

I am getting ORA-01422: Exact fetch returns more than requested number of rows

Hi Experts, I am gettting this error when i run my test case for my PL/SQL procedure ,which hav select and Insert statement only ,not clear where i wud hav went wrong,please guide me where should i check exactly its poping this error message which i catched in exception piece after Insert statement

View Answer   |  Jan 6 2009  10:56 AM GMT
PL/SQL error messages, ORA-01422, SELECT statement
asked by Inprise

  525 pts.

PL/SQL: How to handle OUT Parameter during INSERT

HI Experts, I have a OUT parameter in my procedure(whihc performs INSERT data into a table),how to handle this OUT parameter (primary key of table) -- Will Insert statement inside the PL/SQL block should include this parameter or we should use SELECT stm after Insert to add this attribute ,i am...

View Answer   |  Dec 15 2008  6:56 AM GMT
PL/SQL, SELECT statement, SQL statements
asked by Inprise

  525 pts.

Inserting rows and multiple rows in SQL Server 2005 Express

Anyone there who can help me solve my problem? I can’t continue my program because of this problem which I know someone can solve or can suggest the best possible solution. I have a project in my study doing simple accounting program. To facilitate the discussion, I will just show you the three...

Answer Question   |  Dec 14 2008  2:16 PM GMT
VB.NET, Visual Basic .NET, Stored Procedures
asked by Ariell

  5 pts.

PL/SQL: How to use EXCEPTION statement before INSERT?

Hi Experts how to use EXCEPTION statement before INSERT stm in PL/SQL Block Please help me with syntax or format is this option possilbe as well?

View Answer   |  Dec 12 2008  4:20 AM GMT
Database programming, PL/SQL, INSERT statement
asked by Inprise

  525 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...

View Answer   |  Nov 12 2008  2:14 PM GMT
AS/400, RPGLE, SQLRPGLE
asked by Mohan K

  465 pts.

PERFORMANCE ISSUE while inserting bulk data in a blank table from 2 different tables

how to improve insert performance in insert into mis_fcr_all_txns_susp_temp (select * from mis_fcr_all_txns_combi a where exists (select acct_no from mis_fcr_all_txns_fraud3 b where a.acct_no = b.acct_no) and ...

View Answer   |  Sep 18 2008  1:03 PM GMT
SQL Server performance tuning, INSERT statement
asked by 03121980

  5 pts.

SQL insert statement

Hopefully there are some ASP experts put there who can help me. I am trying to write an SQL insert statement to populate an access database from an HTML form. When I submit the form, I am getting page cannot be displayed with the following error message: Error Type: Microsoft VBScript compilation...

View Answer   |  Aug 20 2008  6:08 PM GMT
SQL, ASP, INSERT statement
asked by Sturdy27

  25 pts.

inserting

from front end we will get 20 records at a time.how can we insert them into a table .

View Answer   |  Aug 6 2008  6:38 AM GMT
Oracle, INSERT statement
asked by Sarvasumanth

  5 pts.

Insert for a table

I have a table which consists of lakhs of records and itemnumber is one of the column.I want to insert those records into the same table but with different new itemnumber from another table.what is the best way of doing it?

View Answer   |  Aug 6 2008  5:03 AM GMT
INSERT statement
asked by Vishy

  5 pts.

Syntax to reference a table on a database residing on another server

I have the following insert statement: insert into Resident(Identifier_Type,Identifier,Full_Name,Dob,DL_Number,DL_State,Change_User,Change_Date,Change_PropID) select N'SS',Social,Full_Name,DOB,DL_Number,N'TX',Change_User,Change_Date,Change_PropID from N'haa-sql1.imisTest.dbo.Resident' I'm getting...

View Answer   |  Jun 17 2008  10:14 PM GMT
SQL Server 2005, Distributed database, INSERT statement
asked by MParkhouse

  5 pts.

Inserting multiple rows in Oracle 10g

I need to insert multiple rows of data into multiple tables from one temporary table. I need to put some of the columns into one, some into another, and the remainder into another table. I realize I will need to create INSERT statements for each table insert. Is there an easy way to select...

View Answer   |  Oct 16 2007  4:10 PM GMT
Oracle, SQL, INSERT statement
asked by Ora mer

  20 pts.

1 - 16 of 16
<<PREVIOUS 1 NEXT>>