in ADO connection string if password is leave blank and all
others are given. what will happen
Answer Posted / vinforum
Login failed error message will be displayed.
Alternatevly we can use
MyObjConn.Properties("Prompt")=1
This will always prompt a window to enter a new password.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is executenonquery in vb net?
What are the tools in visual basic?
How do I call help files from a VB program?
How do I implement an incremental search in list/dir/combo/file boxes?
___ property is used to change to ___ value to access a identity column'in datacontrols.
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
Through which protocol OLEDB components are interfaced?
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
What is instantiating?
Advantage of ActiveX Dll over Active Exe.
Explain about creating VB applications in excel?
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?
How would you use ActiveX Dll and ActiveX Exe in your application?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
What are forms in visual basic?