Answer Posted / guest
"Server=Oracle; Driver={Microsoft ODBC for Oracle};"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about literals?
What's the difference between MODAL and MODELESS forms?
what are the Default cursor Type and LockEdit type in DAO?
Advantage of ActiveX Dll over Active Exe.
What are forms in visual basic?
Types of cursors in DAO?
What do you know about chaining views.
Is visual basic still used?
Why can't I use an index with my VB accessed database?
When/Why should I use Option Explicit?
How many tabs in a tabbed dialog do you consider appropriate?
How do you avoid the "Invalid use of null" error when reading null values from a database?
How would you navigate between one document to another document
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
What is the difference between Msgbox Statement and MsgboxQ function?