Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pederalm

    Can I use Pervasive to give me incrementng serial numbers?

    I want to build a software in Delphi and use the Pervasive database to give me unique incrementing serial numbers. Is it possible to use Pervasive 8 in this way? A solution is to get the number in row one, number++ and then update the field in the table. This needs exclusive access to the table...
  2. pederalm

    How do I make a column autoincrement?

    I had a table without any records that I'm tried to edit in Table Designer, but the Data Type Identity weren't present in the drop down list. But when I use the new table wizard the data type Identity are present. Strange but now I (or you) have solved the problem. Thanx
  3. pederalm

    How do I make a column autoincrement?

    Create a new table. I'm using the Table Designer but can't find a function to make a column autoincrement.
  4. pederalm

    How do I make a column autoincrement?

    I use the Pervasive 8.0 Table Designer. I want to set the first column 'id' to autoincrement. How do I do that?
  5. pederalm

    Best way to access Pervasive DB from Delphi 7 ?

    Sweet it worked: PvTable1.Append; PvTable1.FieldValues['...'] := ...; ... ... PvTable1.Post;
  6. pederalm

    Best way to access Pervasive DB from Delphi 7 ?

    We have a Pervasive 8.10 enginee database and I would like to access the database with sql commands like "INSERT INTO" from Delphi 7. I have tried the PDAC, but I can only access with the "SELECT * from..." command. Can I use the PDAC at all if I want to use the "INSERT INTO" command? Help!

Part and Inventory Search

Back
Top