Search Results

1
vote
5answers
857 views

DB: To use identity column or not?

While designing a table my colleague here says that I should avoid identity column as it is specific to SQL Server and MS Access, But I differ with his views as it makes my coding simpler. …
-1
votes

Simple database application for Windows

Best Option would be to create a Win32 native application using Delphi and use SQLLite as the database. …