How many types of Instantiations are there and what are
they?
Answer / guest
Private ? Only for the Specific Module.
Public not creatable ? Private & Public
Multi Use - Variable we have to declare.
Single Use ? Not possible through dll.
Global Multiuse ? Have variable not Required to Declare.
Global Single Use - Only for exe.
Is This Answer Correct ? | 0 Yes | 0 No |
Difference between listbox and combo box.
What are the types of Instancing property that can be set for a Class in a ActiveX DLL and ActiveX EXE?
What are the differences between a standard module and a class module?
reading lines from a file by searching a word(instr) and copying to other textfile,but its only copying only one line but there are some other lines match criteria but not copying to the files
What is the difference between queryunload and unload in form?
How does VB Pass arguments to a function by default?
How do I do drag & drop between applications?
what component is used in vb to link to the database?
which arguments will be used to run a executable program in shell function ?
What is the default property of data control?
What are the tools available for Debuggiu in VB?
CONNECTIVITY OF SQL 2000 + VB USING ODBC. steps i Follow- 1) Go to Control panel-->Admintrative Tools-->Double -click Data sources(ODBC)-->click Add button-->I choose SQL server (last option), Is it right or wrong option for connecting to SQL 2000.Then a new screen appears Create a New dataSource-->in name textbox,we can write anyname--Right or wrong. suppose i enter sonia, & my server name is .,so I enter . in server & click next button-->On the Next screen i have checked the option With Sql server authentication-- >Login Id-sa, Password-->Blank-->Click next button-->Next-- >Finish-->Then I click on button Test Data source-->Mesage Comes TESTS COMPLETED SUCCESSFULLY-->OK-->OK-->Ok. These steps we have to do or not for Connectivity using ODBC. If yes,then what after these steps we have to do??Plz reply me early ??Thx in advance.