Click here to Skip to main content
16,006,006 members
Home / Discussions / Database
   

Database

 
GeneralRe: Convert Excel files into html easily!! Pin
5-Jun-01 22:13
suss5-Jun-01 22:13 
GeneralShowing Records on date!! Holland!! Pin
4-Jun-01 22:12
suss4-Jun-01 22:12 
GeneralRe: Showing Records on date!! Holland!! Pin
AndyG5-Jun-01 16:49
AndyG5-Jun-01 16:49 
QuestionADO and VC++. Which approach? Pin
Chrysoval4-Jun-01 8:53
Chrysoval4-Jun-01 8:53 
AnswerRe: ADO and VC++. Which approach? Pin
CodeGuy4-Jun-01 9:16
CodeGuy4-Jun-01 9:16 
GeneralWITH ENCRYPTION Pin
31-May-01 6:24
suss31-May-01 6:24 
GeneralHuge PROBLEM !!! Can't import data from text file Pin
31-May-01 6:23
suss31-May-01 6:23 
GeneralADO and OLE DB provider Pin
30-May-01 4:58
suss30-May-01 4:58 
I have developed a application by Visual C++ 6.0, in which I have use ADO and OLE provider to access a database(For example:temp.mdb),some codes as following:

...
_ConnectionPtr pCon;
CString strcnn("Provider=Microsoft.Jet.OleDB.4.0;Data Source=temp.mdb");
pCon->Open(strcnn,"","",NULL);
...

When I do debuging, Application can access Database well, but When I want to
deploy application , I try to intall on Windows 98, While I start application from Start/Program/xxx
application failed to access database (temp.mdb), What can I do?
All suggestion will be welcome, thanks.

contact me at kebinlu@hotmail.com, thanks
GeneralAdd Column in DataGRid Control???URGENT!!!! Pin
29-May-01 22:05
suss29-May-01 22:05 
GeneralRe: Add Column in DataGRid Control???URGENT!!!! Pin
CodeGuy18-Jun-01 16:10
CodeGuy18-Jun-01 16:10 
GeneralCreating Database Programmitically - Urgent plz Pin
Dhanush25-May-01 2:43
professionalDhanush25-May-01 2:43 
GeneralRe: Creating Database Programmitically - Urgent plz Pin
30-May-01 5:01
suss30-May-01 5:01 
Generalcannot use _RecordsetPtr when importing msado15.dl Pin
Bartek25-May-01 2:07
Bartek25-May-01 2:07 
GeneralRe: cannot use _RecordsetPtr when importing msado15.dl Pin
Robert Dickenson26-May-01 16:51
Robert Dickenson26-May-01 16:51 
Generalreal ****er of an SQL query Pin
Nick Blumhardt24-May-01 20:45
Nick Blumhardt24-May-01 20:45 
GeneralTEMP TABLES!!!! :) :)) Pin
Nick Blumhardt24-May-01 21:17
Nick Blumhardt24-May-01 21:17 
GeneralRe: real ****er of an SQL query Pin
24-May-01 21:34
suss24-May-01 21:34 
GeneralADO - AddNew and Update Pin
jerry0davis24-May-01 0:10
jerry0davis24-May-01 0:10 
GeneralRe: ADO - AddNew and Update Pin
Aky13-Jun-01 1:58
Aky13-Jun-01 1:58 
GeneralRe: ADO - AddNew and Update Pin
jerry0davis13-Jun-01 2:08
jerry0davis13-Jun-01 2:08 
Questionhow to make select fast use ODBC Pin
bighare22-May-01 0:15
bighare22-May-01 0:15 
AnswerRe: how to make select fast use ODBC Pin
l a u r e n22-May-01 23:42
l a u r e n22-May-01 23:42 
GeneralRe: how to make select fast use ODBC Pin
bighare23-May-01 1:36
bighare23-May-01 1:36 
GeneralRe: how to make select fast use ODBC Pin
Tomasz Sowinski23-May-01 1:53
Tomasz Sowinski23-May-01 1:53 
GeneralRe: how to make select fast use ODBC Pin
bighare23-May-01 2:17
bighare23-May-01 2:17 

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.