Click here to Skip to main content
15,895,557 members
Home / Discussions / Database
   

Database

 
GeneralRe: MySqlDBType equivalent of SqlDBType.Char in routines (stored procedures) Pin
TheComputerMan23-Jun-11 22:57
TheComputerMan23-Jun-11 22:57 
QuestionLookup Columns In Access via Linked Data? Pin
Matt U.21-Jun-11 11:41
Matt U.21-Jun-11 11:41 
AnswerRe: Lookup Columns In Access via Linked Data? Pin
_Damian S_21-Jun-11 14:34
professional_Damian S_21-Jun-11 14:34 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Matt U.21-Jun-11 14:48
Matt U.21-Jun-11 14:48 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
_Damian S_21-Jun-11 14:52
professional_Damian S_21-Jun-11 14:52 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Matt U.21-Jun-11 15:04
Matt U.21-Jun-11 15:04 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Mycroft Holmes21-Jun-11 18:36
professionalMycroft Holmes21-Jun-11 18:36 
AnswerRe: Lookup Columns In Access via Linked Data? Pin
Mycroft Holmes21-Jun-11 18:41
professionalMycroft Holmes21-Jun-11 18:41 
Now that you have the data in SQL Server you need to create the Views (these are something like queries). In the view you have the main table and add in all the tables that have foreign key (lookup) connections to it. If you use the view designer SQL will create the link for you.

It is important that when creating a view the view has the same number of records as the transaction table, this tells you that your joins are correct. Then just add in the description fields you want the user to see.

The access app should use the views instead of the tables to see the data.
Never underestimate the power of human stupidity
RAH

GeneralRe: Lookup Columns In Access via Linked Data? Pin
Matt U.24-Jun-11 16:40
Matt U.24-Jun-11 16:40 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Mycroft Holmes24-Jun-11 21:17
professionalMycroft Holmes24-Jun-11 21:17 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Matt U.25-Jun-11 1:44
Matt U.25-Jun-11 1:44 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Mycroft Holmes25-Jun-11 2:31
professionalMycroft Holmes25-Jun-11 2:31 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Matt U.25-Jun-11 8:57
Matt U.25-Jun-11 8:57 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Mycroft Holmes25-Jun-11 13:02
professionalMycroft Holmes25-Jun-11 13:02 
GeneralRe: Lookup Columns In Access via Linked Data? Pin
Matt U.25-Jun-11 13:26
Matt U.25-Jun-11 13:26 
QuestionProblem with TIMESTAMP WITH LOCAL TIMEZONE datatype in Oracle 9i Pin
coder21k21-Jun-11 9:42
coder21k21-Jun-11 9:42 
AnswerRe: Problem with TIMESTAMP WITH LOCAL TIMEZONE datatype in Oracle 9i Pin
Eddy Vluggen21-Jun-11 12:23
professionalEddy Vluggen21-Jun-11 12:23 
GeneralRe: Problem with TIMESTAMP WITH LOCAL TIMEZONE datatype in Oracle 9i Pin
coder21k22-Jun-11 3:22
coder21k22-Jun-11 3:22 
AnswerRe: Problem with TIMESTAMP WITH LOCAL TIMEZONE datatype in Oracle 9i Pin
jschell22-Jun-11 9:26
jschell22-Jun-11 9:26 
QuestionRetrieve stored procedures. Each Procedure in separate file. SQL 2008 R2 Pin
MecAlex21-Jun-11 3:07
MecAlex21-Jun-11 3:07 
AnswerRe: Retrieve stored procedures. Each Procedure in separate file. SQL 2008 R2 Pin
UNCRushFan21-Jun-11 5:26
UNCRushFan21-Jun-11 5:26 
QuestionMy Ox is Flummed! Pin
TheComputerMan20-Jun-11 15:18
TheComputerMan20-Jun-11 15:18 
AnswerRe: My Ox is Flummed! Pin
jschell21-Jun-11 8:49
jschell21-Jun-11 8:49 
GeneralRe: My Ox is Flummed! Pin
TheComputerMan21-Jun-11 9:00
TheComputerMan21-Jun-11 9:00 
GeneralRe: My Ox is Flummed! Pin
jschell22-Jun-11 9:15
jschell22-Jun-11 9:15 

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.