How do I make a primary key field case sensitive?

  • Thread starter Thread starter aa
  • Start date Start date
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?
 
aa said:
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?

You can't, at least not when using Jet (mdb) tables. You would have to use
a database engine that has the option for case-sensitivity.
 
You could use an Access ADP file which using the SQL Server Engine to store
the data.

Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top