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
Is it possible to change menu runtime using API? If yes Specify the function names?
How can you Navigate from the DHTML application to another DHTML application? .
How to get Cursor position using API?
Scope of API?s can be of different types, what are they Why API functions are Required?
How do you create a form in visual basic?
Are there any examples of commercial applications built using Visual Basic?
What is the use of Hyperlink control for DHTML applications?
How do I dial a phone number without using the MSCOMM VBX?
How would you attach pictures in column headers of List View Control?
What is the use of Scalewidth and ScaleHeight Proeperty?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
Discuss the working with to-do lists.
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
Which method is preferred to save datas like database?
How would you add column headers in listview control?