I have a program in vb6 that creates a new database. I need to set the new database collation to match the original. I have the sql string to set the collation during the creation.
What I need is a SQL string that will return the Collation property of the original database.
😎
I would appreciate any help