How do I make a primary key field case sensitive?

A

aa

How do I make a primary key field case sensitive? I.i. h2 and H2 be
considered different and both accepted as values in the same table?
 
R

Rick Gittins

You could use an Access ADP file which using the SQL Server Engine to store
the data.

Rick
 
Top