devxlogo

Create Database Primary Keys on the Fly

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.

See also  Integration Salesforce with SFTP
devxblackblue

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.

About Our Journalist