Using GUIDS in a DB with VB6

I have a large VB6 app that uses a Sql database that uses integer identities for primary keys. I now want to replicate this database across sites. I have played around with ranged identities but I'm also considering upgrading the db to use uniqueidentifiers (guids) for the PK's.

I've used guids as PK's in a .NET application but not a VB6 one. Has anyone had experience in using guids in VB6 and ADO

Regards

Graham


Answer this question

Using GUIDS in a DB with VB6

  • Iza

    Please direct your VB6 related questions to the VB6 forum located at http://msdn.microsoft.com/vbrun/.  That probably will be your best bet for getting an answer quickly.  This form you posted in is for VB.Net questions so not ideal.

    thanks!
    Robert Schoen (MS Visual Basic QA)


  • Using GUIDS in a DB with VB6