Enter Keywords:
1 - 10 of 36(0.022 seconds)
Sort By:
 
I'm trying to copy data from one table to another which has an Identity field in the destination table.  The error message I get when I attempt to run DTS is 'Cannot insert a Null value into column...
Zones: MS SQL Server, MS SQL DTSDate Answered: 03/14/2002 Rating: 8.0 Views: 0
Hi all I Developed a project using VB6, MS SQL  7, and NT 4 as OS. When I wanted to add new record I created a recordset, opened it and then add the code:  RS.Addnew    RS!field1=…    .....   ...
Zones: VB DBDate Answered: 06/15/2002 Rating: 8.8 Views: 0
In my SQL table  I have a field (personID) set as identity. When I add a record in that table in VB.net it doesn't show the correct personID it gives the next number. An example: table in SQL re...
Zones: .NETDate Answered: 01/22/2004 Rating: 8.8 Views: 0
I am trying to get the identity of a record added with an ado dataset the sql in the dataset is :- Insert into Timetran (casecode, personno, date .........) Values (:ccode , :pno, :tdate, ......
Zones: Delphi ProgrammingDate Answered: 10/21/2004 Rating: 9.4 Views: 0
Hello World! Is there a way of creating a global identity field?  For instance, In my application, I need to generate this auto-incremented unique identifier in the form:  XXYYYYMMDDnnnnn Whe...
Zones: DB2Date Answered: 12/19/2005 Rating: 8.4 Views: 0
Currently the insert is being handled by a sql statement not stored procedure.  An example of the insert: Insert into Customers (Phone, F_Name, L_Name) values (txtPhone.text, txtFName.text, txtL...
Zones: MS Visual BasicDate Answered: 05/10/2006 Rating: 9.2 Views: 0
Hi, I have 2 tables which are related to each other via composite primary key relationship... ie: table A has one primary key which is connected to two primary keys (composite) of table B, so th...
Zones: MS SQL ServerDate Answered: 09/04/2003 Rating: 7.0 Views: 0
I am using start transaction, commit  and rollback on a table that has an identity field. Whenever I do a rollback because the user has cancelled the input the identity field is still incremented. ...
Zones: MS SQL ServerDate Answered: 03/02/2004 Rating: 8.8 Views: 0
Have an Excel spreadsheet that I would like to append to an MS SQL table. The spreadsheet has 4 columns, the table has 6 columns.   In the table is an additional Identity key field, and an additi...
Zones: DatabasesDate Answered: 03/09/2004 Rating: 7.8 Views: 0
Basically, I'm trying to do some calculations on a subquery, and in order to pull them off, I need each record that gets returned from the subquery to be numbered, in order. I've got: SELECT ...
Zones: MS SQL ServerDate Answered: 02/25/2005 Rating: 9.0 Views: 0