in ADO connection string if password is leave blank and all
others are given. what will happen



in ADO connection string if password is leave blank and all others are given. what will happen..

Answer / 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

More Visual Basic Interview Questions

what component is used in vb to link to the database?

2 Answers   Satyam,


What is the difference between a Dynaset and Snapshot and how would you create one?

2 Answers  


How do I create a window with a small title bar as in a floating toolbar?

0 Answers  


What is binding? What are types of binding?

3 Answers   Primus Global,


How do I use GetPrivateProfileString to read from INI files?

0 Answers  






Is visual basic case sensitive?

0 Answers  


What do you mean by Databound Controls Explain?

0 Answers  


What are the Internet tools available in VB 6.0?

0 Answers  


How would you Create a Query Builder and Explain its uses

0 Answers  


what are the types of combo box?

1 Answers   Satyam,


How can I call a 'hidden' DOS program from VB?

0 Answers  


Where can I get good up-to-date information about VB?

0 Answers  


Categories