Click here to Skip to main content
15,920,217 members
Home / Discussions / Database
   

Database

 
GeneralRe: HELP! ADO and very *big* tables Pin
Marc Clifton3-Oct-02 5:15
mvaMarc Clifton3-Oct-02 5:15 
GeneralHelp me ! Unicode and Database Access. Pin
26-Sep-02 23:30
suss26-Sep-02 23:30 
GeneralRe: Help me ! Unicode and Database Access. Pin
hunterlsq29-Sep-02 0:12
hunterlsq29-Sep-02 0:12 
GeneralCreating an empty SQL database. Pin
Segal26-Sep-02 12:17
Segal26-Sep-02 12:17 
GeneralRe: Creating an empty SQL database. Pin
James T. Johnson26-Sep-02 12:43
James T. Johnson26-Sep-02 12:43 
GeneralRe: Creating an empty SQL database. Pin
Segal27-Sep-02 7:10
Segal27-Sep-02 7:10 
GeneralRe: Creating an empty SQL database. Pin
James T. Johnson27-Sep-02 7:51
James T. Johnson27-Sep-02 7:51 
GeneralIDispatch error #3127 Pin
ssirisha26-Sep-02 4:48
ssirisha26-Sep-02 4:48 
I am using ADO and have the following queries in my database

Query: GetPW
SELECT [PW].[Number], [PW].[Status] FROM PW
WHERE [PW].[id]=CCID;

Query: GetPR
SELECT [PR].[Number], [PR].[Status] FROM PR
WHERE [PR].[id]=CCID;

Query: GetPWPR
PARAMETERS CCID Long;
SELECT *
FROM GetPW LEFT JOIN GetPR ON [GetPW].[Number]=[GetPR].[Number] ORDER BY [GetPW].[Number];

When I execute query "GetPWPR" from within access, It works fine. (ie Prompts for CCID input value and returns records from PR and PW as expected)
However when I execute using ADO::Execute command it fails with the error "IDispatch error #3127" (DB_E_NOTABLE)

Any clues ?
Thanks

GeneralOLEDB Connection Dialog Pin
David Salter25-Sep-02 13:34
David Salter25-Sep-02 13:34 
GeneralRe: OLEDB Connection Dialog Pin
Jason Gerard25-Sep-02 14:22
Jason Gerard25-Sep-02 14:22 
GeneralRe: OLEDB Connection Dialog Pin
David Salter26-Sep-02 11:28
David Salter26-Sep-02 11:28 
GeneralSQL Server TimeStamp field Pin
stephen woolhead23-Sep-02 14:19
stephen woolhead23-Sep-02 14:19 
GeneralMerge two SQL Databases Pin
Paul Watson23-Sep-02 7:05
sitebuilderPaul Watson23-Sep-02 7:05 
GeneralRe: Merge two SQL Databases Pin
Matt Gullett23-Sep-02 17:04
Matt Gullett23-Sep-02 17:04 
GeneralRe: Merge two SQL Databases Pin
Paul Watson23-Sep-02 21:11
sitebuilderPaul Watson23-Sep-02 21:11 
GeneralDTS Package Running in VB Pin
Nick Parker19-Sep-02 7:04
protectorNick Parker19-Sep-02 7:04 
GeneralRe: DTS Package Running in VB Pin
User 988519-Sep-02 7:12
User 988519-Sep-02 7:12 
GeneralRe: DTS Package Running in VB Pin
Nick Parker19-Sep-02 8:58
protectorNick Parker19-Sep-02 8:58 
GeneralRe: DTS Package Running in VB Pin
Mark Conger23-Sep-02 9:23
Mark Conger23-Sep-02 9:23 
GeneralODBC Probelm Pin
SamirSood18-Sep-02 20:58
SamirSood18-Sep-02 20:58 
GeneralRe: ODBC Probelm Pin
Ed Gadziemski20-Sep-02 10:57
professionalEd Gadziemski20-Sep-02 10:57 
GeneralRe: ODBC Probelm Pin
SamirSood20-Sep-02 19:40
SamirSood20-Sep-02 19:40 
GeneralRe: ODBC Probelm Pin
Pavel Klocek21-Sep-02 2:20
Pavel Klocek21-Sep-02 2:20 
GeneralA SQL SERVER Question Pin
Kashif Razzaq18-Sep-02 19:52
Kashif Razzaq18-Sep-02 19:52 
GeneralRe: A SQL SERVER Question Pin
Rein Hillmann18-Sep-02 23:00
Rein Hillmann18-Sep-02 23:00 

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.