devxlogo

Create Database Primary Keys on the Fly

Since Guids are unique anywhere you find them, they make a good primary key.The trick is to create them where and when you need them using the CoCreateGuidAPI.

You can create a new record on your client, assign it a unique identifier,and REMEMBER it as a local variable for all the child records without havingto ask the server to return the PrimaryKey for the new record.

 Declare Function CoCreateGuid Lib "OLE32.DLL" (pGuid As GUID) As Long

See the knowledgebase article “HOWTO: Use CoCreateGUID API to Generate a GUID with VB” on Microsoft’s support site.

Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.

See also  From Provisioning to Control: What Enterprise Test Data Management Looks Like in Practice

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.