Click here to Skip to main content
15,914,231 members
Home / Discussions / Database
   

Database

 
GeneralRe: DB Schema Decsions Pin
perlmunger18-Feb-03 8:37
perlmunger18-Feb-03 8:37 
GeneralUsing the ODBC Provider seamlessly Pin
Andrew Torrance18-Feb-03 5:51
Andrew Torrance18-Feb-03 5:51 
QuestionHow to use Dataview and Datagrid to show fields from two different tables Pin
DotNetNewbie17-Feb-03 23:49
DotNetNewbie17-Feb-03 23:49 
AnswerRe: How to use Dataview and Datagrid to show fields from two different tables Pin
perlmunger18-Feb-03 8:04
perlmunger18-Feb-03 8:04 
GeneralRe: How to use Dataview and Datagrid to show fields from two different tables Pin
DotNetNewbie18-Feb-03 10:36
DotNetNewbie18-Feb-03 10:36 
GeneralRe: How to use Dataview and Datagrid to show fields from two different tables Pin
perlmunger18-Feb-03 12:26
perlmunger18-Feb-03 12:26 
GeneralRe: How to use Dataview and Datagrid to show fields from two different tables Pin
DotNetNewbie18-Feb-03 23:05
DotNetNewbie18-Feb-03 23:05 
GeneralText Field as Identity in Access Pin
perlmunger17-Feb-03 7:55
perlmunger17-Feb-03 7:55 
I have a project in which I am having to reverse engineer a product that uses an Access database. The application inserts records with an ID such as A000001. Each time a new record is added, this is incremented by one according to some alogorithm. Here's how it gets incremented:
A000001...A000009
A00000A...A00000Z
A00000a...A00000z

First of all, this scheme is wacked out. I've never seen such a thing before (Obfuscation maybe?). As far as I can tell, they have made it so that this identity column allows duplicates. This would have to be the case since you get both A00000A and A00000a as separate records. Text fields in Access don't account for case-sensitivity. So my question is, when I have to do a join on this column with a column in another table, how can I do it so that the strings are compared using case? Is this possible? When you have the clause 'Table1 INNER JOIN Table2 ON Table1.ItemID = Table2.ItemID' in a select statement, Access sees it as equal even when the strings are A00000A and A00000a respectively. Any ideas?

Thanks for your help.

-Matt

------------------------------------------

The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall
GeneralBook Recommendations Pin
Mark Sanders17-Feb-03 4:46
Mark Sanders17-Feb-03 4:46 
GeneralDatagrid and Dataset questions Pin
DionChen17-Feb-03 4:01
DionChen17-Feb-03 4:01 
GeneralRe: Datagrid and Dataset questions Pin
perlmunger18-Feb-03 13:05
perlmunger18-Feb-03 13:05 
GeneralDB's on Servers Pin
RichardS16-Feb-03 21:39
RichardS16-Feb-03 21:39 
GeneralRe: DB's on Servers Pin
Hesham Amin17-Feb-03 21:43
Hesham Amin17-Feb-03 21:43 
GeneralSyntax error with CREATE TABLE Pin
IrishSonic16-Feb-03 1:41
IrishSonic16-Feb-03 1:41 
GeneralRe:Found my problem but need to be able to create table for 600 chars Syntax error with CREATE TABLE Pin
IrishSonic16-Feb-03 2:12
IrishSonic16-Feb-03 2:12 
GeneralRe:Found my problem but need to be able to create table for 600 chars Syntax error with CREATE TABLE Pin
karl_w16-Feb-03 3:17
karl_w16-Feb-03 3:17 
GeneralRe:Found my problem but need to be able to create table for 600 chars Syntax error with CREATE TABLE Pin
David Salter16-Feb-03 10:44
David Salter16-Feb-03 10:44 
GeneralThanks. Pin
IrishSonic17-Feb-03 9:58
IrishSonic17-Feb-03 9:58 
GeneralConvert ORACLE functions Pin
Andy H15-Feb-03 23:30
Andy H15-Feb-03 23:30 
GeneralRe: Convert ORACLE functions Pin
jamesr337816-Feb-03 5:38
jamesr337816-Feb-03 5:38 
GeneralRe: Convert ORACLE functions Pin
Andy H16-Feb-03 6:12
Andy H16-Feb-03 6:12 
GeneralSetting the lenght of a text field in an SQL Access database... Pin
IrishSonic15-Feb-03 4:40
IrishSonic15-Feb-03 4:40 
GeneralRe: Setting the lenght of a text field in an SQL Access database... Pin
David Salter16-Feb-03 10:42
David Salter16-Feb-03 10:42 
GeneralDocumenting DB,Sprocs,Trigers, etc... Pin
Ray Cassick14-Feb-03 11:43
Ray Cassick14-Feb-03 11:43 
GeneralAnybody plz, what is the following problem and how to solve that... Pin
Exceter13-Feb-03 23:56
Exceter13-Feb-03 23:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.