0
votes
1answer
28 views
Getting the ID(Autonumber) after the session saved in nhibernate?
Hi i am inserting a row of data into a table through nhibernate, how to get the Id(auto number)of the last inserted row? please help me...
1
vote
3answers
606 views
MS Access AutoNumber on Import
Just curious, when I imported data from a spreadsheet with 519 lines into an empty table, why did my autonumber keys start at 56,557,618? How big can this get? I don't want to en …
0
votes
3answers
801 views
Using Autonumbering in Access - INSERT statements
I'm having trouble running an INSERT statement where there's an autonumber as the PK field. I have an Auto-incrementing long as the Primary Key, and then 4 fields of type double; a …
1
vote
9answers
1k views
Is Access’s AutoNumber (Increment) guaranteed to increment?
For a particular table, I have my ID field set to AutoNumber (Increment). If I add 5 rows to this table in quick succession, is each guaranteed to have a larger ID than the last? F …
0
votes
1answer
395 views
InfoPath autonumber field
I am designing an infopath (Change Request) form:
1)How can i add a text box that automaticaly increments to the next number when a new form is created (adding a new Change Reques …
1
vote
2answers
430 views
changing autonumber field to number datatype
Is there any way to change the an autonumber field to a number datatype, when the field is used a primary key and linked to other tables?
3
votes
3answers
4k views
Getting autonumber primary key from MS SQL Server
I am currently working in C#, and I need to insert a new record into one table, get the new primary key value, and then use that as a foreign key reference in inserting several mor …
2
votes
2answers
1k views
How to get the next identity number used in SQL 2005 and ASP?
I was previously getting the next available autonumber used in Access by doing a simple query like so:
SELECT RecordNumber, Info FROM myTABLE WHERE 0=1
This way I could create a …
0
votes
3answers
5k views
Insert rows into Access db from C# using Microsoft.Jet.OLEDB.4.0, autonumber column is set to zero
I'm using C# and Microsoft.Jet.OLEDB.4.0 provider to insert rows into an Access mdb.
Yes, I know Access sucks. It's a huge legacy app, and everything else works OK.
The table ha …
