Click here to Skip to main content
15,929,512 members
Home / Discussions / Database
   

Database

 
GeneralRe: problem with cursor in Oracle DB Pin
Michael P Butler16-Apr-02 22:43
Michael P Butler16-Apr-02 22:43 
Generalconnect to a encrypted Access file(*.mdb) Pin
9-Apr-02 6:50
suss9-Apr-02 6:50 
GeneralRe: connect to a encrypted Access file(*.mdb) Pin
Mazdak9-Apr-02 8:51
Mazdak9-Apr-02 8:51 
GeneralRe: connect to a encrypted Access file(*.mdb) Pin
9-Apr-02 18:49
suss9-Apr-02 18:49 
GeneralRe: connect to a encrypted Access file(*.mdb) Pin
Mazdak10-Apr-02 0:30
Mazdak10-Apr-02 0:30 
GeneralRe: connect to a encrypted Access file(*.mdb) Pin
SimonS11-Apr-02 23:28
SimonS11-Apr-02 23:28 
GeneralRe: connect to a encrypted Access file(*.mdb) Pin
12-Apr-02 17:51
suss12-Apr-02 17:51 
GeneralRe: connect to a encrypted Access file(*.mdb) Pin
12-Apr-02 17:52
suss12-Apr-02 17:52 
Now i have a encrypted file named "db1.mdb" in D:\,and its password,for example,is "codeproject".You mean i shall write like this?

Dim conn As New ADODB.Connection
conn.Provider = "Microsoft.Jet.OLEDB.3.51"
conn.Open "d:\db1.mdb", "sa", "codeproject"

Confused | :confused:
GeneralSimple question : How to show present a table in VB application Pin
mimi8-Apr-02 10:07
mimi8-Apr-02 10:07 
GeneralRe: Simple question : How to show present a table in VB application Pin
Nick Parker9-Apr-02 3:01
protectorNick Parker9-Apr-02 3:01 
GeneralSQL Server 2000 DTS Question: Pin
Jason Weibel8-Apr-02 8:55
Jason Weibel8-Apr-02 8:55 
GeneralSql server,Oracle Integration Pin
vins8-Apr-02 7:02
vins8-Apr-02 7:02 
GeneralRe: Sql server,Oracle Integration Pin
Nick Parker17-Apr-02 6:54
protectorNick Parker17-Apr-02 6:54 
GeneralWhich data type have get to field for array of 400 bytes in access ??? URGENT !!!! Pin
mimi8-Apr-02 4:30
mimi8-Apr-02 4:30 
GeneralRe: Which data type have get to field for array of 400 bytes in access ??? URGENT !!!! Pin
Mazdak8-Apr-02 6:14
Mazdak8-Apr-02 6:14 
GeneralRe: Which data type have get to field for array of 400 bytes in access ??? URGENT !!!! Pin
Mazdak8-Apr-02 6:14
Mazdak8-Apr-02 6:14 
GeneralI use VB ! Not VC ! And I ask answer to my question . Please !!! Pin
mimi8-Apr-02 6:50
mimi8-Apr-02 6:50 
GeneralRe: I use VB ! Not VC ! And I ask answer to my question . Please !!! Pin
Mazdak8-Apr-02 7:19
Mazdak8-Apr-02 7:19 
GeneralWho Could help me ????? Please !!! Pin
mimi8-Apr-02 8:02
mimi8-Apr-02 8:02 
QuestionInstallation Program, what do I need to include? Pin
shypht7-Apr-02 11:58
shypht7-Apr-02 11:58 
GeneralA Jet Dao problem Pin
6-Apr-02 12:00
suss6-Apr-02 12:00 
GeneralRe: A Jet Dao problem Pin
Mazdak6-Apr-02 17:42
Mazdak6-Apr-02 17:42 
GeneralExposing Existing Code as a Web Service Using C# Pin
wolga6-Apr-02 10:16
wolga6-Apr-02 10:16 
GeneralPartial BLOB processing in ODBC Pin
6-Apr-02 6:43
suss6-Apr-02 6:43 
GeneralRe: Partial BLOB processing in ODBC Pin
Nick Parker17-Apr-02 6:57
protectorNick Parker17-Apr-02 6:57 

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.