Click here to Skip to main content
15,916,949 members
Home / Discussions / Database
   

Database

 
GeneralMDAC installation check Pin
John Smith30-Aug-01 0:47
John Smith30-Aug-01 0:47 
GeneralRe: MDAC installation check Pin
30-Aug-01 1:05
suss30-Aug-01 1:05 
GeneralRe: MDAC installation check Pin
Rashid Thadha30-Aug-01 1:09
Rashid Thadha30-Aug-01 1:09 
GeneralMulti-threading app using OLE DB calling into a shared Access DB Pin
Baz29-Aug-01 23:03
Baz29-Aug-01 23:03 
GeneralRe: Multi-threading app using OLE DB calling into a shared Access DB Pin
Rashid Thadha30-Aug-01 12:10
Rashid Thadha30-Aug-01 12:10 
GeneralRe: Multi-threading app using OLE DB calling into a shared Access DB Pin
Steen Krogsgaard3-Sep-01 23:25
Steen Krogsgaard3-Sep-01 23:25 
GeneralADO Refresh Method Problems (beginner) Pin
Bigge29-Aug-01 7:38
Bigge29-Aug-01 7:38 
GeneralRe: ADO Refresh Method Problems (beginner) Pin
Martin Bohring5-Sep-01 22:10
Martin Bohring5-Sep-01 22:10 
Parameters is a collection, so you have to use.
In VB the Item property is the default property of the parameters collection.
But in C++ there are no default properties.

BTW I don't thing defaulting everthing as done in VB does the programmer
do an favour. Defaulting rules can change, because there are defined
by the type lib you are coding againts.

So if you happen to have a newer type lib installed where the default props have changed, you
will run into trouble. So I have the attitude to never depend on default probs
and methods in any language I use (VB, C++, VB script)

pCommand->Parameters->Item[_T("@pkMbtID")]->Value = _T'160'

And is your parameter really a string or is it a number ?

The Value is a _variant_t, so you can stuff in a number, if that's what you really want.

GeneralIdentity Columns Pin
27-Aug-01 8:45
suss27-Aug-01 8:45 
GeneralRe: Identity Columns Pin
Rashid Thadha30-Aug-01 12:14
Rashid Thadha30-Aug-01 12:14 
GeneralProblems with ODBC and MSACCESS Pin
Simone Giannecchini26-Aug-01 11:37
Simone Giannecchini26-Aug-01 11:37 
QuestionWhat are SQL or MSDE best practices for connections Pin
Rod Hamilton24-Aug-01 3:12
Rod Hamilton24-Aug-01 3:12 
GeneralAccess database!!!!! Pin
22-Aug-01 6:24
suss22-Aug-01 6:24 
GeneralRe: Access database!!!!! Pin
Anders Molin30-Aug-01 2:51
professionalAnders Molin30-Aug-01 2:51 
GeneralRe: Access database!!!!! Pin
Drawil6-Nov-01 20:19
Drawil6-Nov-01 20:19 
GeneralAccess 2000 Pin
21-Aug-01 3:00
suss21-Aug-01 3:00 
GeneralRe: Access 2000 Pin
CodeGuy21-Aug-01 4:59
CodeGuy21-Aug-01 4:59 
GeneralRe: Access 2000 Pin
22-Aug-01 12:04
suss22-Aug-01 12:04 
GeneralRe: Access 2000 Pin
CodeGuy22-Aug-01 12:18
CodeGuy22-Aug-01 12:18 
GeneralDuplicating (copying) a table in SQL Server database Pin
User 988520-Aug-01 13:13
User 988520-Aug-01 13:13 
GeneralRe: Duplicating (copying) a table in SQL Server database Pin
Chanceamatic22-Aug-01 14:38
Chanceamatic22-Aug-01 14:38 
GeneralADO bug in VC++ 6 SP5 + Processor Pack Pin
John M. Drescher15-Aug-01 18:09
John M. Drescher15-Aug-01 18:09 
GeneralRe: ADO bug in VC++ 6 SP5 + Processor Pack Pin
Rashid Thadha16-Aug-01 22:31
Rashid Thadha16-Aug-01 22:31 
QuestionReading Fixed Width Files with ADO? Pin
Pete Bassett14-Aug-01 0:54
Pete Bassett14-Aug-01 0:54 
GeneralField Existence with ADO Pin
10-Aug-01 4:15
suss10-Aug-01 4: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.